diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:44:27 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:44:27 +0100 |
commit | 58dae3630ef137db573acf229e6cef688f3a93e6 (patch) | |
tree | 9ebce9868f76b85ebffb7335d61ead09b6f14d5e /Model/Variable | |
parent | df82c9f61d4879924645e83f2ce27d8d45dd45c0 (diff) | |
download | Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.zip Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.gz Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.bz2 |
Happy new year!
Diffstat (limited to 'Model/Variable')
-rw-r--r-- | Model/Variable/Borrowing.php | 4 | ||||
-rw-r--r-- | Model/Variable/Implicit.php | 4 | ||||
-rw-r--r-- | Model/Variable/Variable.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Model/Variable/Borrowing.php b/Model/Variable/Borrowing.php index 1ac54d8..e90b291 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -58,7 +58,7 @@ namespace Hoa\Praspel\Model\Variable { * Represent a borrowing variable. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Model/Variable/Implicit.php b/Model/Variable/Implicit.php index a27bae1..d28e8a9 100644 --- a/Model/Variable/Implicit.php +++ b/Model/Variable/Implicit.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -63,7 +63,7 @@ namespace Hoa\Praspel\Model\Variable { * Represent an implicit variable. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Model/Variable/Variable.php b/Model/Variable/Variable.php index 3f2ade4..d50ff77 100644 --- a/Model/Variable/Variable.php +++ b/Model/Variable/Variable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -63,7 +63,7 @@ namespace Hoa\Praspel\Model\Variable { * Represent a variable. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |