diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:52:34 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-01-05 14:52:34 +0100 |
commit | c2116e1e056c177388d883d72155a8e878ddf927 (patch) | |
tree | f8cbcd60971513de06f91c8f77e85165f9597228 /Test | |
parent | a1ff879f19ad7e95b06d9a3437e4c9415a7f1011 (diff) | |
download | Ustring-c2116e1e056c177388d883d72155a8e878ddf927.zip Ustring-c2116e1e056c177388d883d72155a8e878ddf927.tar.gz Ustring-c2116e1e056c177388d883d72155a8e878ddf927.tar.bz2 |
Happy new year!
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Unit/Search.php | 4 | ||||
-rw-r--r-- | Test/Unit/String.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Test/Unit/Search.php b/Test/Unit/Search.php index c8edbee..570898a 100644 --- a/Test/Unit/Search.php +++ b/Test/Unit/Search.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: @@ -45,7 +45,7 @@ use Hoa\String as LUT; * Test suite of the search algorithms. * * @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/Test/Unit/String.php b/Test/Unit/String.php index 3a95b40..ccf7e0e 100644 --- a/Test/Unit/String.php +++ b/Test/Unit/String.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: @@ -45,7 +45,7 @@ use Hoa\String as LUT; * Test suite of the string class. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |