summaryrefslogtreecommitdiff
path: root/ext/curl
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/curl
parent8d236fc2347bddf7ed7c882cc2b0eaa8c1734277 (diff)
downloadphp-git-dbeb4158d2276600edf3d08caba62770b022bb69.tar.gz
- A belated happy holidays and PHP 5
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/interface.c4
-rw-r--r--ext/curl/multi.c4
-rw-r--r--ext/curl/streams.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c
index e606881e05..959dc159b4 100644
--- a/ext/curl/interface.c
+++ b/ext/curl/interface.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 |
diff --git a/ext/curl/multi.c b/ext/curl/multi.c
index 64eb4a43c8..952936403c 100644
--- a/ext/curl/multi.c
+++ b/ext/curl/multi.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 |
diff --git a/ext/curl/streams.c b/ext/curl/streams.c
index 188394b6a8..4e709e9485 100644
--- a/ext/curl/streams.c
+++ b/ext/curl/streams.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 |