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 /Iterator | |
parent | df82c9f61d4879924645e83f2ce27d8d45dd45c0 (diff) | |
download | Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.zip Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.gz Praspel-58dae3630ef137db573acf229e6cef688f3a93e6.tar.bz2 |
Happy new year!
Diffstat (limited to 'Iterator')
-rw-r--r-- | Iterator/Coverage/Coverage.php | 4 | ||||
-rw-r--r-- | Iterator/Coverage/Domain.php | 4 | ||||
-rw-r--r-- | Iterator/Coverage/Structural.php | 4 | ||||
-rw-r--r-- | Iterator/Sampler.php | 4 | ||||
-rw-r--r-- | Iterator/WeakStack.php | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/Iterator/Coverage/Coverage.php b/Iterator/Coverage/Coverage.php index 25d672a..d5d521e 100644 --- a/Iterator/Coverage/Coverage.php +++ b/Iterator/Coverage/Coverage.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\Iterator\Coverage { * Coverage recursive iterator. * * @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/Iterator/Coverage/Domain.php b/Iterator/Coverage/Domain.php index 483aeb9..9e5dfb4 100644 --- a/Iterator/Coverage/Domain.php +++ b/Iterator/Coverage/Domain.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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Iterator\Coverage { * Domain coverage. * * @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/Iterator/Coverage/Structural.php b/Iterator/Coverage/Structural.php index c55d8d7..e299407 100644 --- a/Iterator/Coverage/Structural.php +++ b/Iterator/Coverage/Structural.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: @@ -83,7 +83,7 @@ namespace Hoa\Praspel\Iterator\Coverage { * Structural coverage. * * @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/Iterator/Sampler.php b/Iterator/Sampler.php index 02cd8c8..e0d6507 100644 --- a/Iterator/Sampler.php +++ b/Iterator/Sampler.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\Iterator { * An easy way to iterate over data described by Praspel. * * @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/Iterator/WeakStack.php b/Iterator/WeakStack.php index fa989ad..b4e5746 100644 --- a/Iterator/WeakStack.php +++ b/Iterator/WeakStack.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: @@ -42,7 +42,7 @@ namespace Hoa\Praspel\Iterator { * A weak stack is a SplStack with null elements that are not iterated. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |