From 8af59f4f44b0b279dc470fd2812fdd561ea56279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 16 Feb 2015 22:40:15 +0100 Subject: Update headers and FSF contact address --- COPYING | 6 ++---- Discover.pm | 6 +++--- NEWS | 2 ++ mgaapplet | 8 ++++---- mgaapplet-config | 10 +++++----- mgaapplet-update-checker | 6 +++--- mgaapplet-upgrade-helper | 8 ++++---- mgaapplet_gui.pm | 8 ++++---- mgaonline.pm | 10 +++++----- mgaonline_agent.pl | 8 ++++---- mgaupdate | 10 +++++----- 11 files changed, 41 insertions(+), 41 deletions(-) diff --git a/COPYING b/COPYING index d60c31a9..73d40202 100644 --- a/COPYING +++ b/COPYING @@ -1,8 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -304,8 +303,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 . Also add information on how to contact you by electronic and paper mail. diff --git a/Discover.pm b/Discover.pm index c6e5a34e..e0e9010e 100644 --- a/Discover.pm +++ b/Discover.pm @@ -8,7 +8,8 @@ package Discover; # $Id$ # # # Check http://www.dns-sd.org/ # # # -# Copyright (C) 2005 Mandriva # +# Copyright (C) 2005-2010 Mandriva # +# Copyright (C) 2010-2015 Mageia # # # # Romain d'Alverny # # # @@ -22,8 +23,7 @@ package Discover; # $Id$ # 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 . # ################################################################################ use strict; diff --git a/NEWS b/NEWS index 9e306922..1a7ca025 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- updated headers and FSF contact address + Version 3.12 - 9 February 2015, Anne Nicolas - updated translations. diff --git a/mgaapplet b/mgaapplet index 78f9f134..5c0b772a 100755 --- a/mgaapplet +++ b/mgaapplet @@ -1,11 +1,12 @@ #!/usr/bin/perl ################################################################################ -# Mandriva Online # +# Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # +# 2010-2015 Mageia # # # # Daouda Lo # -# Thierry Vignaud # +# Thierry Vignaud # # # # 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 # @@ -17,8 +18,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 . # ################################################################################ use strict; 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 # # # # 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 . # ################################################################################ use strict; diff --git a/mgaapplet-update-checker b/mgaapplet-update-checker index 41ffb739..2a6470fa 100755 --- a/mgaapplet-update-checker +++ b/mgaapplet-update-checker @@ -1,8 +1,9 @@ #!/usr/bin/perl ################################################################################ -# Mandriva Online # +# Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # +# 2010-2015 Mageia # # # # Daouda Lo # # Thierry Vignaud # @@ -17,8 +18,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 . # ################################################################################ use lib qw(/usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime); use standalone; # for explanations diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index afb68e99..7798e10d 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -1,10 +1,11 @@ #!/usr/bin/perl ################################################################################ -# Mandriva Online Distribution Upgrade Helper # +# Mageia Online Distribution Upgrade Helper # # # # Copyright (C) 2008-2010 Mandriva # +# 2010-2015 Mageia # # # -# Thierry Vignaud # +# Thierry Vignaud # # # # 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 . # ################################################################################ use strict; diff --git a/mgaapplet_gui.pm b/mgaapplet_gui.pm index 12998ed7..0ab01b96 100644 --- a/mgaapplet_gui.pm +++ b/mgaapplet_gui.pm @@ -1,12 +1,13 @@ package mgaapplet_gui; ################################################################################ -# Mandriva Online # +# Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # +# 2010-2015 Mageia # # # # Daouda Lo # -# Thierry Vignaud # +# Thierry Vignaud # # # # 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 # @@ -18,8 +19,7 @@ package mgaapplet_gui; # 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 . # ################################################################################ use strict; diff --git a/mgaonline.pm b/mgaonline.pm index f2018d50..22e4038f 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -1,11 +1,12 @@ ################################################################################ -# Mandriva Online functions # +# Mageia Online functions # # # # Copyright (C) 2004-2005 Mandrakesoft # -# 2005-2006 Mandriva # +# 2005-2010 Mandriva # +# 2010-2015 Mageia # # # # Daouda Lo # -# Thierry Vignaud # +# Thierry Vignaud # # # # 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 # @@ -17,8 +18,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 . # ################################################################################ package mgaonline; diff --git a/mgaonline_agent.pl b/mgaonline_agent.pl index bd687a36..642bfd9c 100755 --- a/mgaonline_agent.pl +++ b/mgaonline_agent.pl @@ -1,8 +1,9 @@ #!/usr/bin/perl -w ################################################################################ -# mdvonline_agent # +# mgaonline_agent # # # -# Copyright (C) 2005 Mandriva # +# Copyright (C) 2005-2010 Mandriva # +# 2010-2015 Mageia # # # # Romain d'Alverny # # # @@ -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 . # ################################################################################ # $Id$ diff --git a/mgaupdate b/mgaupdate index f8b2b7c1..4678bf0b 100755 --- a/mgaupdate +++ b/mgaupdate @@ -1,11 +1,12 @@ #!/usr/bin/perl ################################################################################ -# Mgaupdate # +# Mgaupdate # # # -# Copyright (C) 2002-2006 Mandriva # +# Copyright (C) 2002-2010 Mandriva # +# 2010-2015 Mageia # # # # Daouda Lo # -# Thierry Vignaud # +# Thierry Vignaud # # # # 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 # @@ -17,8 +18,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 . # ################################################################################ # workaround standalone.pm eating "--auto" from @ARGV: -- cgit v1.2.1