summaryrefslogtreecommitdiff
path: root/command
diff options
context:
space:
mode:
authorBalló György <[email protected]>2016-03-20 16:53:03 +0100
committerBalló György <[email protected]>2016-03-20 16:53:03 +0100
commit8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4 (patch)
treeb87f22b16d11d3d823527ddf510337ff2d02d989 /command
parent300ef94527f603311fed18d7d632740ecf56163c (diff)
downloadmate-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 'command')
-rw-r--r--command/command.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/command/command.c b/command/command.c
index 3fe3dcec..fa8bd128 100644
--- a/command/command.c
+++ b/command/command.c
@@ -2,20 +2,21 @@
*
* Copyright (C) 2013-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]>