Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 4, 2024
1 parent 09afae3 commit 18d00fb
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion benchmarks/TreeMapBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* TreeMap benchmark class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/ReversedMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Map
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/ReversedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Set
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/SubMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Map
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/SubSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Set
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/TreeMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Map
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion examples/TreeSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage Set
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/AbstractMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\AbstractMap class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/AbstractSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\AbstractSet class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/Iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\Iterator class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/ReversedMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\ReversedMap class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/ReversedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\ReversedSet class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/SortedCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SortedCollection interface
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/SortedMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SortedMap interface
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/SortedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SortedSet interface
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/SubMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SubMap class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/SubSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SubSet class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/TreeMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeMap class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/TreeNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeNode class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion src/SortedCollection/TreeSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeSet class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/ReversedMapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\ReversedMapTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/ReversedSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\ReversedSetTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/SubMapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SubMapTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/SubSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\SubSetTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/TreeMapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeMapTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/TreeNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeNodeTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SortedCollection/TreeSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* chdemko\SortedCollection\TreeSetTest class
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package SortedCollection
*
* @author Christophe Demko <chdemko@gmail.com>
* @copyright Copyright (C) 2012-2023 Christophe Demko. All rights reserved.
* @copyright Copyright (C) 2012-2024 Christophe Demko. All rights reserved.
*
* @license BSD 3-Clause License
*
Expand Down

0 comments on commit 18d00fb

Please sign in to comment.