diff --git a/LICENSE b/LICENSE index d95b5af..b5479f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2022 Bailey Thompson +Copyright (c) 2017-2025 Bailey Thompson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/containers.h b/containers.h index 6b2b291..81b26a8 100644 --- a/containers.h +++ b/containers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ /* * The Containers library is hosted at: github.com/bkthomps/Containers * The author is: Bailey Thompson - * This local version is: v1.2.1 + * This local version is: v1.2.2 */ diff --git a/src/array.c b/src/array.c index d4e4aca..db75710 100644 --- a/src/array.c +++ b/src/array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/deque.c b/src/deque.c index 485f6af..bec5e88 100644 --- a/src/deque.c +++ b/src/deque.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/forward_list.c b/src/forward_list.c index c30c941..cf33e92 100644 --- a/src/forward_list.c +++ b/src/forward_list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/VERSION b/src/include/VERSION index 0af387c..0228433 100644 --- a/src/include/VERSION +++ b/src/include/VERSION @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,5 +23,5 @@ /* * The Containers library is hosted at: github.com/bkthomps/Containers * The author is: Bailey Thompson - * This local version is: v1.2.1 + * This local version is: v1.2.2 */ diff --git a/src/include/_bk_defines.h b/src/include/_bk_defines.h index d82598c..1a0f614 100644 --- a/src/include/_bk_defines.h +++ b/src/include/_bk_defines.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/array.h b/src/include/array.h index dc6a4a4..c3016cd 100644 --- a/src/include/array.h +++ b/src/include/array.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/deque.h b/src/include/deque.h index 0d75087..3ce801e 100644 --- a/src/include/deque.h +++ b/src/include/deque.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/forward_list.h b/src/include/forward_list.h index 51de76d..4111567 100644 --- a/src/include/forward_list.h +++ b/src/include/forward_list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/list.h b/src/include/list.h index 77ba4bb..b6aca72 100644 --- a/src/include/list.h +++ b/src/include/list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/map.h b/src/include/map.h index cea9662..4569ee8 100644 --- a/src/include/map.h +++ b/src/include/map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/multimap.h b/src/include/multimap.h index a4c4cf8..4b85147 100644 --- a/src/include/multimap.h +++ b/src/include/multimap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/multiset.h b/src/include/multiset.h index c0c3ccc..ac002ad 100644 --- a/src/include/multiset.h +++ b/src/include/multiset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/priority_queue.h b/src/include/priority_queue.h index d9808fc..9ce0122 100644 --- a/src/include/priority_queue.h +++ b/src/include/priority_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/queue.h b/src/include/queue.h index f39d4ae..e5582db 100644 --- a/src/include/queue.h +++ b/src/include/queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/set.h b/src/include/set.h index 7a6d700..a079bfe 100644 --- a/src/include/set.h +++ b/src/include/set.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/stack.h b/src/include/stack.h index 6310889..5dcce6d 100644 --- a/src/include/stack.h +++ b/src/include/stack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/unordered_map.h b/src/include/unordered_map.h index bbbaaa1..a45eb06 100644 --- a/src/include/unordered_map.h +++ b/src/include/unordered_map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/unordered_multimap.h b/src/include/unordered_multimap.h index a77b42c..305c9eb 100644 --- a/src/include/unordered_multimap.h +++ b/src/include/unordered_multimap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/unordered_multiset.h b/src/include/unordered_multiset.h index a7801ff..c36732c 100644 --- a/src/include/unordered_multiset.h +++ b/src/include/unordered_multiset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/unordered_set.h b/src/include/unordered_set.h index 06f18ed..4ec3650 100644 --- a/src/include/unordered_set.h +++ b/src/include/unordered_set.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/include/vector.h b/src/include/vector.h index fe12ede..557fa61 100644 --- a/src/include/vector.h +++ b/src/include/vector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/list.c b/src/list.c index b688d4b..aec05be 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/map.c b/src/map.c index bd4a021..a0f8250 100644 --- a/src/map.c +++ b/src/map.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/multimap.c b/src/multimap.c index bd57805..ea20b25 100644 --- a/src/multimap.c +++ b/src/multimap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/multiset.c b/src/multiset.c index b783731..ccf66e0 100644 --- a/src/multiset.c +++ b/src/multiset.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/priority_queue.c b/src/priority_queue.c index 5d6d369..c44054e 100644 --- a/src/priority_queue.c +++ b/src/priority_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/queue.c b/src/queue.c index 65892be..69a4ba2 100644 --- a/src/queue.c +++ b/src/queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/set.c b/src/set.c index 9e38e2d..0a84dc9 100644 --- a/src/set.c +++ b/src/set.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/stack.c b/src/stack.c index 41bbe4a..74d8f7c 100644 --- a/src/stack.c +++ b/src/stack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/unordered_map.c b/src/unordered_map.c index d5e0836..7206d51 100644 --- a/src/unordered_map.c +++ b/src/unordered_map.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/unordered_multimap.c b/src/unordered_multimap.c index 057c91f..8329382 100644 --- a/src/unordered_multimap.c +++ b/src/unordered_multimap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/unordered_multiset.c b/src/unordered_multiset.c index 66b663e..62b9dbc 100644 --- a/src/unordered_multiset.c +++ b/src/unordered_multiset.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/unordered_set.c b/src/unordered_set.c index 5f56984..53f13cd 100644 --- a/src/unordered_set.c +++ b/src/unordered_set.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/vector.c b/src/vector.c index 9b299f9..68daefe 100644 --- a/src/vector.c +++ b/src/vector.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022 Bailey Thompson + * Copyright (c) 2017-2025 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal