diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:38 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:38 +0100 |
commit | cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39 (patch) | |
tree | 6841f1af266785984d41abbdf46228fad7607340 /Model/Behavior.php | |
parent | c2c423a7a42ae060947b9e014309ae48d63a8086 (diff) | |
download | Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.zip Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.tar.gz Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.tar.bz2 |
Happy new year \o/.
Diffstat (limited to 'Model/Behavior.php')
-rw-r--r-- | Model/Behavior.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Model/Behavior.php b/Model/Behavior.php index a901b9e..3ce3604 100644 --- a/Model/Behavior.php +++ b/Model/Behavior.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: @@ -83,7 +83,7 @@ namespace Hoa\Praspel\Model { * Represent the @behavior clause. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2012 Ivan Enderlin. + * @copyright Copyright © 2007-2013 Ivan Enderlin. * @license New BSD License */ |