diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:42 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:42 +0100 |
commit | ddd18c1696326a5225f23d9464f4ea962cd2c962 (patch) | |
tree | f135eb3272100dcd31087ff365bce6db0734a8dc | |
parent | 7d6159269049145b86cb5aa776c30d53c91f6380 (diff) | |
download | View-ddd18c1696326a5225f23d9464f4ea962cd2c962.zip View-ddd18c1696326a5225f23d9464f4ea962cd2c962.tar.gz View-ddd18c1696326a5225f23d9464f4ea962cd2c962.tar.bz2 |
Happy new year \o/.
-rw-r--r-- | Viewable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Viewable.php b/Viewable.php index e1f7c12..be7cb95 100644 --- a/Viewable.php +++ b/Viewable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2012, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2013, 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\View { * Describe what a view could be. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2012 Ivan Enderlin. + * @copyright Copyright © 2007-2013 Ivan Enderlin. * @license New BSD License */ |