Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/chuffed/chuffed Upstream-Name: Chuffed Upstream-Contact: https://github.com/chuffed/chuffed Files: * Copyright: 2008-2023 Data61, CSIRO 2018-2023 Monash University 2023 Bruce Mitchener 2021 Gérémy Desmanche 2017-2018 gkgange 2021-2022 Thales Digital Solutions License: MIT Comment: The upstream's LICENSE file only lists "Copyright (c) 2015 geoffchu" (that is, Geoffrey Chu) as the copyright holder. I asked upstream for a clarification. Looks like the fuller answer is that the copyright was initially held by NICTA, which then became CSIRO's Data61. The work was then continued by Data61's and Monash University's employees and the copyright for that part belongs to those institutions. . Upstream correspondence, from https://github.com/chuffed/chuffed/issues/185: I am neither an expert in licensing, copyrights, nor a lawyer , but I can provide you a background on Chuffed. Geoffrey Chu developed Chuffed during his PhD time under the supervision of Peter J. Stuckey in the Department of Computing and Information Systems at The University of Melbourne starting in 2008 +/- one year. At the same time, he also was a NICTA student and NICTA was merged into Data61, CSIRO, Australia in 2016. In my understanding, the IP rights were hold by NICTA. In 2015, NICTA made the decision to make Chuffed open source under the MIT license. Before that time (2015), Thorsten Ehlers, Graeme Gange, Kathryn Francis, and myself (all under supervision of Peter J. Stuckey) have made significant contributions to Chuffed, which ended up in the open source version of Chuffed. Since Chuffed was developed in an internal subversion repository in NICTA, migrated to git, and then copied to github, there is no history of the work performed before the upload to github. Files: chuffed/flatzinc/registry.cpp chuffed/globals/bounded_path.cpp chuffed/globals/bounded_path.h chuffed/globals/dag.cpp chuffed/globals/dag.h chuffed/globals/dconnected.cpp chuffed/globals/dconnected.h chuffed/globals/dtree.cpp chuffed/globals/dtree.h chuffed/globals/globals.h chuffed/globals/graph.cpp chuffed/globals/graph.h chuffed/globals/minimum_weight_tree.cpp chuffed/globals/mst.cpp chuffed/globals/tree.cpp chuffed/globals/tree.h chuffed/support/dijkstra.cpp chuffed/support/dijkstra.h chuffed/support/dynamic_kmeans.h chuffed/support/floyd_warshall.h chuffed/support/kosaraju_scc.cpp chuffed/support/kosaraju_scc.h chuffed/support/lengauer_tarjan.cpp chuffed/support/lengauer_tarjan.h chuffed/support/misc.h chuffed/support/set_finder.h chuffed/support/trailed_cst_list.h chuffed/support/union_find.cpp chuffed/support/union_find.h Copyright: 2018 Diego De Uña License: MIT Comment: Work by Diego De Uña, who was a PhD student at the University of Melbourne under the supervision of Peter J. Stuckey, Graeme Gange and Peter Schachte. His thesis is titled "Discrete Optimization over Graph Problems". Files: chuffed/support/ParseUtils.h Copyright: 2003-2006 Niklas Een 2003-2010 Niklas Sorensson License: MIT Files: chuffed/support/heap.h Copyright: 2003-2006 Niklas Een 2003-2006 Niklas Sorensson License: MIT Files: thirdparty/MurmurHash3/* Copyright: public domain License: public-domain MurmurHash3 was written by Austin Appleby, and is placed in the public domain. The author hereby disclaims copyright to this source code. Files: debian/* Copyright: 2024 Kari Pahula License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package 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 Comment: On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.