From d0c0848307dab16108e855cab557be4a2f3d8d1b Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 28 Feb 2013 20:34:52 +0100 Subject: [PATCH] Relicense SystemTray and LegacySystemTray under LGPL 2+ This was requested so that it could be made useful together with StatusNotifierItem (which came from KDE and already is LGPL'd). Here's hoping that it will result in a neat little library that programs can use to have a systemtray icon that sucks less than the stock one. This code was written by yours truly. --- src/qtui/legacysystemtray.cpp | 8 ++++---- src/qtui/legacysystemtray.h | 8 ++++---- src/qtui/systemtray.cpp | 8 ++++---- src/qtui/systemtray.h | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/qtui/legacysystemtray.cpp b/src/qtui/legacysystemtray.cpp index a3e706aa..7c2c81aa 100644 --- a/src/qtui/legacysystemtray.cpp +++ b/src/qtui/legacysystemtray.cpp @@ -2,10 +2,10 @@ * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * - * This program 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 2 of the License, or * - * (at your option) version 3. * + * This file is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/src/qtui/legacysystemtray.h b/src/qtui/legacysystemtray.h index 370b1ab1..196c6984 100644 --- a/src/qtui/legacysystemtray.h +++ b/src/qtui/legacysystemtray.h @@ -2,10 +2,10 @@ * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * - * This program 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 2 of the License, or * - * (at your option) version 3. * + * This file is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/src/qtui/systemtray.cpp b/src/qtui/systemtray.cpp index bb80eeb1..7c545ca5 100644 --- a/src/qtui/systemtray.cpp +++ b/src/qtui/systemtray.cpp @@ -2,10 +2,10 @@ * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * - * This program 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 2 of the License, or * - * (at your option) version 3. * + * This file is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * diff --git a/src/qtui/systemtray.h b/src/qtui/systemtray.h index 65b6e8d8..f25d5971 100644 --- a/src/qtui/systemtray.h +++ b/src/qtui/systemtray.h @@ -2,10 +2,10 @@ * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * - * This program 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 2 of the License, or * - * (at your option) version 3. * + * This file is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * -- 2.20.1