From 814f2c79048ef07c848e327372ef70d78a35611f Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 20:29:30 +0400 Subject: [PATCH] update license agreement to trdparty items --- CHANGELOG | 2 +- sources/3rdparty/language/language.cpp | 24 ++++++++++++------------ sources/3rdparty/language/language.h | 22 +++++++++++----------- sources/3rdparty/pdebug/pdebug.h | 22 +++++++++++----------- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7e3f8b1..e720ec8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -46,7 +46,7 @@ Ver.1.3.0 - remove SleepThread class * rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7) * rename getInterfaceList() to getWirelessInterfaceList() - * change temporaty directory from $HOME/.cache to system one + * change temporary directory from $HOME/.cache to system one * plasmoid: + add 3rd party license information + allow plasmoid to use system tray diff --git a/sources/3rdparty/language/language.cpp b/sources/3rdparty/language/language.cpp index fcff075..c3699f3 100644 --- a/sources/3rdparty/language/language.cpp +++ b/sources/3rdparty/language/language.cpp @@ -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 * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation, either version 3 of the * - * License, or (at your option) any later version. * + * This library is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Lesser General Public * + * License as published by the Free Software Foundation; either * + * 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, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * + * This library is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * Lesser General Public License for more details. * * * - * You should have received a copy of the GNU General Public License * - * along with netctl-gui. If not, see http://www.gnu.org/licenses/ * + * You should have received a copy of the GNU Lesser General Public * + * License along with this library. * ***************************************************************************/ @@ -95,7 +95,7 @@ QStringList Language::getAvailableLanguages() { QStringList languages; languages.append(QString("en")); - languages.append(QString("ru")); + // put your languages here return languages; } diff --git a/sources/3rdparty/language/language.h b/sources/3rdparty/language/language.h index c496ace..a9876d5 100644 --- a/sources/3rdparty/language/language.h +++ b/sources/3rdparty/language/language.h @@ -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 * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation, either version 3 of the * - * License, or (at your option) any later version. * + * This library is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Lesser General Public * + * License as published by the Free Software Foundation; either * + * 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, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * + * This library is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * Lesser General Public License for more details. * * * - * You should have received a copy of the GNU General Public License * - * along with netctl-gui. If not, see http://www.gnu.org/licenses/ * + * You should have received a copy of the GNU Lesser General Public * + * License along with this library. * ***************************************************************************/ #ifndef LANGUAGE_H diff --git a/sources/3rdparty/pdebug/pdebug.h b/sources/3rdparty/pdebug/pdebug.h index 06e6afd..5808102 100644 --- a/sources/3rdparty/pdebug/pdebug.h +++ b/sources/3rdparty/pdebug/pdebug.h @@ -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 * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation, either version 3 of the * - * License, or (at your option) any later version. * + * This library is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Lesser General Public * + * License as published by the Free Software Foundation; either * + * 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, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * + * This library is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * Lesser General Public License for more details. * * * - * You should have received a copy of the GNU General Public License * - * along with netctl-gui. If not, see http://www.gnu.org/licenses/ * + * You should have received a copy of the GNU Lesser General Public * + * License along with this library. * ***************************************************************************/