diff options
author | Colin Viebrock <cmv@php.net> | 2001-12-20 16:50:49 +0000 |
---|---|---|
committer | Colin Viebrock <cmv@php.net> | 2001-12-20 16:50:49 +0000 |
commit | 0222aed97b252dd47385c3043be5afb6ce7649f9 (patch) | |
tree | 09542a3a569608ed4c7aea6f27f64731b75e819a /ext/mcrypt | |
parent | 529761f0f78d8fe31fd73603345d130ee07cc684 (diff) | |
download | php-git-0222aed97b252dd47385c3043be5afb6ce7649f9.tar.gz |
Add headers and Id lines
Diffstat (limited to 'ext/mcrypt')
-rw-r--r-- | ext/mcrypt/mcrypt.c | 1 | ||||
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 5a19b5c4dd..daf1679922 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -16,6 +16,7 @@ | Derick Rethans <d.rethans@jdimedia.nl> | +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index 1849343864..41852d17c3 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -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 |