mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-25 07:57:20 +00:00
update license agreement to trdparty items
This commit is contained in:
parent
ceca889be4
commit
814f2c7904
@ -46,7 +46,7 @@ Ver.1.3.0
|
|||||||
- remove SleepThread class
|
- remove SleepThread class
|
||||||
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
||||||
* rename getInterfaceList() to getWirelessInterfaceList()
|
* rename getInterfaceList() to getWirelessInterfaceList()
|
||||||
* change temporaty directory from $HOME/.cache to system one
|
* change temporary directory from $HOME/.cache to system one
|
||||||
* plasmoid:
|
* plasmoid:
|
||||||
+ add 3rd party license information
|
+ add 3rd party license information
|
||||||
+ allow plasmoid to use system tray
|
+ allow plasmoid to use system tray
|
||||||
|
22
sources/3rdparty/language/language.cpp
vendored
22
sources/3rdparty/language/language.cpp
vendored
@ -1,18 +1,18 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* This file is part of netctl-gui *
|
* Copyright (C) 2014 Evgeniy Alekseev *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is free software: you can redistribute it and/or *
|
* This library is free software; you can redistribute it and/or *
|
||||||
* modify it under the terms of the GNU General Public License as *
|
* modify it under the terms of the GNU Lesser General Public *
|
||||||
* published by the Free Software Foundation, either version 3 of the *
|
* License as published by the Free Software Foundation; either *
|
||||||
* License, or (at your option) any later version. *
|
* version 3.0 of the License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is distributed in the hope that it will be useful, *
|
* This library is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||||
* GNU General Public License for more details. *
|
* Lesser General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Lesser General Public *
|
||||||
* along with netctl-gui. If not, see http://www.gnu.org/licenses/ *
|
* License along with this library. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ QStringList Language::getAvailableLanguages()
|
|||||||
{
|
{
|
||||||
QStringList languages;
|
QStringList languages;
|
||||||
languages.append(QString("en"));
|
languages.append(QString("en"));
|
||||||
languages.append(QString("ru"));
|
// put your languages here
|
||||||
|
|
||||||
return languages;
|
return languages;
|
||||||
}
|
}
|
||||||
|
20
sources/3rdparty/language/language.h
vendored
20
sources/3rdparty/language/language.h
vendored
@ -1,18 +1,18 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* This file is part of netctl-gui *
|
* Copyright (C) 2014 Evgeniy Alekseev *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is free software: you can redistribute it and/or *
|
* This library is free software; you can redistribute it and/or *
|
||||||
* modify it under the terms of the GNU General Public License as *
|
* modify it under the terms of the GNU Lesser General Public *
|
||||||
* published by the Free Software Foundation, either version 3 of the *
|
* License as published by the Free Software Foundation; either *
|
||||||
* License, or (at your option) any later version. *
|
* version 3.0 of the License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is distributed in the hope that it will be useful, *
|
* This library is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||||
* GNU General Public License for more details. *
|
* Lesser General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Lesser General Public *
|
||||||
* along with netctl-gui. If not, see http://www.gnu.org/licenses/ *
|
* License along with this library. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef LANGUAGE_H
|
#ifndef LANGUAGE_H
|
||||||
|
20
sources/3rdparty/pdebug/pdebug.h
vendored
20
sources/3rdparty/pdebug/pdebug.h
vendored
@ -1,18 +1,18 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* This file is part of netctl-gui *
|
* Copyright (C) 2014 Evgeniy Alekseev *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is free software: you can redistribute it and/or *
|
* This library is free software; you can redistribute it and/or *
|
||||||
* modify it under the terms of the GNU General Public License as *
|
* modify it under the terms of the GNU Lesser General Public *
|
||||||
* published by the Free Software Foundation, either version 3 of the *
|
* License as published by the Free Software Foundation; either *
|
||||||
* License, or (at your option) any later version. *
|
* version 3.0 of the License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* netctl-gui is distributed in the hope that it will be useful, *
|
* This library is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||||
* GNU General Public License for more details. *
|
* Lesser General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Lesser General Public *
|
||||||
* along with netctl-gui. If not, see http://www.gnu.org/licenses/ *
|
* License along with this library. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user