summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-01-08 08:18:22 +0000
committerAndi Gutmans <andi@php.net>2004-01-08 08:18:22 +0000
commitdbeb4158d2276600edf3d08caba62770b022bb69 (patch)
tree06deb05a7dfa1a65a4962d3de1954146bf82bf6e /ext/pcre
parent8d236fc2347bddf7ed7c882cc2b0eaa8c1734277 (diff)
downloadphp-git-dbeb4158d2276600edf3d08caba62770b022bb69.tar.gz
- A belated happy holidays and PHP 5
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/pcrelib/dftables.c2
-rw-r--r--ext/pcre/pcrelib/get.c2
-rw-r--r--ext/pcre/pcrelib/maketables.c2
-rw-r--r--ext/pcre/pcrelib/pcre.c2
-rw-r--r--ext/pcre/pcrelib/pcreposix.c2
-rw-r--r--ext/pcre/pcrelib/study.c2
-rw-r--r--ext/pcre/php_pcre.c4
7 files changed, 8 insertions, 8 deletions
diff --git a/ext/pcre/pcrelib/dftables.c b/ext/pcre/pcrelib/dftables.c
index 0c9f9a12c9..ea66e09054 100644
--- a/ext/pcre/pcrelib/dftables.c
+++ b/ext/pcre/pcrelib/dftables.c
@@ -8,7 +8,7 @@ and semantics are as close as possible to those of the Perl 5 language.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/pcrelib/get.c b/ext/pcre/pcrelib/get.c
index a20473cf24..8556d9508d 100644
--- a/ext/pcre/pcrelib/get.c
+++ b/ext/pcre/pcrelib/get.c
@@ -9,7 +9,7 @@ the file Tech.Notes for some information on the internals.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/pcrelib/maketables.c b/ext/pcre/pcrelib/maketables.c
index bf88531bc1..8cfcd729c9 100644
--- a/ext/pcre/pcrelib/maketables.c
+++ b/ext/pcre/pcrelib/maketables.c
@@ -8,7 +8,7 @@ and semantics are as close as possible to those of the Perl 5 language.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/pcrelib/pcre.c b/ext/pcre/pcrelib/pcre.c
index 5afca1091a..e50b9b69e3 100644
--- a/ext/pcre/pcrelib/pcre.c
+++ b/ext/pcre/pcrelib/pcre.c
@@ -9,7 +9,7 @@ the file Tech.Notes for some information on the internals.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/pcrelib/pcreposix.c b/ext/pcre/pcrelib/pcreposix.c
index 856c97b4ae..b2551bb3ee 100644
--- a/ext/pcre/pcrelib/pcreposix.c
+++ b/ext/pcre/pcrelib/pcreposix.c
@@ -12,7 +12,7 @@ functions.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/pcrelib/study.c b/ext/pcre/pcrelib/study.c
index a40f721656..4484a3f992 100644
--- a/ext/pcre/pcrelib/study.c
+++ b/ext/pcre/pcrelib/study.c
@@ -9,7 +9,7 @@ the file Tech.Notes for some information on the internals.
Written by: Philip Hazel <ph10@cam.ac.uk>
- Copyright (c) 1997-2003 University of Cambridge
+ Copyright (c) 1997-2004 University of Cambridge
-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 1c81dda56f..7e85410299 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 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 |