From: Colin Viebrock Date: Thu, 20 Dec 2001 16:50:49 +0000 (+0000) Subject: Add headers and Id lines X-Git-Tag: PRE_ISSET_PATCH~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0222aed97b252dd47385c3043be5afb6ce7649f9;p=php Add headers and Id lines --- 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 | +----------------------------------------------------------------------+ */ +/* $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 | + | Derick Rethans | + +----------------------------------------------------------------------+ + */ +/* $Id$ */ + #ifndef PHP_MCRYPT_H #define PHP_MCRYPT_H