summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-16 22:40:15 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-16 22:40:15 +0100
commit8af59f4f44b0b279dc470fd2812fdd561ea56279 (patch)
tree2e78fbee6c569fd2cc1b381e69bb37882b464798
parentf08f3ff5a6711cf0a8b551067933eca67d48b5f9 (diff)
downloadmgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar
mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.gz
mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.bz2
mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.tar.xz
mgaonline-8af59f4f44b0b279dc470fd2812fdd561ea56279.zip
Update headers and FSF contact address
-rw-r--r--COPYING6
-rw-r--r--Discover.pm6
-rw-r--r--NEWS2
-rwxr-xr-xmgaapplet8
-rwxr-xr-xmgaapplet-config10
-rwxr-xr-xmgaapplet-update-checker6
-rwxr-xr-xmgaapplet-upgrade-helper8
-rw-r--r--mgaapplet_gui.pm8
-rw-r--r--mgaonline.pm10
-rwxr-xr-xmgaonline_agent.pl8
-rwxr-xr-xmgaupdate10
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. <http://fsf.org/>
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 <http://www.gnu.org/licenses/>.
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 <rdalverny at mandriva dot com> #
# #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
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 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 #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
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 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;
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 <thierry.vignaud at gmail dot com> #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
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 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;
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 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 #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
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 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 #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
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 <rdalverny at mandriva dot com> #
# #
@@ -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/>. #
################################################################################
# $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 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 #
@@ -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 <http://www.gnu.org/licenses/>. #
################################################################################
# workaround standalone.pm eating "--auto" from @ARGV: