[a2152c2] | 1 | Delphes Licensing
|
---|
| 2 | ============================================
|
---|
| 3 |
|
---|
[bf46f83] | 4 | This file attempts to include all licenses that apply within Delphes (this program) source tree,
|
---|
| 5 | in particular any that are supposed to be exposed to the end user for credit requirements for instance.
|
---|
[a2152c2] | 6 |
|
---|
[bf46f83] | 7 | Delphes is a framework for fast simulation of a generic collider experiment.
|
---|
[a2152c2] | 8 |
|
---|
| 9 | Centre for Cosmology, Particle Physics and Phenomenology (CP3)
|
---|
| 10 | Universite Catholique de Louvain (UCL)
|
---|
| 11 | Louvain-la-Neuve, Belgium
|
---|
| 12 |
|
---|
| 13 | https://cp3.irmp.ucl.ac.be/projects/delphes/
|
---|
| 14 |
|
---|
| 15 | Copyright (C) <2005-2018> <Université catholique de Louvain (UCL), Belgique;
|
---|
| 16 | European Organization for Nuclear Research (CERN), Switzerland >
|
---|
| 17 |
|
---|
| 18 | The list of the contributors to the development of Delphes is given in the AUTHORS file.
|
---|
| 19 |
|
---|
| 20 | Website of Delphes: https://cp3.irmp.ucl.ac.be/projects/delphes/
|
---|
| 21 | Contact: cp3-delphes@uclouvain.be
|
---|
| 22 |
|
---|
| 23 | Delphes General
|
---|
| 24 | -----------------------------------------
|
---|
| 25 |
|
---|
| 26 | This program (Delphes) is free software:
|
---|
[bf46f83] | 27 | you can redistribute it and/or modify it under the terms of the
|
---|
| 28 | GNU General Public License as published by the Free Software
|
---|
| 29 | Foundation, either version 3 of the License, or (at your option)
|
---|
| 30 | any later version.
|
---|
[a2152c2] | 31 |
|
---|
| 32 | This program is distributed in the hope that it will be useful,
|
---|
| 33 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 34 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 35 | GNU General Public License for more details.
|
---|
| 36 |
|
---|
| 37 | You should have received a copy of the GNU General Public License
|
---|
[bf46f83] | 38 | along with this program (see COPYING file). If not,
|
---|
[a2152c2] | 39 | see <http://www.gnu.org/licenses/>.
|
---|
| 40 |
|
---|
[bf46f83] | 41 | The documentation for this program is under a creative commons Attribution-ShareAlike 4.0 license.
|
---|
| 42 | http://creativecommons.org/licenses/by-sa/4.0/
|
---|
[a2152c2] | 43 | It can be found here: http://cp3.irmp.ucl.ac.be/projects/delphes
|
---|
| 44 |
|
---|
| 45 | This program has dependencies on other libraries and Website depedencies which are or not under GPL and that are commonly distributed with this program core libraries.
|
---|
| 46 |
|
---|
| 47 | Dependencies are as follows:
|
---|
| 48 |
|
---|
[bf46f83] | 49 | fastjet GPLv2+ http://www.fastjet.fr/
|
---|
| 50 | tcl University of California https://www.tcl.tk/
|
---|
| 51 | PUPPI Delphes General Licence https://github.com/nhanvtran/ProjectPUPPI/
|
---|
| 52 | ExRootAnalysis Delphes General Licence https://cp3.irmp.ucl.ac.be/projects/ExRootAnalysis/wiki/UserManual
|
---|
| 53 | Hector Delphes General Licence https://github.com/hectorhep/hector
|
---|
| 54 | ROOT LGPL 2.1 http://root.cern
|
---|
| 55 | PUPPI GPLv3+ Currently only distributed with Delphes
|
---|
[fae7563] | 56 | PYTHIA8 GPLv2+ http://home.thep.lu.se/~torbjorn/Pythia.html
|
---|
[bf46f83] | 57 |
|
---|
[a2152c2] | 58 |
|
---|
| 59 | Licences & Credits of dependencies
|
---|
| 60 | ----------------------------------
|
---|
| 61 |
|
---|
| 62 | #####
|
---|
| 63 | Fastjet
|
---|
| 64 | #####
|
---|
[bf46f83] | 65 |
|
---|
| 66 | Unknown Copyright. FastJet was written and is maintained and developed
|
---|
| 67 | by Matteo Cacciari, Gavin P. Salam and Gregory Soyez
|
---|
| 68 |
|
---|
[a2152c2] | 69 | FastJet is released under the terms of the GNU General Public License
|
---|
| 70 | v2 (GPLv2). FastJet includes a significant body of third-party code,
|
---|
| 71 | for example for third party plugin algorithms and for computational
|
---|
| 72 | geometry methods. These too are usually released under the GPL or
|
---|
| 73 | permissive licenses.
|
---|
[bf46f83] | 74 |
|
---|
| 75 | */NOTICE: Several files are part of FastJet and released with the following mention,
|
---|
| 76 | thus explicitly allowing to use a later version than version 2 of the GNU GPL license:
|
---|
| 77 |
|
---|
| 78 | // FastJet is free software; you can redistribute it and/or modify
|
---|
| 79 | // it under the terms of the GNU General Public License as published by
|
---|
| 80 | // the Free Software Foundation; either version 2 of the License, or
|
---|
| 81 | // (at your option) any later version.
|
---|
| 82 | //
|
---|
| 83 | // The algorithms that underlie FastJet have required considerable
|
---|
| 84 | // development. They are described in the original FastJet paper,
|
---|
| 85 | // hep-ph/0512210 and in the manual, arXiv:1111.6097. If you use
|
---|
| 86 | // FastJet as part of work towards a scientific publication, please
|
---|
| 87 | // quote the version you use and include a citation to the manual and
|
---|
| 88 | // optionally also to hep-ph/0512210.
|
---|
| 89 | //
|
---|
| 90 | // FastJet is distributed in the hope that it will be useful,
|
---|
| 91 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 92 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 93 | // GNU General Public License for more details.
|
---|
| 94 | //
|
---|
| 95 | // You should have received a copy of the GNU General Public License
|
---|
| 96 | // along with FastJet. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 97 |
|
---|
| 98 | Nearly all depedencies of FastJet are released with the same mention thus
|
---|
| 99 | also explicitly allowing to use a later version than version 2 of the GNU GPL license:
|
---|
| 100 | "... either version 2 of the License, or (at your option) any later version..."
|
---|
| 101 |
|
---|
| 102 | Finally, we have received express autorisations to release the only dependencies under
|
---|
| 103 | GNU GPL v2: D0 RunI and RunII cone plugins and ATLAScone code,
|
---|
| 104 | under GNU GPL v3 or later license. Specifically,
|
---|
[a2152c2] | 105 | - we received agreement from Joey Huston <Huston@pa.msu.edu> to distribute the ATLAScone code under GPL v3 or later;
|
---|
| 106 | - we received agreement from Paul Grannis for the D0 collaboration to distribute the D0 RunI and RunII cone plugins under GPL v3 or later.
|
---|
| 107 |
|
---|
| 108 | From: Paul Grannis <grannis@sbhep.physics.sunysb.edu>
|
---|
| 109 | To: Christophe Delaere <christophe.delaere@cern.ch>, Dmitri Denisov <denisovd@fnal.gov>, Paul Grannis <pgrannis@fnal.gov>
|
---|
| 110 | Subject: Re: D0 cone license
|
---|
| 111 |
|
---|
| 112 | Dear Christophe,
|
---|
| 113 |
|
---|
| 114 | This is to explicitly give you permission to license the D0 jet code for the GPLv3 release and subsequent future releases.
|
---|
| 115 |
|
---|
| 116 | with best regards,
|
---|
| 117 | Dmitri Denisov and Paul Grannis
|
---|
| 118 | co-spokespersons of DZero
|
---|
| 119 |
|
---|
| 120 | This program is distributed in the hope that it will be useful,
|
---|
| 121 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 122 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
[bf46f83] | 123 | GNU General Public License for more details.*/
|
---|
[a2152c2] | 124 |
|
---|
| 125 | -----------------------------------------------------------------------------
|
---|
| 126 |
|
---|
| 127 | ####
|
---|
| 128 | tcl
|
---|
| 129 | ####
|
---|
[bf46f83] | 130 |
|
---|
[a2152c2] | 131 | This software is copyrighted by the Regents of the University of
|
---|
| 132 | California, Sun Microsystems, Inc., Scriptics Corporation,
|
---|
| 133 | and other parties. The following terms apply to all files associated
|
---|
| 134 | with the software unless explicitly disclaimed in individual files.
|
---|
| 135 |
|
---|
| 136 | The authors hereby grant permission to use, copy, modify, distribute,
|
---|
| 137 | and license this software and its documentation for any purpose, provided
|
---|
| 138 | that existing copyright notices are retained in all copies and that this
|
---|
| 139 | notice is included verbatim in any distributions. No written agreement,
|
---|
| 140 | license, or royalty fee is required for any of the authorized uses.
|
---|
| 141 | Modifications to this software may be copyrighted by their authors
|
---|
| 142 | and need not follow the licensing terms described here, provided that
|
---|
| 143 | the new terms are clearly indicated on the first page of each file where
|
---|
| 144 | they apply.
|
---|
| 145 |
|
---|
| 146 | IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
|
---|
| 147 | FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
---|
| 148 | ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
|
---|
| 149 | DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
|
---|
| 150 | POSSIBILITY OF SUCH DAMAGE.
|
---|
| 151 |
|
---|
| 152 | THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
|
---|
| 153 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
|
---|
| 154 | FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
|
---|
| 155 | IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
|
---|
| 156 | NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
|
---|
| 157 | MODIFICATIONS.
|
---|
| 158 | -----------------------------------------------------------------------------
|
---|
| 159 |
|
---|
| 160 | ####
|
---|
| 161 | ROOT
|
---|
| 162 | ####
|
---|
[bf46f83] | 163 |
|
---|
[fae7563] | 164 | Copyright (c) ROOT authors
|
---|
[bf46f83] | 165 |
|
---|
[a2152c2] | 166 | This library is free software; you can redistribute it and/or
|
---|
| 167 | modify it under the terms of the GNU Lesser General Public
|
---|
| 168 | License as published by the Free Software Foundation; either
|
---|
| 169 | version 2.1 of the License, or (at your option) any later version.
|
---|
| 170 |
|
---|
| 171 | This library is distributed in the hope that it will be useful,
|
---|
| 172 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 173 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 174 | Lesser General Public License for more details.
|
---|
| 175 |
|
---|
| 176 | -----------------------------------------------------------------------------
|
---|
| 177 |
|
---|
[bf46f83] | 178 | ####
|
---|
| 179 | PUPPI
|
---|
| 180 | ####
|
---|
| 181 |
|
---|
[ee6ea1a] | 182 | Copyright (C) <2015-2016> < European Organization for Nuclear Research (CERN), Switzerland >
|
---|
[bf46f83] | 183 |
|
---|
| 184 | This program (PUPPI) is free software:
|
---|
| 185 | you can redistribute it and/or modify it under the terms of the
|
---|
| 186 | GNU General Public License as published by the Free Software
|
---|
| 187 | Foundation, either version 3 of the License, or (at your option)
|
---|
| 188 | any later version.
|
---|
| 189 |
|
---|
| 190 | This program is distributed in the hope that it will be useful,
|
---|
| 191 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 192 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 193 | GNU General Public License for more details.
|
---|
| 194 |
|
---|
| 195 | You should have received a copy of the GNU General Public License
|
---|
| 196 | along with this program (see COPYING file). If not,
|
---|
| 197 | see <http://www.gnu.org/licenses/>.
|
---|
| 198 |
|
---|
| 199 | -----------------------------------------------------------------------------
|
---|
| 200 |
|
---|
[a2152c2] | 201 | ####
|
---|
| 202 | PYTHIA
|
---|
| 203 | ####
|
---|
| 204 |
|
---|
[fae7563] | 205 | Copyright Pythia authors
|
---|
[bf46f83] | 206 |
|
---|
[a2152c2] | 207 | This program is free software; you can redistribute it and/or modify
|
---|
| 208 | it under the terms of the GNU General Public License as published by
|
---|
| 209 | the Free Software Foundation; either version 2 of the License, or
|
---|
| 210 | (at your option) any later version.
|
---|
| 211 |
|
---|
| 212 | This program is distributed in the hope that it will be useful,
|
---|
| 213 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 214 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 215 | GNU General Public License for more details.
|
---|
[bf46f83] | 216 |
|
---|