diff --git a/LICENSE b/LICENSE index 4803a45d..7ef6a505 100644 --- a/LICENSE +++ b/LICENSE @@ -178,15 +178,13 @@ APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate + boilerplate notice. The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2021] [Derek Pisner] + Copyright 2021 The NiPreps Developers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/scripts/optimize_registration.py b/scripts/optimize_registration.py index 25b6e2a5..30284e25 100644 --- a/scripts/optimize_registration.py +++ b/scripts/optimize_registration.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/__main__.py b/src/eddymotion/__main__.py index 6cc72833..57277cbb 100644 --- a/src/eddymotion/__main__.py +++ b/src/eddymotion/__main__.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/cli/parser.py b/src/eddymotion/cli/parser.py index 5817bdba..fb43b70d 100644 --- a/src/eddymotion/cli/parser.py +++ b/src/eddymotion/cli/parser.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/cli/run.py b/src/eddymotion/cli/run.py index ccb35e45..a675de4a 100644 --- a/src/eddymotion/cli/run.py +++ b/src/eddymotion/cli/run.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/exceptions.py b/src/eddymotion/exceptions.py index 44d3d906..b2f58bfa 100644 --- a/src/eddymotion/exceptions.py +++ b/src/eddymotion/exceptions.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/math/tests/test_utils.py b/src/eddymotion/math/tests/test_utils.py index 66622357..b6ef05a9 100644 --- a/src/eddymotion/math/tests/test_utils.py +++ b/src/eddymotion/math/tests/test_utils.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/math/utils.py b/src/eddymotion/math/utils.py index d241576f..1a55c099 100644 --- a/src/eddymotion/math/utils.py +++ b/src/eddymotion/math/utils.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/model/_dipy.py b/src/eddymotion/model/_dipy.py index 7a97420e..34d7555b 100644 --- a/src/eddymotion/model/_dipy.py +++ b/src/eddymotion/model/_dipy.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/model/dmri.py b/src/eddymotion/model/dmri.py index 45e4e8cd..5ebc3bbb 100644 --- a/src/eddymotion/model/dmri.py +++ b/src/eddymotion/model/dmri.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/registration/ants.py b/src/eddymotion/registration/ants.py index 925ed1a3..f8fdb594 100644 --- a/src/eddymotion/registration/ants.py +++ b/src/eddymotion/registration/ants.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/registration/utils.py b/src/eddymotion/registration/utils.py index 0ac54240..7e1a3ced 100644 --- a/src/eddymotion/registration/utils.py +++ b/src/eddymotion/registration/utils.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/eddymotion/utils.py b/src/eddymotion/utils.py index 07320a1e..e1c39183 100644 --- a/src/eddymotion/utils.py +++ b/src/eddymotion/utils.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_dipy.py b/test/test_dipy.py index 54c91006..2e2df60c 100644 --- a/test/test_dipy.py +++ b/test/test_dipy.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_main.py b/test/test_main.py index 8531a3ff..eae2f86f 100644 --- a/test/test_main.py +++ b/test/test_main.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_parser.py b/test/test_parser.py index 83b02159..46cad527 100644 --- a/test/test_parser.py +++ b/test/test_parser.py @@ -1,7 +1,7 @@ # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: # -# Copyright 2024 The NiPreps Developers +# Copyright 2021 The NiPreps Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.