Skip to content

Commit

Permalink
Clean up cameraGeom Python copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 16, 2019
1 parent 2f80946 commit ef434b8
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 13 deletions.
2 changes: 1 addition & 1 deletion python/lsst/afw/cameraGeom/camera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is part of afw.
#
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
Expand All @@ -17,7 +18,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

from .camera import *
from .cameraContinued import *
3 changes: 1 addition & 2 deletions python/lsst/afw/cameraGeom/camera/cameraContinued.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is part of afw.
#
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
Expand All @@ -17,8 +18,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#


# Camera object below is the same one exported by the pybind11 camera
# module, so we don't need to re-export it here.
Expand Down
21 changes: 21 additions & 0 deletions python/lsst/afw/cameraGeom/detector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# This file is part of afw.
#
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
# (https://www.lsst.org).
# See the COPYRIGHT file at the top-level directory of this distribution
# for details of code ownership.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from .detector import *
from .detectorContinued import *
17 changes: 8 additions & 9 deletions python/lsst/afw/cameraGeom/detector/detectorContinued.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This file is part of afw.
#
# LSST Data Management System
# Copyright 2016 LSST Corporation.
#
# This product includes software developed by the
# LSST Project (http://www.lsst.org/).
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
# (https://www.lsst.org).
# See the COPYRIGHT file at the top-level directory of this distribution
# for details of code ownership.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -15,10 +16,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the LSST License Statement and
# the GNU General Public License along with this program. If not,
# see <http://www.lsstcorp.org/LegalNotices/>.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__all__ = ["DetectorBase", "DetectorTypeValNameDict", "DetectorTypeNameValDict"]

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/cameraGeom/detectorCollection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is part of afw.
#
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
Expand All @@ -17,7 +18,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

from .detectorCollection import *
from .detectorCollectionContinued import *

0 comments on commit ef434b8

Please sign in to comment.