diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:06:35 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:06:35 +0100 |
commit | a224ff4b2b4b9600c24243452ce4d92bfe376d46 (patch) | |
tree | db9b6de99f9feec7ea13ae4e9baf2f2e87c5f8d1 /Model | |
parent | c7fbacdd1b30e88593e1adfaea07a9528c5deb84 (diff) | |
download | Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.zip Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.tar.gz Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.tar.bz2 |
Quality: Run devtools:cs.
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 | 5 | ||||
-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, 31 deletions
diff --git a/Model/Behavior.php b/Model/Behavior.php index f21ca0b..6d7b3a6 100644 --- a/Model/Behavior.php +++ b/Model/Behavior.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Praspel; * * Represent the @behavior clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Behavior extends Clause diff --git a/Model/Clause.php b/Model/Clause.php index 198eb6f..294ba56 100644 --- a/Model/Clause.php +++ b/Model/Clause.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Visitor; * * Represent a clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ abstract class Clause implements Visitor\Element diff --git a/Model/Collection.php b/Model/Collection.php index 98ad7f0..cfcc857 100644 --- a/Model/Collection.php +++ b/Model/Collection.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -45,7 +45,7 @@ use Hoa\Visitor; * * Represent a collection of clauses. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Collection diff --git a/Model/Declaration.php b/Model/Declaration.php index 697d9e8..7f85d22 100644 --- a/Model/Declaration.php +++ b/Model/Declaration.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -37,7 +37,6 @@ namespace Hoa\Praspel\Model; use Hoa\Iterator; -use Hoa\Praspel; use Hoa\Realdom; /** @@ -45,7 +44,7 @@ use Hoa\Realdom; * * Represent a declaration. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ abstract class Declaration diff --git a/Model/DefaultBehavior.php b/Model/DefaultBehavior.php index 5696f35..2f8097b 100644 --- a/Model/DefaultBehavior.php +++ b/Model/DefaultBehavior.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Praspel\Model; * * Represent a default behavior. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class DefaultBehavior extends Behavior diff --git a/Model/Description.php b/Model/Description.php index 191a37b..96b0bfd 100644 --- a/Model/Description.php +++ b/Model/Description.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Iterator; * * Represent the @description clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Description diff --git a/Model/Ensures.php b/Model/Ensures.php index 57c65e4..88615da 100644 --- a/Model/Ensures.php +++ b/Model/Ensures.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Praspel\Model; * * Represent the @ensures clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Ensures extends Declaration diff --git a/Model/Invariant.php b/Model/Invariant.php index 6f8eadc..384896c 100644 --- a/Model/Invariant.php +++ b/Model/Invariant.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Praspel\Model; * * Represent the @invariant clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Invariant extends Declaration diff --git a/Model/Is.php b/Model/Is.php index c26b948..dc424d9 100644 --- a/Model/Is.php +++ b/Model/Is.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Praspel\Model; * * Represent the @is clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Is extends Clause diff --git a/Model/Requires.php b/Model/Requires.php index 9a7bdee..b422602 100644 --- a/Model/Requires.php +++ b/Model/Requires.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Praspel\Model; * * Represent the @requires clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Requires extends Declaration diff --git a/Model/Specification.php b/Model/Specification.php index 11334cd..ce8b442 100644 --- a/Model/Specification.php +++ b/Model/Specification.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -47,7 +47,7 @@ if (false === Consistency::entityExists('Hoa\Realdom\Disjunction')) { * * Represent a specification (contains all clauses). * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Specification extends Behavior diff --git a/Model/Throwable.php b/Model/Throwable.php index 17b787d..1bb6376 100644 --- a/Model/Throwable.php +++ b/Model/Throwable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Iterator; * * Represent the @throwable clause. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Throwable diff --git a/Model/Variable/Borrowing.php b/Model/Variable/Borrowing.php index a0351fe..a130d02 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -44,7 +44,7 @@ use Hoa\Praspel; * * Represent a borrowing variable. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Borrowing extends Variable diff --git a/Model/Variable/Implicit.php b/Model/Variable/Implicit.php index 5da50c8..acc759f 100644 --- a/Model/Variable/Implicit.php +++ b/Model/Variable/Implicit.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -49,7 +49,7 @@ if (false === Consistency::entityExists('Hoa\Realdom\Disjunction')) { * * Represent an implicit variable. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Implicit extends Variable diff --git a/Model/Variable/Variable.php b/Model/Variable/Variable.php index 3e52081..d5a1f56 100644 --- a/Model/Variable/Variable.php +++ b/Model/Variable/Variable.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -47,7 +47,7 @@ use Hoa\Visitor; * * Represent a variable. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Variable |