diff options
author | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-09 21:37:01 +0100 |
---|---|---|
committer | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-09 21:37:01 +0100 |
commit | ec2d284b3351641301301945a4caa0df5e76e989 (patch) | |
tree | 9f4c6e24f59ad2b71c34d37d7f3eb86d675bc3ee | |
parent | f7826b28f44bfa71f90c909c236ef8465f872aa7 (diff) | |
download | View-ec2d284b3351641301301945a4caa0df5e76e989.zip View-ec2d284b3351641301301945a4caa0df5e76e989.tar.gz View-ec2d284b3351641301301945a4caa0df5e76e989.tar.bz2 |
Quality: Happy new year!
-rw-r--r-- | Test/Unit/Viewable.php | 4 | ||||
-rw-r--r-- | Viewable.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Test/Unit/Viewable.php b/Test/Unit/Viewable.php index e8b5456..fa6d9ad 100644 --- a/Test/Unit/Viewable.php +++ b/Test/Unit/Viewable.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\Test; * * Test suite of the interface. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Viewable extends Test\Unit\Suite diff --git a/Viewable.php b/Viewable.php index 6cf4558..ec42dc3 100644 --- a/Viewable.php +++ b/Viewable.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: @@ -41,7 +41,7 @@ namespace Hoa\View; * * Describe what a view could be. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ interface Viewable |