]> granicus.if.org Git - php/commitdiff
Adding note about permission to distribute this code under the PHP license
authorFrank M. Kromann <fmk@php.net>
Mon, 18 Mar 2002 21:38:17 +0000 (21:38 +0000)
committerFrank M. Kromann <fmk@php.net>
Mon, 18 Mar 2002 21:38:17 +0000 (21:38 +0000)
win32/crypt_win32.c
win32/crypt_win32.h

index b93a30c099e457046668c19e0bc4a342d40f7a2c..cfcfb00adee50a6d3a905e1716bbfadc1f5e80d3 100644 (file)
@@ -18,6 +18,9 @@
 
 /* $Id$ */
 
+/* This code is dristributed under the PHP license with permission from
+   the author Jochen Obalek <jochen.obalek@bigfoot.de> */
+   
 /* encrypt.c - providing 56 bit DES encryption
    Copyright (C) 1991 Jochen Obalek
 
index 7113b4a197136003ae1373dc500a0290bd5d33da..224670c0458e02e03c97f5f66f3724407e3bf4a5 100644 (file)
@@ -18,6 +18,9 @@
 
 /* $Id$ */
 
+/* This code is dristributed under the PHP license with permission from
+   the author Jochen Obalek <jochen.obalek@bigfoot.de> */
+
 /* encrypt.h - API to 56 bit DES encryption via  calls
                encrypt(3), setkey(3) and crypt(3)
    Copyright (C) 1991 Jochen Obalek