From a5a774f78a9fe32583052a32f1925aacee797da5 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 20 May 2010 10:21:58 -0700 Subject: [PATCH] Remove GPL licence on postfix module, with permission of the original author --- postfix/postfix-lib.pl | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index 92afbadf7..ca62ea5bc 100755 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -1,30 +1,10 @@ # postfix-lib.pl - # # postfix-module by Guillaume Cottenceau , # 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 -# This is free software under GPL license. -# $POSTFIX_MODULE_VERSION = 5; -# -# -# ------------------------------------------------------------------------- - BEGIN { push(@INC, ".."); }; use WebminCore; &init_config();