diff options
Diffstat (limited to 'core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php')
-rw-r--r-- | core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php b/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php index 2abe00a..80edfc2 100644 --- a/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php +++ b/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php @@ -5,7 +5,7 @@ * * LICENSE * - * Copyright (c) 2009-2010 Nicholas J Humfrey. + * Copyright (c) 2009-2013 Nicholas J Humfrey. * Copyright (c) 2005-2009 Zend Technologies USA Inc. * All rights reserved. * @@ -33,17 +33,16 @@ * POSSIBILITY OF SUCH DAMAGE. * * @package EasyRdf - * @copyright Copyright (c) 2009-2010 Nicholas J Humfrey + * @copyright Copyright (c) 2009-2013 Nicholas J Humfrey * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. * @license http://www.opensource.org/licenses/bsd-license.php - * @version $Id$ */ /** * Class that represents an HTTP 1.0 / 1.1 response message. * * @package EasyRdf - * @copyright Copyright (c) 2009-2010 Nicholas J Humfrey + * @copyright Copyright (c) 2009-2013 Nicholas J Humfrey * Copyright (c) 2005-2009 Zend Technologies USA Inc. * @license http://www.opensource.org/licenses/bsd-license.php */ |