summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-03-05 12:39:06 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-03-05 12:49:22 +0100
commitb27b2d219c797904c763626097c67d2272e11c11 (patch)
tree60e1a17f22525e67573ccb0bace77e2febc8fd3b /mgaupdate
parentfb5af2c54f2a27c1154d64fe4d111003ce5fcb03 (diff)
downloadmgaonline-b27b2d219c797904c763626097c67d2272e11c11.tar
mgaonline-b27b2d219c797904c763626097c67d2272e11c11.tar.gz
mgaonline-b27b2d219c797904c763626097c67d2272e11c11.tar.bz2
mgaonline-b27b2d219c797904c763626097c67d2272e11c11.tar.xz
mgaonline-b27b2d219c797904c763626097c67d2272e11c11.zip
Update copyright year for 2017
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgaupdate b/mgaupdate
index aa8f245e..8450cf66 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -3,7 +3,7 @@
# Mgaupdate #
# #
# Copyright (C) 2002-2010 Mandriva #
-# 2010-2016 Mageia #
+# 2010-2017 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-2016";
+my $MGA_YEARS = "2010-2017";
#for compatibilities with former versions
mkdir_p($confdir) if !-d $confdir;