diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-01-10 14:04:59 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-01-10 14:04:59 +0100 |
commit | 9c885323891454a82f73140141d9189c44fba8ab (patch) | |
tree | e0907d52e40385fe9223f16348f0b41deb6d82e1 /Model/Requires.php | |
parent | 6a81c777d3c26847e9cc4276362d6727a372bdbd (diff) | |
download | Praspel-9c885323891454a82f73140141d9189c44fba8ab.zip Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.gz Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.bz2 |
Quality: Happy new year!
Diffstat (limited to 'Model/Requires.php')
-rw-r--r-- | Model/Requires.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Model/Requires.php b/Model/Requires.php index b422602..a697bc8 100644 --- a/Model/Requires.php +++ b/Model/Requires.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2016, Hoa community. All rights reserved. + * Copyright © 2007-2017, 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-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Requires extends Declaration |