diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-02-16 22:40:15 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-02-16 22:40:15 +0100 |
commit | 8af59f4f44b0b279dc470fd2812fdd561ea56279 (patch) | |
tree | 2e78fbee6c569fd2cc1b381e69bb37882b464798 /mgaapplet-config | |
parent | f08f3ff5a6711cf0a8b551067933eca67d48b5f9 (diff) | |
download | mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.gz mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.bz2 mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.xz mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.zip |
Update headers and FSF contact address
Diffstat (limited to 'mgaapplet-config')
-rwxr-xr-x | mgaapplet-config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mgaapplet-config b/mgaapplet-config index 67175ce7..93008b69 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -1,10 +1,11 @@ #!/usr/bin/perl ################################################################################ -# Mandriva Online # +# Mageia Online # # # -# Copyright (C) 2008 Mandriva # +# Copyright (C) 2008-2010 Mandriva # +# 2010-2015 Mageia # # # -# Thierry Vignaud <thierry.vignaud at gmail dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot com> # # # # This program is free software; you can redistribute it and/or modify # # it under the terms of the GNU General Public License Version 2 as # @@ -16,8 +17,7 @@ # GNU General Public License for more details. # # # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +# along with this program; if not, see <http://www.gnu.org/licenses/>. # ################################################################################ use strict; |