Remove GPL licence on postfix module, with permission of the original author

This commit is contained in:
Jamie Cameron
2010-05-20 10:21:58 -07:00
parent a60a75096f
commit a5a774f78a

View File

@@ -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();