From 7badbc86899587a607882155b9a90cfccca6f3f8 Mon Sep 17 00:00:00 2001 From: Michael Tauraso Date: Thu, 31 Oct 2024 12:27:26 -0700 Subject: [PATCH] Removing erronious GNU GPL notifications from the source tree. - This was missed when the LICENCE file was changed to MIT - Collecting information from Amanda, Emille, Rob, and Alex I believe the notices to be in error, and the actual status of the codebase at time of writing is that the entirety of it is MIT licensed. --- example_scripts/build_canonical_plasticc.py | 5 ----- example_scripts/build_canonical_snpcc.py | 6 ------ src/resspect/__init__.py | 5 ----- src/resspect/batch_functions.py | 6 ------ src/resspect/bazin.py | 6 ------ src/resspect/build_plasticc_canonical.py | 6 ------ src/resspect/build_plasticc_metadata.py | 6 ------ src/resspect/build_snpcc_canonical.py | 6 ------ src/resspect/bump.py | 6 ------ src/resspect/classifiers.py | 6 ------ src/resspect/cosmo_metric_utils.py | 6 ------ src/resspect/database.py | 6 ------ src/resspect/exposure_time_calculator.py | 7 ------- src/resspect/feature_extractors/light_curve.py | 6 ------ src/resspect/feature_extractors/malanchev.py | 6 ------ src/resspect/fit_lightcurves.py | 6 ------ src/resspect/learn_loop.py | 6 ------ src/resspect/metrics.py | 6 ------ src/resspect/plot_results.py | 6 ------ src/resspect/query_strategies.py | 6 ------ src/resspect/read_dash.py | 6 ------ src/resspect/salt3_utils.py | 6 ------ src/resspect/samples_utils.py | 6 ------ src/resspect/scripts/__init__.py | 6 ------ src/resspect/scripts/build_canonical.py | 6 ------ src/resspect/scripts/build_time_domain_plasticc.py | 6 ------ src/resspect/scripts/build_time_domain_snpcc.py | 6 ------ src/resspect/scripts/calculate_cosmology_metric.py | 6 ------ src/resspect/scripts/fit_dataset.py | 6 ------ src/resspect/scripts/make_metrics_plots.py | 6 ------ src/resspect/scripts/run_loop.py | 6 ------ src/resspect/scripts/run_time_domain.py | 6 ------ src/resspect/snana_fits_to_pd.py | 6 ------ src/resspect/time_domain_loop.py | 6 ------ src/resspect/time_domain_plasticc.py | 6 ------ src/resspect/time_domain_snpcc.py | 6 ------ src/resspect/tom_client.py | 6 ------ src/resspect/update_stashes.py | 6 ------ tests/resspect/test_database.py | 6 ------ tests/resspect/test_fit_lightcurves.py | 6 ------ tests/resspect/test_metrics.py | 6 ------ 41 files changed, 245 deletions(-) diff --git a/example_scripts/build_canonical_plasticc.py b/example_scripts/build_canonical_plasticc.py index 6df756db2..7150be745 100644 --- a/example_scripts/build_canonical_plasticc.py +++ b/example_scripts/build_canonical_plasticc.py @@ -3,11 +3,6 @@ # # created on 29 January 2021 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/example_scripts/build_canonical_snpcc.py b/example_scripts/build_canonical_snpcc.py index 1c245e0e6..69a6af1b1 100644 --- a/example_scripts/build_canonical_snpcc.py +++ b/example_scripts/build_canonical_snpcc.py @@ -3,12 +3,6 @@ # # created on 31 December 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/__init__.py b/src/resspect/__init__.py index 17374e788..d2c1bf3bf 100644 --- a/src/resspect/__init__.py +++ b/src/resspect/__init__.py @@ -2,11 +2,6 @@ # Author: Emille E. O. Ishida # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/resspect/batch_functions.py b/src/resspect/batch_functions.py index 7aaac4a5f..9701ee3ca 100644 --- a/src/resspect/batch_functions.py +++ b/src/resspect/batch_functions.py @@ -3,12 +3,6 @@ # # created on 26 June 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/bazin.py b/src/resspect/bazin.py index 2905d0863..db44dde1b 100644 --- a/src/resspect/bazin.py +++ b/src/resspect/bazin.py @@ -4,12 +4,6 @@ # # created on 25 January 2018 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/build_plasticc_canonical.py b/src/resspect/build_plasticc_canonical.py index 1a47a34e9..db3a16190 100644 --- a/src/resspect/build_plasticc_canonical.py +++ b/src/resspect/build_plasticc_canonical.py @@ -3,12 +3,6 @@ # # created on 30 December 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/build_plasticc_metadata.py b/src/resspect/build_plasticc_metadata.py index ad9e86382..99361f161 100644 --- a/src/resspect/build_plasticc_metadata.py +++ b/src/resspect/build_plasticc_metadata.py @@ -3,12 +3,6 @@ # # created on 26 January 2021 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/build_snpcc_canonical.py b/src/resspect/build_snpcc_canonical.py index e8aeac30d..036d2d61c 100644 --- a/src/resspect/build_snpcc_canonical.py +++ b/src/resspect/build_snpcc_canonical.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/bump.py b/src/resspect/bump.py index c11a41eb6..6058fa4d2 100644 --- a/src/resspect/bump.py +++ b/src/resspect/bump.py @@ -3,12 +3,6 @@ # # created on 2 July 2022 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/classifiers.py b/src/resspect/classifiers.py index cae86c95b..7420f73db 100644 --- a/src/resspect/classifiers.py +++ b/src/resspect/classifiers.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/cosmo_metric_utils.py b/src/resspect/cosmo_metric_utils.py index 7c7b161e0..1534fd173 100644 --- a/src/resspect/cosmo_metric_utils.py +++ b/src/resspect/cosmo_metric_utils.py @@ -3,12 +3,6 @@ # # created on 23 March 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/database.py b/src/resspect/database.py index ca31c4aa0..d63a69eff 100644 --- a/src/resspect/database.py +++ b/src/resspect/database.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/exposure_time_calculator.py b/src/resspect/exposure_time_calculator.py index 6a1b9c7db..54eb0ba81 100644 --- a/src/resspect/exposure_time_calculator.py +++ b/src/resspect/exposure_time_calculator.py @@ -7,13 +7,6 @@ # modified public DECam exposure time calculator by # CC F. Forster, J. Martinez, J.C. Maureira, # https://github.com/fforster/HiTS-public -# -# -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/resspect/feature_extractors/light_curve.py b/src/resspect/feature_extractors/light_curve.py index a243e33a5..74a273358 100644 --- a/src/resspect/feature_extractors/light_curve.py +++ b/src/resspect/feature_extractors/light_curve.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/feature_extractors/malanchev.py b/src/resspect/feature_extractors/malanchev.py index c190ec41b..a6464b918 100644 --- a/src/resspect/feature_extractors/malanchev.py +++ b/src/resspect/feature_extractors/malanchev.py @@ -3,12 +3,6 @@ # # created on 9 April 2023 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/fit_lightcurves.py b/src/resspect/fit_lightcurves.py index 9065610fb..9c0d0c4a8 100644 --- a/src/resspect/fit_lightcurves.py +++ b/src/resspect/fit_lightcurves.py @@ -3,12 +3,6 @@ # # created on 14 April 2022 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/learn_loop.py b/src/resspect/learn_loop.py index f6936ce3d..62a7a63c9 100644 --- a/src/resspect/learn_loop.py +++ b/src/resspect/learn_loop.py @@ -3,12 +3,6 @@ # # created on 14 August 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/metrics.py b/src/resspect/metrics.py index cee0fa01e..bb519a980 100644 --- a/src/resspect/metrics.py +++ b/src/resspect/metrics.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/plot_results.py b/src/resspect/plot_results.py index 384e52026..6cd70ba47 100644 --- a/src/resspect/plot_results.py +++ b/src/resspect/plot_results.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/query_strategies.py b/src/resspect/query_strategies.py index 06f8979a2..a335fd9b2 100644 --- a/src/resspect/query_strategies.py +++ b/src/resspect/query_strategies.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/read_dash.py b/src/resspect/read_dash.py index fcf176cc9..572133452 100644 --- a/src/resspect/read_dash.py +++ b/src/resspect/read_dash.py @@ -3,12 +3,6 @@ # # created on 11 March 2024 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/salt3_utils.py b/src/resspect/salt3_utils.py index f2e1f6226..e23d6f7e6 100644 --- a/src/resspect/salt3_utils.py +++ b/src/resspect/salt3_utils.py @@ -3,12 +3,6 @@ # # created on 30 March 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/samples_utils.py b/src/resspect/samples_utils.py index 95fdc04e8..7a3148b1c 100644 --- a/src/resspect/samples_utils.py +++ b/src/resspect/samples_utils.py @@ -3,12 +3,6 @@ # # created on 24 July 2023 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/__init__.py b/src/resspect/scripts/__init__.py index bf1369e63..3ad386a83 100644 --- a/src/resspect/scripts/__init__.py +++ b/src/resspect/scripts/__init__.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/build_canonical.py b/src/resspect/scripts/build_canonical.py index 52de0f171..26e4ea6e4 100644 --- a/src/resspect/scripts/build_canonical.py +++ b/src/resspect/scripts/build_canonical.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/build_time_domain_plasticc.py b/src/resspect/scripts/build_time_domain_plasticc.py index 7a5945d05..8b7b9922b 100644 --- a/src/resspect/scripts/build_time_domain_plasticc.py +++ b/src/resspect/scripts/build_time_domain_plasticc.py @@ -3,12 +3,6 @@ # # created on 18 January 2022 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/build_time_domain_snpcc.py b/src/resspect/scripts/build_time_domain_snpcc.py index 17cad0f6f..11b24a648 100644 --- a/src/resspect/scripts/build_time_domain_snpcc.py +++ b/src/resspect/scripts/build_time_domain_snpcc.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/calculate_cosmology_metric.py b/src/resspect/scripts/calculate_cosmology_metric.py index 28d6c453a..c36e762ab 100644 --- a/src/resspect/scripts/calculate_cosmology_metric.py +++ b/src/resspect/scripts/calculate_cosmology_metric.py @@ -3,12 +3,6 @@ # # created on 21 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/fit_dataset.py b/src/resspect/scripts/fit_dataset.py index c9ecd823a..040f6bab3 100644 --- a/src/resspect/scripts/fit_dataset.py +++ b/src/resspect/scripts/fit_dataset.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/make_metrics_plots.py b/src/resspect/scripts/make_metrics_plots.py index dd3959ca3..69be8173b 100644 --- a/src/resspect/scripts/make_metrics_plots.py +++ b/src/resspect/scripts/make_metrics_plots.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/run_loop.py b/src/resspect/scripts/run_loop.py index d87b7483d..8a29a9998 100644 --- a/src/resspect/scripts/run_loop.py +++ b/src/resspect/scripts/run_loop.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/scripts/run_time_domain.py b/src/resspect/scripts/run_time_domain.py index 5d5094962..1df691e1b 100644 --- a/src/resspect/scripts/run_time_domain.py +++ b/src/resspect/scripts/run_time_domain.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/snana_fits_to_pd.py b/src/resspect/snana_fits_to_pd.py index 6cf827dbe..8873bfbea 100644 --- a/src/resspect/snana_fits_to_pd.py +++ b/src/resspect/snana_fits_to_pd.py @@ -3,12 +3,6 @@ # # created on 14 June 2019 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/time_domain_loop.py b/src/resspect/time_domain_loop.py index 79a7a8bba..8b00379d4 100644 --- a/src/resspect/time_domain_loop.py +++ b/src/resspect/time_domain_loop.py @@ -2,12 +2,6 @@ # Author: Emille E. O. Ishida # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/time_domain_plasticc.py b/src/resspect/time_domain_plasticc.py index add93e721..e55bcf97e 100644 --- a/src/resspect/time_domain_plasticc.py +++ b/src/resspect/time_domain_plasticc.py @@ -3,12 +3,6 @@ # # created on 26 February 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/time_domain_snpcc.py b/src/resspect/time_domain_snpcc.py index 98c1f1406..d0f4a32e5 100644 --- a/src/resspect/time_domain_snpcc.py +++ b/src/resspect/time_domain_snpcc.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/tom_client.py b/src/resspect/tom_client.py index 0873e5672..d8609d680 100644 --- a/src/resspect/tom_client.py +++ b/src/resspect/tom_client.py @@ -3,12 +3,6 @@ # # created on 12 March 2024 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/resspect/update_stashes.py b/src/resspect/update_stashes.py index 165548425..c1719b4f1 100644 --- a/src/resspect/update_stashes.py +++ b/src/resspect/update_stashes.py @@ -3,12 +3,6 @@ # # created on 18 March 2024 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tests/resspect/test_database.py b/tests/resspect/test_database.py index ebfda03ad..4aa3ba89c 100644 --- a/tests/resspect/test_database.py +++ b/tests/resspect/test_database.py @@ -3,12 +3,6 @@ # # created on 30 March 2021 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tests/resspect/test_fit_lightcurves.py b/tests/resspect/test_fit_lightcurves.py index 794ed53ff..3bec2b8de 100644 --- a/tests/resspect/test_fit_lightcurves.py +++ b/tests/resspect/test_fit_lightcurves.py @@ -3,12 +3,6 @@ # # created on 14 April 2020 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tests/resspect/test_metrics.py b/tests/resspect/test_metrics.py index 52c70ff8d..5ffcf577b 100644 --- a/tests/resspect/test_metrics.py +++ b/tests/resspect/test_metrics.py @@ -3,12 +3,6 @@ # # created on 12 March 2021 # -# Licensed GNU General Public License v3.0; -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.gnu.org/licenses/gpl-3.0.en.html -# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.