From c52655a2ea94ead8ef8553b5dfd24b13d1775ca8 Mon Sep 17 00:00:00 2001 From: katagia Date: Thu, 1 May 2003 17:28:48 +0000 Subject: [PATCH] Inserted deleted GPL-Licence --- lam/lib/createntlm.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lam/lib/createntlm.pl b/lam/lib/createntlm.pl index 0f399d21..af6b3e8e 100755 --- a/lam/lib/createntlm.pl +++ b/lam/lib/createntlm.pl @@ -1,6 +1,7 @@ #! /usr/bin/perl # File Modified from Tilo Lutz, TiloLutz@gmx.de to fit better # in lam, LDAP Account Manager +# added last two lines and changed from package to normal perl-programm # # Samba LM/NT Hash Generating Library. @@ -11,6 +12,17 @@ # or # ntlmgen $pass, $lmhash, $nthash; # +# 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 of the License, 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. +# +# # Copyright(C) 2001 Benjamin Kuit #