diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 12:39:06 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 12:49:22 +0100 |
commit | b27b2d219c797904c763626097c67d2272e11c11 (patch) | |
tree | 60e1a17f22525e67573ccb0bace77e2febc8fd3b /mgaupdate | |
parent | fb5af2c54f2a27c1154d64fe4d111003ce5fcb03 (diff) | |
download | mgaonline-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-x | mgaupdate | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |