diff options
-rw-r--r-- | Discover.pm | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | mgaapplet | 4 | ||||
-rwxr-xr-x | mgaapplet-config | 2 | ||||
-rwxr-xr-x | mgaapplet-update-checker | 2 | ||||
-rwxr-xr-x | mgaapplet-upgrade-helper | 2 | ||||
-rw-r--r-- | mgaapplet_gui.pm | 2 | ||||
-rw-r--r-- | mgaonline.pm | 2 | ||||
-rwxr-xr-x | mgaonline_agent.pl | 2 | ||||
-rwxr-xr-x | mgaupdate | 4 |
10 files changed, 13 insertions, 11 deletions
diff --git a/Discover.pm b/Discover.pm index e0e9010e..afe9bb5a 100644 --- a/Discover.pm +++ b/Discover.pm @@ -9,7 +9,7 @@ package Discover; # $Id$ # Check http://www.dns-sd.org/ # # # # Copyright (C) 2005-2010 Mandriva # -# Copyright (C) 2010-2015 Mageia # +# Copyright (C) 2010-2016 Mageia # # # # Romain d'Alverny <rdalverny at mandriva dot com> # # # @@ -1,3 +1,5 @@ +- update copyright years + Version 3.16 - 25 Mar 2016, Anne Nicolas - update new design for 2016 (Animtim) @@ -3,7 +3,7 @@ # Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # @@ -633,7 +633,7 @@ sub about_dialog() { $url =~ s/^https:/http:/; my $w = gtknew('AboutDialog', name => N("Mageia Online %s", $ver), copyright => N("Copyright (C) %s by %s", 'Mandriva', '2001-2010') . "\n" . - N("Copyright (C) %s by %s", 'Mageia', '2010-2015'), + N("Copyright (C) %s by %s", 'Mageia', '2010-2016'), license => join('', cat_('/usr/share/common-licenses/GPL')), icon => '/usr/share/icons/mini/mgaonline.png', comments => N("Mageia Online gives access to Mageia web services."), diff --git a/mgaapplet-config b/mgaapplet-config index 91abca85..b3b54064 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -3,7 +3,7 @@ # Mageia Online # # # # Copyright (C) 2008-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Thierry Vignaud <thierry.vignaud at gmail dot com> # # # diff --git a/mgaapplet-update-checker b/mgaapplet-update-checker index 2a6470fa..dcc75e9d 100755 --- a/mgaapplet-update-checker +++ b/mgaapplet-update-checker @@ -3,7 +3,7 @@ # Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index fb2a1ec0..aff62818 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -3,7 +3,7 @@ # Mageia Online Distribution Upgrade Helper # # # # Copyright (C) 2008-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Thierry Vignaud <thierry.vignaud at gmail dot com> # # # diff --git a/mgaapplet_gui.pm b/mgaapplet_gui.pm index 0ab01b96..247bd1f1 100644 --- a/mgaapplet_gui.pm +++ b/mgaapplet_gui.pm @@ -4,7 +4,7 @@ package mgaapplet_gui; # Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # diff --git a/mgaonline.pm b/mgaonline.pm index d9c28bee..99fcd56f 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -3,7 +3,7 @@ # # # Copyright (C) 2004-2005 Mandrakesoft # # 2005-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # diff --git a/mgaonline_agent.pl b/mgaonline_agent.pl index d7bae8e5..4036e0a4 100755 --- a/mgaonline_agent.pl +++ b/mgaonline_agent.pl @@ -3,7 +3,7 @@ # mgaonline_agent # # # # Copyright (C) 2005-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Romain d'Alverny <rdalverny at mandriva dot com> # # # @@ -3,7 +3,7 @@ # Mgaupdate # # # # Copyright (C) 2002-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # @@ -49,7 +49,7 @@ my $logfile = '/var/tmp/mgaupdate.log'; my $CLIENT_VERSION = "4"; my $YEARS = "2002-2006"; -my $MGA_YEARS = "2010-2015"; +my $MGA_YEARS = "2010-2016"; #for compatibilities with former versions mkdir_p($confdir) if !-d $confdir; |