diff options
-rwxr-xr-x | mdkonline | 5 | ||||
-rw-r--r-- | mdkonline.pm | 23 | ||||
-rwxr-xr-x | mdkupdate | 5 |
3 files changed, 29 insertions, 4 deletions
@@ -3,9 +3,10 @@ # Mandriva Online Text User Interface # # # # Copyright (C) 2001, 2002, 2003, 2004, Mandrakesoft SA -# 2005 Mandriva # +# 2005, 2006 Mandriva # # # -# Daouda Lo <daouda at mandriva dot com> # +# Daouda Lo # +# Thierry Vignaud <tvignaud at mandriva 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 # diff --git a/mdkonline.pm b/mdkonline.pm index 3b4f07b3..69f37670 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -1,3 +1,26 @@ +################################################################################ +# Mandriva Online functions # +# # +# Copyright (C) 2004-2005 Mandrakesoft # +# 2005-2006 Mandriva # +# # +# Daouda Lo # +# Thierry Vignaud <tvignaud at mandriva 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 # +# published by the Free Software Foundation. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# 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. # +################################################################################ + package mdkonline; use strict; @@ -2,9 +2,10 @@ ################################################################################ # Mdkupdate # # # -# Copyright (C) 2002-2004 Mandriva # +# Copyright (C) 2002-2006 Mandriva # # # -# Daouda Lo <daouda at mandriva dot com> # +# Daouda Lo # +# Thierry Vignaud <tvignaud at mandriva 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 # |