diff options
author | Martin Wimpress <[email protected]> | 2016-03-20 16:00:57 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2016-03-20 16:00:57 +0000 |
commit | ab610f1b6915a01409c365ae5a1393bc0584db81 (patch) | |
tree | b87f22b16d11d3d823527ddf510337ff2d02d989 /command | |
parent | 300ef94527f603311fed18d7d632740ecf56163c (diff) | |
parent | 8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4 (diff) | |
download | mate-applets-ab610f1b6915a01409c365ae5a1393bc0584db81.tar.bz2 mate-applets-ab610f1b6915a01409c365ae5a1393bc0584db81.tar.xz |
Merge pull request #184 from City-busz/gpl-2
Re-license Command and Timer applets under GPL-2+
Diffstat (limited to 'command')
-rw-r--r-- | command/command.c | 23 |
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]> |