Skip to content

Commit 8e3f23e

Browse files
author
foobar
committedFeb 19, 2003
ws fixes + missing $Id$ tags, headers added
1 parent 48e5c1d commit 8e3f23e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+369
-26
lines changed
 

‎ext/ereg/php_regex.h

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP Version 4 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997-2003 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 2.02 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available at through the world-wide-web at |
10+
| http://www.php.net/license/2_02.txt. |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| license@php.net so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Author: |
16+
+----------------------------------------------------------------------+
17+
*/
18+
19+
/* $Id$ */
20+
121
#ifndef PHP_REGEX_H
222
#define PHP_REGEX_H
323

‎main/SAPI.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19+
/* $Id$ */
1920

2021
#ifndef SAPI_H
2122
#define SAPI_H

0 commit comments

Comments
 (0)