From 731b6a841374147b766c850b2a90c6bfade6f9f1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 2 Jan 2014 16:07:59 +0100 Subject: [PATCH] bump year --- LICENSE | 2 +- package.xml | 6 ++++-- php_http.c | 2 +- php_http.h | 2 +- php_http_api.h | 2 +- php_http_buffer.c | 2 +- php_http_buffer.h | 2 +- php_http_client.c | 2 +- php_http_client.h | 2 +- php_http_client_curl.c | 2 +- php_http_client_curl.h | 2 +- php_http_client_request.c | 2 +- php_http_client_request.h | 2 +- php_http_client_response.c | 2 +- php_http_client_response.h | 2 +- php_http_cookie.c | 2 +- php_http_cookie.h | 2 +- php_http_curl.c | 2 +- php_http_curl.h | 2 +- php_http_encoding.c | 2 +- php_http_encoding.h | 2 +- php_http_env.c | 2 +- php_http_env.h | 2 +- php_http_env_request.c | 2 +- php_http_env_request.h | 2 +- php_http_env_response.c | 2 +- php_http_env_response.h | 2 +- php_http_etag.c | 2 +- php_http_etag.h | 2 +- php_http_exception.c | 2 +- php_http_exception.h | 2 +- php_http_filter.c | 2 +- php_http_filter.h | 2 +- php_http_header.c | 2 +- php_http_header.h | 2 +- php_http_header_parser.c | 2 +- php_http_header_parser.h | 2 +- php_http_info.c | 2 +- php_http_info.h | 2 +- php_http_message.c | 2 +- php_http_message.h | 2 +- php_http_message_body.c | 2 +- php_http_message_body.h | 2 +- php_http_message_parser.c | 2 +- php_http_message_parser.h | 2 +- php_http_misc.c | 2 +- php_http_misc.h | 2 +- php_http_negotiate.c | 2 +- php_http_negotiate.h | 2 +- php_http_object.c | 2 +- php_http_object.h | 2 +- php_http_options.c | 2 +- php_http_options.h | 2 +- php_http_params.c | 2 +- php_http_params.h | 2 +- php_http_querystring.c | 2 +- php_http_querystring.h | 2 +- php_http_strlist.c | 2 +- php_http_strlist.h | 2 +- php_http_url.c | 2 +- php_http_url.h | 2 +- php_http_version.c | 2 +- php_http_version.h | 2 +- 63 files changed, 66 insertions(+), 64 deletions(-) diff --git a/LICENSE b/LICENSE index 0fa6885..786ba27 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2013, Michael Wallner . +Copyright (c) 2004-2014, Michael Wallner . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/package.xml b/package.xml index 120307e..9113135 100644 --- a/package.xml +++ b/package.xml @@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2013-12-10 + 2014-01-02 - 2.0.4dev + 2.0.4 2.0.0 @@ -49,6 +49,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised @@ -134,6 +135,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.c b/php_http.c index 91a10e9..2101f0b 100644 --- a/php_http.c +++ b/php_http.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http.h b/php_http.h index dde1e6b..98ec0d7 100644 --- a/php_http.h +++ b/php_http.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_api.h b/php_http_api.h index 42d34fc..9e0dc6c 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_buffer.c b/php_http_buffer.c index 84272d0..1a4fdc4 100644 --- a/php_http_buffer.c +++ b/php_http_buffer.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_buffer.h b/php_http_buffer.h index 8ee4eae..bc2a7f2 100644 --- a/php_http_buffer.h +++ b/php_http_buffer.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client.c b/php_http_client.c index 6dced66..b2bd7f8 100644 --- a/php_http_client.c +++ b/php_http_client.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client.h b/php_http_client.h index 9bc5295..6c45516 100644 --- a/php_http_client.h +++ b/php_http_client.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 3b96cf4..cc5e810 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_curl.h b/php_http_client_curl.h index 6495568..03b9b6f 100644 --- a/php_http_client_curl.h +++ b/php_http_client_curl.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_request.c b/php_http_client_request.c index 12f2014..ea223be 100644 --- a/php_http_client_request.c +++ b/php_http_client_request.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_request.h b/php_http_client_request.h index 5f4da53..474114b 100644 --- a/php_http_client_request.h +++ b/php_http_client_request.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_response.c b/php_http_client_response.c index b269caf..8d512ec 100644 --- a/php_http_client_response.c +++ b/php_http_client_response.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_client_response.h b/php_http_client_response.h index 6cf677a..15d004e 100644 --- a/php_http_client_response.h +++ b/php_http_client_response.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_cookie.c b/php_http_cookie.c index 1234e38..b565312 100644 --- a/php_http_cookie.c +++ b/php_http_cookie.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_cookie.h b/php_http_cookie.h index 9d5b7c8..7cf00fe 100644 --- a/php_http_cookie.h +++ b/php_http_cookie.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_curl.c b/php_http_curl.c index 6607ca1..30feba0 100644 --- a/php_http_curl.c +++ b/php_http_curl.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_curl.h b/php_http_curl.h index 4621d5a..ab8b63c 100644 --- a/php_http_curl.h +++ b/php_http_curl.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_encoding.c b/php_http_encoding.c index 3c5393b..403d781 100644 --- a/php_http_encoding.c +++ b/php_http_encoding.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_encoding.h b/php_http_encoding.h index decc585..59bbd27 100644 --- a/php_http_encoding.h +++ b/php_http_encoding.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env.c b/php_http_env.c index c98701b..fdc7b96 100644 --- a/php_http_env.c +++ b/php_http_env.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env.h b/php_http_env.h index dac10da..ee1afe9 100644 --- a/php_http_env.h +++ b/php_http_env.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env_request.c b/php_http_env_request.c index 01c2f6d..f2b8bf2 100644 --- a/php_http_env_request.c +++ b/php_http_env_request.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env_request.h b/php_http_env_request.h index f6b8f40..a97836b 100644 --- a/php_http_env_request.h +++ b/php_http_env_request.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env_response.c b/php_http_env_response.c index cc9d30c..275b91b 100644 --- a/php_http_env_response.c +++ b/php_http_env_response.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_env_response.h b/php_http_env_response.h index f79730f..3a702b2 100644 --- a/php_http_env_response.h +++ b/php_http_env_response.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_etag.c b/php_http_etag.c index 72a7927..4562324 100644 --- a/php_http_etag.c +++ b/php_http_etag.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_etag.h b/php_http_etag.h index dd0e3d1..bf6cf49 100644 --- a/php_http_etag.h +++ b/php_http_etag.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_exception.c b/php_http_exception.c index 00add62..25a33e6 100644 --- a/php_http_exception.c +++ b/php_http_exception.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_exception.h b/php_http_exception.h index 82a4b55..969a351 100644 --- a/php_http_exception.h +++ b/php_http_exception.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_filter.c b/php_http_filter.c index f0ba862..b6d967b 100644 --- a/php_http_filter.c +++ b/php_http_filter.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_filter.h b/php_http_filter.h index b2b8682..21fe4db 100644 --- a/php_http_filter.h +++ b/php_http_filter.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_header.c b/php_http_header.c index 08e643b..92a2de4 100644 --- a/php_http_header.c +++ b/php_http_header.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_header.h b/php_http_header.h index 2c0d2e8..d420e3f 100644 --- a/php_http_header.h +++ b/php_http_header.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_header_parser.c b/php_http_header_parser.c index e7fc886..cfcb5b1 100644 --- a/php_http_header_parser.c +++ b/php_http_header_parser.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_header_parser.h b/php_http_header_parser.h index 1c07da2..d8ac43c 100644 --- a/php_http_header_parser.h +++ b/php_http_header_parser.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_info.c b/php_http_info.c index dca784f..10ea0a3 100644 --- a/php_http_info.c +++ b/php_http_info.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_info.h b/php_http_info.h index 87aa791..afd747c 100644 --- a/php_http_info.h +++ b/php_http_info.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message.c b/php_http_message.c index 6adc557..61a1f74 100644 --- a/php_http_message.c +++ b/php_http_message.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message.h b/php_http_message.h index 6ef7298..6524a27 100644 --- a/php_http_message.h +++ b/php_http_message.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message_body.c b/php_http_message_body.c index 0337aa6..4be45ef 100644 --- a/php_http_message_body.c +++ b/php_http_message_body.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message_body.h b/php_http_message_body.h index 028ad62..860cd8a 100644 --- a/php_http_message_body.h +++ b/php_http_message_body.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message_parser.c b/php_http_message_parser.c index b64eb00..b9f1cb1 100644 --- a/php_http_message_parser.c +++ b/php_http_message_parser.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_message_parser.h b/php_http_message_parser.h index 8ecf991..ade991b 100644 --- a/php_http_message_parser.h +++ b/php_http_message_parser.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_misc.c b/php_http_misc.c index 0ba19f9..0515c96 100644 --- a/php_http_misc.c +++ b/php_http_misc.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_misc.h b/php_http_misc.h index 17cfec7..75090bd 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_negotiate.c b/php_http_negotiate.c index ae10ddf..76106a8 100644 --- a/php_http_negotiate.c +++ b/php_http_negotiate.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_negotiate.h b/php_http_negotiate.h index f31226b..3a12ab7 100644 --- a/php_http_negotiate.h +++ b/php_http_negotiate.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_object.c b/php_http_object.c index d4785f1..abf7229 100644 --- a/php_http_object.c +++ b/php_http_object.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_object.h b/php_http_object.h index a3786bb..63730b4 100644 --- a/php_http_object.h +++ b/php_http_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_options.c b/php_http_options.c index ca455a7..1ba987a 100644 --- a/php_http_options.c +++ b/php_http_options.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_options.h b/php_http_options.h index 479b155..6726815 100644 --- a/php_http_options.h +++ b/php_http_options.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_params.c b/php_http_params.c index c64df95..d2df6cf 100644 --- a/php_http_params.c +++ b/php_http_params.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_params.h b/php_http_params.h index a9ac564..0068952 100644 --- a/php_http_params.h +++ b/php_http_params.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_querystring.c b/php_http_querystring.c index 7304d69..933529f 100644 --- a/php_http_querystring.c +++ b/php_http_querystring.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_querystring.h b/php_http_querystring.h index 6418f83..4ebdd77 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_strlist.c b/php_http_strlist.c index 4e316db..f457178 100644 --- a/php_http_strlist.c +++ b/php_http_strlist.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_strlist.h b/php_http_strlist.h index 319113f..2685423 100644 --- a/php_http_strlist.h +++ b/php_http_strlist.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_url.c b/php_http_url.c index eb1d2a3..c4eb90b 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_url.h b/php_http_url.h index 938cf07..5c61daa 100644 --- a/php_http_url.h +++ b/php_http_url.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_version.c b/php_http_version.c index 4b80504..60a8ad9 100644 --- a/php_http_version.c +++ b/php_http_version.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ diff --git a/php_http_version.h b/php_http_version.h index 8053646..40b833e 100644 --- a/php_http_version.h +++ b/php_http_version.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ -- 2.30.2