diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2012-01-10 15:07:17 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2012-01-10 15:07:17 +0100 |
commit | 3906190e267fe2da15fed865114557fbfe6e4c38 (patch) | |
tree | 98713a071bdc9edd67a0be3a1d359e9e20a61afd | |
parent | 92025c5777a65afa8336498cc937ffe5243cddd4 (diff) | |
download | View-3906190e267fe2da15fed865114557fbfe6e4c38.zip View-3906190e267fe2da15fed865114557fbfe6e4c38.tar.gz View-3906190e267fe2da15fed865114557fbfe6e4c38.tar.bz2 |
s/2007-2011/2007-2012/
-rw-r--r-- | Library/View/Viewable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/View/Viewable.php b/Library/View/Viewable.php index aab6195..e1f7c12 100644 --- a/Library/View/Viewable.php +++ b/Library/View/Viewable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2011, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2012, 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-2011 Ivan Enderlin. + * @copyright Copyright © 2007-2012 Ivan Enderlin. * @license New BSD License */ |