diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-26 08:49:58 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-26 08:49:58 +0000 |
commit | 5862040f732cfbaf570f7f6656514ef95b7af64c (patch) | |
tree | e6c6792907662e89f4cbd24144ed654338e8697a /common | |
parent | 581d26118b03ba1d4c4e23d555e7008088fbeed6 (diff) | |
download | drakwizard-5862040f732cfbaf570f7f6656514ef95b7af64c.tar drakwizard-5862040f732cfbaf570f7f6656514ef95b7af64c.tar.gz drakwizard-5862040f732cfbaf570f7f6656514ef95b7af64c.tar.bz2 drakwizard-5862040f732cfbaf570f7f6656514ef95b7af64c.tar.xz drakwizard-5862040f732cfbaf570f7f6656514ef95b7af64c.zip |
added narcissist header
Diffstat (limited to 'common')
-rw-r--r-- | common/scripts/DrakconnectConf.pm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/common/scripts/DrakconnectConf.pm b/common/scripts/DrakconnectConf.pm index 80ddbbfb..b4b7a54c 100644 --- a/common/scripts/DrakconnectConf.pm +++ b/common/scripts/DrakconnectConf.pm @@ -1,5 +1,23 @@ #!/usr/bin/perl +# Drakconnect Conf Parser + +# Copyright (C) 2002 MandrakeSoft Arnaud Desmons <adesmons@mandrakesoft.com> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# 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 DrakconnectConf; require "__WIZ_HOME__/common/scripts/Vareqval.pm"; use strict; |