diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..53a89bb9 --- /dev/null +++ b/.mailmap @@ -0,0 +1,15 @@ +Franca Cassol Franca Cassol <32127708+FrancaCassol@users.noreply.github.com> + +Abelardo Moralejo Olaizola moralejo + +Ruben Lopez Coto Ruben Lopez-Coto +Ruben Lopez Coto rlopezcoto + +Thomas Vuillaume Thomas Vuillaume +Thomas Vuillaume Thomas Vuillaume +Thomas Vuillaume vuillaut + +Seiya Nozaki SeiyaNozaki + +Maximilian Linhoff Maximilian Nöthe +Maximilian Linhoff Maximilian Linhoff diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..37630e67 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,55 @@ +{ + "description": "`ctapipe_io_lst`: ctapipe IO plugin for LST prototype data", + "license": "BSD-3-Clause", + "keywords": [ + "gamma-ray astronomy", + "Imaging Atmospheric Cherenkov Telescope", + "Large Sized Telescope", + "IACT", + "LST", + "CTA", + "python" + ], + "upload_type": "software", + "access_right": "open", + "creators": [ + { + "name": "Maximilian Linhoff", + "orcid": "0000-0001-7993-8189", + "affiliation": "Astroparticle Physics, TU Dortmund University, Otto-Hahn-Str. 4a, 44221 Dortmund, Germany" + }, + { + "name": "Franca Cassol", + "orcid": "0000-0002-0372-1992", + "affiliation": "Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France" + }, + { + "name": "Thomas Vuillaume", + "orcid": "0000-0002-5686-2078", + "affiliation": "Laboratoire d’Annecy de Physique des Particules, Univ. Savoie Mont Blanc, CNRS, LAPP, 74000 Annecy, France" + }, + { + "name": "Ruben Lopez Coto", + "orcid": "0000-0002-3882-9477" + }, + { + "name": "Abelardo Moralejo", + "affiliation": "Institut de Fisica d'Altes Energies (IFAE), The Barcelona Institute of Science and Technology, Campus UAB, 08193 Bellaterra (Barcelona), Spain", + "orcid": "0000-0002-1344-9080" + }, + { + "name": "Daniel Morcuende", + "orcid": "0000-0001-9400-0922", + "affiliation": "Universidad Complutense de Madrid and Institute of Particle and Cosmos Physics (IPARCOS), Spain" + }, + { + "name": "Jose Enrique Ruiz", + "orcid": "0000-0003-3274-4445", + "affiliation": "Instituto de Astrofísica de Andalucía - CSIC, Glorieta de la Astronomía s/n, 18008, Granada, Spain" + }, + { + "name": "Seiya Nozaki", + "orcid": "0000-0002-6246-2767" + } + ] +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d963fdbb --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2022, LST Consortium +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/setup.cfg b/setup.cfg index 620236a0..d53d488c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,7 @@ long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8; variant=GFM author = LST Consortium author_email = cassol@cppm.in2p3.fr -license = MIT - +license = BSD 3-clause [tool:pytest] minversion = 3.0