]> granicus.if.org Git - php/commitdiff
$Id tag added. License added tp php_mhash.h
authorAndrey Hristov <andrey@php.net>
Mon, 16 Jun 2003 14:27:59 +0000 (14:27 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 16 Jun 2003 14:27:59 +0000 (14:27 +0000)
ext/mhash/mhash.c
ext/mhash/php_mhash.h

index ca6ab61d6ce60e9d1cad7569556a86710e46c3f6..3b7f3594d9a96e1b96175dc9749baaad4e947693 100644 (file)
@@ -16,6 +16,7 @@
    |          Nikos Mavroyanopoulos <nmav@hellug.gr> (HMAC, KEYGEN)       |
    +----------------------------------------------------------------------+
  */
+/* $Id$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index c92a47cee72f53848ba6686e683b2feb6141fd58..ec1cb43177c1ea56a17f9affede65a1f1122ee82 100644 (file)
@@ -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          |
+   | license@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Authors: Sascha Schumann <sascha@schumann.cx>                        |
+   |          Nikos Mavroyanopoulos <nmav@hellug.gr> (HMAC, KEYGEN)       |
+   +----------------------------------------------------------------------+
+ */
+/* $Id$ */
+
 #ifndef PHP_MHASH_H
 #define PHP_MHASH_H