diff options
author | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-12 14:01:18 +0100 |
---|---|---|
committer | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-12 14:01:18 +0100 |
commit | bcb258ac06dd418c23e7548a2c039866ee873b1d (patch) | |
tree | a6ba976e1e2b1e21a6ca2a98256ada69a54ac103 /Test/Unit | |
parent | 8ea8d7a8cc6ef075b6152cfff2a670d3812b9619 (diff) | |
download | Ustring-bcb258ac06dd418c23e7548a2c039866ee873b1d.zip Ustring-bcb258ac06dd418c23e7548a2c039866ee873b1d.tar.gz Ustring-bcb258ac06dd418c23e7548a2c039866ee873b1d.tar.bz2 |
Quality: Happy new year!
Diffstat (limited to 'Test/Unit')
-rw-r--r-- | Test/Unit/Issue.php | 4 | ||||
-rw-r--r-- | Test/Unit/Search.php | 4 | ||||
-rw-r--r-- | Test/Unit/Ustring.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Test/Unit/Issue.php b/Test/Unit/Issue.php index c0b2dcc..fdd6939 100644 --- a/Test/Unit/Issue.php +++ b/Test/Unit/Issue.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: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of detected issues. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Issue extends Test\Unit\Suite implements Test\Decorrelated diff --git a/Test/Unit/Search.php b/Test/Unit/Search.php index 977d3e5..362161a 100644 --- a/Test/Unit/Search.php +++ b/Test/Unit/Search.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: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of the search algorithms. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Search extends Test\Unit\Suite diff --git a/Test/Unit/Ustring.php b/Test/Unit/Ustring.php index 5b79c61..612da98 100644 --- a/Test/Unit/Ustring.php +++ b/Test/Unit/Ustring.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: @@ -44,7 +44,7 @@ use Hoa\Ustring as LUT; * * Test suite of the string class. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Ustring extends Test\Unit\Suite |