diff options
Diffstat (limited to 'mgaupdate')
-rwxr-xr-x | mgaupdate | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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: |