diff --git a/pyrsr/__init__.py b/pyrsr/__init__.py index 231f7734066bfd60f47243f11a2be5aa07a2542f..32ab10ee9c0c643161af11ac66a5ab288c1d7b93 100644 --- a/pyrsr/__init__.py +++ b/pyrsr/__init__.py @@ -1,5 +1,27 @@ # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """Top-level package for pyrsr.""" from .version import __version__ diff --git a/pyrsr/rsr.py b/pyrsr/rsr.py index a912ebeaf5d29848f9578a75986bd0c60ea65304..6d9c18fc44406a0beae8c841c7936f1c8b2451ae 100644 --- a/pyrsr/rsr.py +++ b/pyrsr/rsr.py @@ -1,5 +1,27 @@ # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """Main module.""" diff --git a/pyrsr/sensorspecs.py b/pyrsr/sensorspecs.py index ce417b273be2cb6798a5c1664173271d36a497c3..75e50e7b97dcaa81281e15fdee95a9ac848e208b 100644 --- a/pyrsr/sensorspecs.py +++ b/pyrsr/sensorspecs.py @@ -1,5 +1,27 @@ # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """Sensor specifications needed by pyrsr.""" from pandas import DataFrame diff --git a/setup.py b/setup.py index 14abacee4900a8a7e0650112efb3127208e195a5..1708738b2924418f2a4710a436dbd54ba74e0768 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,28 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """The setup script.""" from setuptools import setup, find_packages diff --git a/tests/__init__.py b/tests/__init__.py index 24f50b5d62d8434de36299b8ab66b7537f1b3edd..28199b0c1a3d9792d8fa43a4be407660b0f3d747 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,25 @@ # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """Unit test package for pyrsr.""" diff --git a/tests/test_pyrsr.py b/tests/test_pyrsr.py index 255cdc776c77abdc1da08fe1417fed7e4bc49362..74ec6e12472b12044ec921ed609ab861ff521ddf 100644 --- a/tests/test_pyrsr.py +++ b/tests/test_pyrsr.py @@ -1,6 +1,28 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# pyrsr, A package providing relative spectral response functions for remote sensing instruments. +# +# Copyright (C) 2019 Daniel Scheffler (GFZ Potsdam, daniel.scheffler@gfz-potsdam.de) +# +# This software was developed within the context of the GeoMultiSens project funded +# by the German Federal Ministry of Education and Research +# (project grant code: 01 IS 14 010 A-C). +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. + + """Tests for `pyrsr` package."""