diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-04-07 16:04:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-04-07 16:04:31 +0000 |
commit | 0a3ba9d41541a3ed92e409437e51712ec9f4ec27 (patch) | |
tree | 8b90033c41f395f3c090cc47da2b729320b70034 /mdkonline.pm | |
parent | 70dab1a7a5ba257f3b92226363b119d248d03a21 (diff) | |
download | mgaonline-0a3ba9d41541a3ed92e409437e51712ec9f4ec27.tar mgaonline-0a3ba9d41541a3ed92e409437e51712ec9f4ec27.tar.gz mgaonline-0a3ba9d41541a3ed92e409437e51712ec9f4ec27.tar.bz2 mgaonline-0a3ba9d41541a3ed92e409437e51712ec9f4ec27.tar.xz mgaonline-0a3ba9d41541a3ed92e409437e51712ec9f4ec27.zip |
- bump copyright years
- remove daouda's dead email
- list myself
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 23 |
1 files changed, 23 insertions, 0 deletions
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; |