summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-26 08:49:58 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-26 08:49:58 +0000
commit5862040f732cfbaf570f7f6656514ef95b7af64c (patch)
treee6c6792907662e89f4cbd24144ed654338e8697a /common
parent581d26118b03ba1d4c4e23d555e7008088fbeed6 (diff)
downloaddrakwizard-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.pm18
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;