diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:42:39 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:42:39 +0100 |
commit | 0cb411ecc8913b7c5b07b71e57c71732d50c868a (patch) | |
tree | d459135d49dddb8be445500d33672c977912fa0d | |
parent | 4d957e9658d55a1e22e928170c07ab620af2caa3 (diff) | |
download | Mime-0cb411ecc8913b7c5b07b71e57c71732d50c868a.zip Mime-0cb411ecc8913b7c5b07b71e57c71732d50c868a.tar.gz Mime-0cb411ecc8913b7c5b07b71e57c71732d50c868a.tar.bz2 |
Happy new year!
-rw-r--r-- | Exception/Exception.php | 4 | ||||
-rw-r--r-- | Exception/MimeIsNotFound.php | 4 | ||||
-rw-r--r-- | Mime.php | 4 | ||||
-rw-r--r-- | Test/Unit/Documentation.php | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Exception/Exception.php b/Exception/Exception.php index 4d3fe1a..2214245 100644 --- a/Exception/Exception.php +++ b/Exception/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,7 +44,7 @@ use Hoa\Core; * Extending the \Hoa\Core\Exception class. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Exception/MimeIsNotFound.php b/Exception/MimeIsNotFound.php index d5c9c62..9d2ade3 100644 --- a/Exception/MimeIsNotFound.php +++ b/Exception/MimeIsNotFound.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -42,7 +42,7 @@ namespace Hoa\Mime\Exception; * Extending the \Hoa\Mime\Exception class. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -46,7 +46,7 @@ use Hoa\Stream; * about a stream. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Test/Unit/Documentation.php b/Test/Unit/Documentation.php index 5f865cd..483f78f 100644 --- a/Test/Unit/Documentation.php +++ b/Test/Unit/Documentation.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -46,7 +46,7 @@ use Hoa\File; * Test suite of the examples in the documentation. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |