diff options
Diffstat (limited to 'Exception.php')
-rw-r--r-- | Exception.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Exception.php b/Exception.php index 83df6fa..5125c3b 100644 --- a/Exception.php +++ b/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2016, Hoa community. All rights reserved. + * Copyright © 2007-2017, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Exception as HoaException; * * Extending the \Hoa\Exception\Exception class. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Exception extends HoaException |