andrey Mon Jun 16 10:27:59 2003 EDT
Modified files:
/php4/ext/mhash mhash.c php_mhash.h
Log:
$Id tag added. License added tp php_mhash.h
Index: php4/ext/mhash/mhash.c
diff -u php4/ext/mhash/mhash.c:1.45 php4/ext/mhash/mhash.c:1.46
--- php4/ext/mhash/mhash.c:1.45 Tue Jun 10 16:03:31 2003
+++ php4/ext/mhash/mhash.c Mon Jun 16 10:27:59 2003
@@ -16,6 +16,7 @@
| Nikos Mavroyanopoulos <[EMAIL PROTECTED]> (HMAC, KEYGEN) |
+----------------------------------------------------------------------+
*/
+/* $Id: mhash.c,v 1.46 2003/06/16 14:27:59 andrey Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
Index: php4/ext/mhash/php_mhash.h
diff -u php4/ext/mhash/php_mhash.h:1.9 php4/ext/mhash/php_mhash.h:1.10
--- php4/ext/mhash/php_mhash.h:1.9 Sun Feb 23 22:27:00 2003
+++ php4/ext/mhash/php_mhash.h Mon Jun 16 10:27:59 2003
@@ -1,3 +1,23 @@
+/*
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2003 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | http://www.php.net/license/3_0.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Sascha Schumann <[EMAIL PROTECTED]> |
+ | Nikos Mavroyanopoulos <[EMAIL PROTECTED]> (HMAC, KEYGEN) |
+ +----------------------------------------------------------------------+
+ */
+/* $Id: php_mhash.h,v 1.10 2003/06/16 14:27:59 andrey Exp $ */
+
#ifndef PHP_MHASH_H
#define PHP_MHASH_H
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php