diff options
Diffstat (limited to 'mgaapplet-upgrade-helper')
-rwxr-xr-x | mgaapplet-upgrade-helper | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index afb68e99..7798e10d 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -1,10 +1,11 @@ #!/usr/bin/perl ################################################################################ -# Mandriva Online Distribution Upgrade Helper # +# Mageia Online Distribution Upgrade Helper # # # # Copyright (C) 2008-2010 Mandriva # +# 2010-2015 Mageia # # # -# 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 # @@ -16,8 +17,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/>. # ################################################################################ use strict; |