update license agreement to trdparty items

This commit is contained in:
arcan1s 2014-08-25 20:29:30 +04:00
parent ceca889be4
commit 814f2c7904
4 changed files with 35 additions and 35 deletions

View File

@ -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

View File

@ -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;
} }

View File

@ -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

View File

@ -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. *
***************************************************************************/ ***************************************************************************/