diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-07 11:55:25 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-07 11:55:25 +0100 |
commit | 2f9995179b6725e89f9fda16aac7aed48d4c5e96 (patch) | |
tree | 75aac95355b032dbdcb8aaf98ecd9a9b08bd9756 /Model/Variable | |
parent | 97439a371308d0ed31acd0d79bc44248bb6a1d0f (diff) | |
download | Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.zip Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.tar.gz Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.tar.bz2 |
Happy new year \o/.
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 c59fcc8..1ac54d8 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, 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-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ diff --git a/Model/Variable/Implicit.php b/Model/Variable/Implicit.php index e02fcf5..a27bae1 100644 --- a/Model/Variable/Implicit.php +++ b/Model/Variable/Implicit.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, 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-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ diff --git a/Model/Variable/Variable.php b/Model/Variable/Variable.php index 6a429b3..3f2ade4 100644 --- a/Model/Variable/Variable.php +++ b/Model/Variable/Variable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, 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-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ |