diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a20f7d..677bae7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/COPYLEFT b/COPYLEFT index c6cdb92..95d6dc9 100644 --- a/COPYLEFT +++ b/COPYLEFT @@ -1,4 +1,4 @@ ## Dependencies OpenGeode: MIT -Copyright (c) 2019 - 2022 Geode-solutions +Copyright (c) 2019 - 2025 Geode-solutions diff --git a/LICENSE b/LICENSE index 84738bf..b81af04 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2022 Geode-solutions +Copyright (c) 2019 - 2025 Geode-solutions 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/README.md b/README.md index f88dcf9..244fdeb 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ For questions and support please use the official [slack](https://slackin-openge [MIT](https://opensource.org/licenses/MIT) -Copyright (c) 2019 - 2022, Geode-solutions +Copyright (c) 2019 - 2025, Geode-solutions diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 49a39b0..c7c914a 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/__init__.py b/bindings/python/__init__.py index 6beac8b..5f45ea4 100644 --- a/bindings/python/__init__.py +++ b/bindings/python/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/copy_wheel.cmake b/bindings/python/copy_wheel.cmake index ebc5f25..95307ac 100644 --- a/bindings/python/copy_wheel.cmake +++ b/bindings/python/copy_wheel.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/setup.py b/bindings/python/setup.py index 9bc05de..e851013 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/src/CMakeLists.txt b/bindings/python/src/CMakeLists.txt index 99dac2f..897d94f 100644 --- a/bindings/python/src/CMakeLists.txt +++ b/bindings/python/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/src/mylib/CMakeLists.txt b/bindings/python/src/mylib/CMakeLists.txt index ff57466..a2c1602 100644 --- a/bindings/python/src/mylib/CMakeLists.txt +++ b/bindings/python/src/mylib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/src/mylib/mylib.cpp b/bindings/python/src/mylib/mylib.cpp index 8dac0fa..1ea0990 100644 --- a/bindings/python/src/mylib/mylib.cpp +++ b/bindings/python/src/mylib/mylib.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2022 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * 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/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt index 99dac2f..897d94f 100755 --- a/bindings/python/tests/CMakeLists.txt +++ b/bindings/python/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/tests/mylib/CMakeLists.txt b/bindings/python/tests/mylib/CMakeLists.txt index fc46637..629834f 100755 --- a/bindings/python/tests/mylib/CMakeLists.txt +++ b/bindings/python/tests/mylib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/bindings/python/tests/mylib/test-py-hello-world.py b/bindings/python/tests/mylib/test-py-hello-world.py index ba75bf7..455e857 100644 --- a/bindings/python/tests/mylib/test-py-hello-world.py +++ b/bindings/python/tests/mylib/test-py-hello-world.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/cmake/Doxyfile.in b/cmake/Doxyfile.in index 41cb250..abadf3a 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/cmake/OpenGeode-MyModuleConfig.cmake.in b/cmake/OpenGeode-MyModuleConfig.cmake.in index d4c6583..411c862 100644 --- a/cmake/OpenGeode-MyModuleConfig.cmake.in +++ b/cmake/OpenGeode-MyModuleConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/include/mylib/hello_world.h b/include/mylib/hello_world.h index 3e13782..98211b4 100644 --- a/include/mylib/hello_world.h +++ b/include/mylib/hello_world.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2022 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * 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/mylib/common.cpp b/src/mylib/common.cpp index 73f7e81..6bac4ff 100644 --- a/src/mylib/common.cpp +++ b/src/mylib/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2022 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * 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/mylib/hello_world.cpp b/src/mylib/hello_world.cpp index 9beffb3..0dc3914 100644 --- a/src/mylib/hello_world.cpp +++ b/src/mylib/hello_world.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2022 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * 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/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9b98a90..ae13d99 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/tests/mylib/CMakeLists.txt b/tests/mylib/CMakeLists.txt index 762ef1e..9b836c5 100755 --- a/tests/mylib/CMakeLists.txt +++ b/tests/mylib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2022 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # 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/tests/mylib/test-hello-world.cpp b/tests/mylib/test-hello-world.cpp index 03efecf..e60105e 100644 --- a/tests/mylib/test-hello-world.cpp +++ b/tests/mylib/test-hello-world.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2022 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal