From 8c65433a854aa6f55b7aaca49f15d6d2dc4c27e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Sun, 20 Mar 2016 16:53:03 +0100 Subject: 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 --- command/command.c | 23 ++++++++++++----------- timerapplet/timerapplet.c | 23 ++++++++++++----------- 2 files changed, 24 insertions(+), 22 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 . + * 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 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 . + * 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 -- cgit v1.2.1