summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-29 00:32:42 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-29 00:32:42 +0200
commit09e9a31fd57247a1559974b2ffcd2224c7779196 (patch)
tree10e173ba43684963b869b28bfdb939124ebf2c8e /mgaupdate
parent23c0945c42b933b960776f2f0f9edad299ca029d (diff)
downloadmgaonline-09e9a31fd57247a1559974b2ffcd2224c7779196.tar
mgaonline-09e9a31fd57247a1559974b2ffcd2224c7779196.tar.gz
mgaonline-09e9a31fd57247a1559974b2ffcd2224c7779196.tar.bz2
mgaonline-09e9a31fd57247a1559974b2ffcd2224c7779196.tar.xz
mgaonline-09e9a31fd57247a1559974b2ffcd2224c7779196.zip
Update copyright years for 2016
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgaupdate b/mgaupdate
index cacbec6a..aa8f245e 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -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;