]> granicus.if.org Git - php/commitdiff
Add headers and Id lines
authorColin Viebrock <cmv@php.net>
Thu, 20 Dec 2001 16:50:49 +0000 (16:50 +0000)
committerColin Viebrock <cmv@php.net>
Thu, 20 Dec 2001 16:50:49 +0000 (16:50 +0000)
ext/mcrypt/mcrypt.c
ext/mcrypt/php_mcrypt.h

index 5a19b5c4ddb340a2aea65226b990064747fcf35c..daf1679922f085166bb07dd3218bb9fbd1a7f28b 100644 (file)
@@ -16,6 +16,7 @@
    |          Derick Rethans <d.rethans@jdimedia.nl>                      |
    +----------------------------------------------------------------------+
  */
+/* $Id$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index 1849343864c2b7c594364a50a3f7f43a68ba5605..41852d17c340f55e97c24f7f55da21e0396b70fb 100644 (file)
@@ -1,3 +1,23 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP version 4.0                                                      |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997-2001 The PHP Group                                |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.02 of the PHP license,      |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_02.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>                        |
+   |          Derick Rethans <d.rethans@jdimedia.nl>                      |
+   +----------------------------------------------------------------------+
+ */
+/* $Id$ */
+
 #ifndef PHP_MCRYPT_H
 #define PHP_MCRYPT_H