summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-03-18 21:38:17 +0000
committerFrank M. Kromann <fmk@php.net>2002-03-18 21:38:17 +0000
commit836c6e36aaf5c3870a200802fa79f8e68c47ac5a (patch)
tree670e74a766bfe466766efd27a17c706ca21be0bf
parentce24409e86cdc833b8b233dc3b4718218c300422 (diff)
downloadphp-git-836c6e36aaf5c3870a200802fa79f8e68c47ac5a.tar.gz
Adding note about permission to distribute this code under the PHP license
-rw-r--r--win32/crypt_win32.c3
-rw-r--r--win32/crypt_win32.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/crypt_win32.c b/win32/crypt_win32.c
index b93a30c099..cfcfb00ade 100644
--- a/win32/crypt_win32.c
+++ b/win32/crypt_win32.c
@@ -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
diff --git a/win32/crypt_win32.h b/win32/crypt_win32.h
index 7113b4a197..224670c045 100644
--- a/win32/crypt_win32.h
+++ b/win32/crypt_win32.h
@@ -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