Remove GPL licence on postfix module, with permission of the original author
authorJamie Cameron <jcameron@webmin.com>
Thu, 20 May 2010 17:21:58 +0000 (10:21 -0700)
committerJamie Cameron <jcameron@webmin.com>
Thu, 20 May 2010 17:21:58 +0000 (10:21 -0700)
postfix/postfix-lib.pl

index 92afbad..ca62ea5 100755 (executable)
@@ -1,30 +1,10 @@
 # postfix-lib.pl
-
 #
 # postfix-module by Guillaume Cottenceau <gc@mandrakesoft.com>,
 # for webmin by Jamie Cameron
-#
-# Copyright (c) 2000 by Mandrakesoft
-#
-# Permission to use, copy, modify, and distribute this software and its
-# documentation under the terms of the GNU General Public License is hereby 
-# granted. No representations are made about the suitability of this software 
-# for any purpose. It is provided "as is" without express or implied warranty.
-# See the GNU General Public License for more details.
-#
-#
-# Functions for managing the postfix module for Webmin.
-#
-# Written by G. Cottenceau for MandrakeSoft <gc@mandrakesoft.com>
-# This is free software under GPL license.
-#
 
 $POSTFIX_MODULE_VERSION = 5;
 
-#
-#
-# -------------------------------------------------------------------------
-
 BEGIN { push(@INC, ".."); };
 use WebminCore;
 &init_config();