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 | |
parent | 97439a371308d0ed31acd0d79bc44248bb6a1d0f (diff) | |
download | Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.zip Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.tar.gz Praspel-2f9995179b6725e89f9fda16aac7aed48d4c5e96.tar.bz2 |
Happy new year \o/.
Diffstat (limited to 'Model')
-rw-r--r-- | Model/Behavior.php | 4 | ||||
-rw-r--r-- | Model/Clause.php | 4 | ||||
-rw-r--r-- | Model/Collection.php | 4 | ||||
-rw-r--r-- | Model/Declaration.php | 4 | ||||
-rw-r--r-- | Model/DefaultBehavior.php | 4 | ||||
-rw-r--r-- | Model/Description.php | 4 | ||||
-rw-r--r-- | Model/Ensures.php | 4 | ||||
-rw-r--r-- | Model/Invariant.php | 4 | ||||
-rw-r--r-- | Model/Is.php | 4 | ||||
-rw-r--r-- | Model/Requires.php | 4 | ||||
-rw-r--r-- | Model/Specification.php | 4 | ||||
-rw-r--r-- | Model/Throwable.php | 4 | ||||
-rw-r--r-- | Model/Variable/Borrowing.php | 4 | ||||
-rw-r--r-- | Model/Variable/Implicit.php | 4 | ||||
-rw-r--r-- | Model/Variable/Variable.php | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/Model/Behavior.php b/Model/Behavior.php index 7a587bb..2ac98dc 100644 --- a/Model/Behavior.php +++ b/Model/Behavior.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: @@ -98,7 +98,7 @@ namespace Hoa\Praspel\Model { * Represent the @behavior clause. * * @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/Clause.php b/Model/Clause.php index 83cbd9e..d221d53 100644 --- a/Model/Clause.php +++ b/Model/Clause.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent a clause. * * @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/Collection.php b/Model/Collection.php index 597ffde..3b2ed06 100644 --- a/Model/Collection.php +++ b/Model/Collection.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: @@ -68,7 +68,7 @@ namespace Hoa\Praspel\Model { * Represent a collection of clauses. * * @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/Declaration.php b/Model/Declaration.php index 68f3111..6891673 100644 --- a/Model/Declaration.php +++ b/Model/Declaration.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: @@ -93,7 +93,7 @@ namespace Hoa\Praspel\Model { * Represent a declaration. * * @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/DefaultBehavior.php b/Model/DefaultBehavior.php index 6493f0e..78441ee 100644 --- a/Model/DefaultBehavior.php +++ b/Model/DefaultBehavior.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent a default behavior. * * @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/Description.php b/Model/Description.php index 926d6cb..b29bb17 100644 --- a/Model/Description.php +++ b/Model/Description.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 { * Represent the @description clause. * * @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/Ensures.php b/Model/Ensures.php index b3df0ee..315a95e 100644 --- a/Model/Ensures.php +++ b/Model/Ensures.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent the @ensures clause. * * @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/Invariant.php b/Model/Invariant.php index e1cbd25..99b865f 100644 --- a/Model/Invariant.php +++ b/Model/Invariant.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent the @invariant clause. * * @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/Is.php b/Model/Is.php index e539942..2811acb 100644 --- a/Model/Is.php +++ b/Model/Is.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent the @is clause. * * @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/Requires.php b/Model/Requires.php index eb59d6a..168fece 100644 --- a/Model/Requires.php +++ b/Model/Requires.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Model { * Represent the @requires clause. * * @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/Specification.php b/Model/Specification.php index 33ccb0f..273f522 100644 --- a/Model/Specification.php +++ b/Model/Specification.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 { * Represent a specification (contains all clauses). * * @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/Throwable.php b/Model/Throwable.php index 53f81aa..97a9b7f 100644 --- a/Model/Throwable.php +++ b/Model/Throwable.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: @@ -68,7 +68,7 @@ namespace Hoa\Praspel\Model { * Represent the @throwable clause. * * @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/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 */ |