diff options
author | Balló György <[email protected]> | 2016-03-20 16:53:03 +0100 |
---|---|---|
committer | Balló György <[email protected]> | 2016-03-20 16:53:03 +0100 |
commit | 8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4 (patch) | |
tree | b87f22b16d11d3d823527ddf510337ff2d02d989 /timerapplet/timerapplet.c | |
parent | 300ef94527f603311fed18d7d632740ecf56163c (diff) | |
download | mate-applets-8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4.tar.bz2 mate-applets-8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4.tar.xz |
Re-license Command and Timer applets under GPL-2+
This makes the license of the project consistent.
See: https://github.com/mate-desktop/mate-applets/issues/183
Diffstat (limited to 'timerapplet/timerapplet.c')
-rw-r--r-- | timerapplet/timerapplet.c | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 263aa8ba..e2eb3349 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -2,20 +2,21 @@ * * Copyright (C) 2014 Stefano Karapetsas * - * This file is part of MATE Applets. + * This file is part of MATE Applets. * - * MATE Applets 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 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) any later version. * - * MATE Applets 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 program 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. * - * You should have received a copy of the GNU General Public License - * along with MATE Applets. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Stefano Karapetsas <[email protected]> |