diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:44:27 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:44:27 +0100 |
commit | 58dae3630ef137db573acf229e6cef688f3a93e6 (patch) | |
tree | 9ebce9868f76b85ebffb7335d61ead09b6f14d5e /Exception | |
parent | df82c9f61d4879924645e83f2ce27d8d45dd45c0 (diff) | |
download | Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.zip Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.gz Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.bz2 |
Happy new year!
Diffstat (limited to 'Exception')
-rw-r--r-- | Exception/AssertionChecker.php | 4 | ||||
-rw-r--r-- | Exception/Compiler.php | 4 | ||||
-rw-r--r-- | Exception/Exception.php | 4 | ||||
-rw-r--r-- | Exception/Failure/Exceptional.php | 4 | ||||
-rw-r--r-- | Exception/Failure/Failure.php | 4 | ||||
-rw-r--r-- | Exception/Failure/InternalPrecondition.php | 4 | ||||
-rw-r--r-- | Exception/Failure/Invariant.php | 4 | ||||
-rw-r--r-- | Exception/Failure/Postcondition.php | 4 | ||||
-rw-r--r-- | Exception/Failure/Precondition.php | 4 | ||||
-rw-r--r-- | Exception/Generic.php | 4 | ||||
-rw-r--r-- | Exception/Group.php | 4 | ||||
-rw-r--r-- | Exception/Interpreter.php | 4 | ||||
-rw-r--r-- | Exception/Model.php | 4 | ||||
-rw-r--r-- | Exception/Preambler.php | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/Exception/AssertionChecker.php b/Exception/AssertionChecker.php index 433964e..29c4346 100644 --- a/Exception/AssertionChecker.php +++ b/Exception/AssertionChecker.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Praspel\Exception\Generic 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/Compiler.php b/Exception/Compiler.php index a7ead95..14382ad 100644 --- a/Exception/Compiler.php +++ b/Exception/Compiler.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Praspel\Exception\Generic 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/Exception.php b/Exception/Exception.php index 4ae53b6..dcece9c 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: @@ -42,7 +42,7 @@ namespace Hoa\Praspel\Exception { * Interface representing Hoa\Praspel exceptions. * * @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/Failure/Exceptional.php b/Exception/Failure/Exceptional.php index 48e03c5..7debe44 100644 --- a/Exception/Failure/Exceptional.php +++ b/Exception/Failure/Exceptional.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\Failure 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/Failure/Failure.php b/Exception/Failure/Failure.php index 3a6e875..f77c057 100644 --- a/Exception/Failure/Failure.php +++ b/Exception/Failure/Failure.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\AssertionChecker 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/Failure/InternalPrecondition.php b/Exception/Failure/InternalPrecondition.php index b682dea..9c9665b 100644 --- a/Exception/Failure/InternalPrecondition.php +++ b/Exception/Failure/InternalPrecondition.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\Failure 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/Failure/Invariant.php b/Exception/Failure/Invariant.php index 194f4da..02c0776 100644 --- a/Exception/Failure/Invariant.php +++ b/Exception/Failure/Invariant.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\Failure 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/Failure/Postcondition.php b/Exception/Failure/Postcondition.php index b5e367e..d9c4032 100644 --- a/Exception/Failure/Postcondition.php +++ b/Exception/Failure/Postcondition.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\Failure 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/Failure/Precondition.php b/Exception/Failure/Precondition.php index 69cb1dc..e9ea825 100644 --- a/Exception/Failure/Precondition.php +++ b/Exception/Failure/Precondition.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception\Failure { * Extending the \Hoa\Praspel\Exception\Failure 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/Generic.php b/Exception/Generic.php index 9f0b5b5..dbc3b58 100644 --- a/Exception/Generic.php +++ b/Exception/Generic.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * 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/Group.php b/Exception/Group.php index c8fabc9..c8208fc 100644 --- a/Exception/Group.php +++ b/Exception/Group.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Core\Exception\Group 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/Interpreter.php b/Exception/Interpreter.php index 2516711..48c71fe 100644 --- a/Exception/Interpreter.php +++ b/Exception/Interpreter.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Praspel\Exception\Generic 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/Model.php b/Exception/Model.php index 6dabc09..8c5c793 100644 --- a/Exception/Model.php +++ b/Exception/Model.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Praspel\Exception\Generic 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/Preambler.php b/Exception/Preambler.php index ad9f876..b8b442e 100644 --- a/Exception/Preambler.php +++ b/Exception/Preambler.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Exception { * Extending the \Hoa\Praspel\Exception\Generic 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 */ |