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 #