Skip to content

Commit 54bee05

Browse files
authored
Add license information to data files (#328)
While we wait for license files for textures, I figured we should work on license for data files also. Note that I have replaced a bunch of "Celestia Development Team" with the actual people that made PR affecting this file.
1 parent d8a30cb commit 54bee05

33 files changed

Lines changed: 177 additions & 12 deletions

data/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(DATA_SOURCES
1111
asteroids.ssc
1212
asteroids_locs.ssc
1313
boundaries.dat
14+
boundaries.dat.license
1415
comets.ssc
1516
dwarfplanets.ssc
1617
dwarfplanets_locs.ssc

data/asterisms.dat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
# SPDX-FileCopyrightText: 2025 AstroChara
2+
# SPDX-FileCopyrightText: Alan MacRobert
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
# Constellation patterns for IAU designated constellations
26

37
# Based on charts made by IAU and Sky & Telescopes
48
# https://www.iau.org/Iau/Science/What-we-do/The-Constellations.aspx#Constellations-5
59

6-
# SPDX-FileCopyrightText: 2025 AstroChara
7-
# SPDX-FileCopyrightText: Alan MacRobert
8-
# SPDX-License-Identifier: CC-BY-4.0
9-
1010
"Andromeda"
1111
[
1212
[ "ALF And" "DEL And" "BET And" "GAM And" ]

data/asteroids.ssc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# SPDX-FileCopyrightText: 2004-2005, 2007-2009 Grant Hutchison
2+
# SPDX-FileCopyrightText: 2006-2008 Chris Laurel
3+
# SPDX-FileCopyrightText: 2019 Askaniy Anpilogov
4+
# SPDX-FileCopyrightText: 2021, 2023 SevenSpheres
5+
# SPDX-FileCopyrightText: 2023-2026 Pedro J. Garcia
6+
# SPDX-FileCopyrightText: 2024-2025 AstroChara
7+
# SPDX-License-Identifier: GPL-2.0-or-later
8+
19
# Some minor planets and their respective satellites, up to the orbit of
210
# Jupiter. Ceres is defined in dwarfplanets.ssc.
311

data/asteroids_locs.ssc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Askaniy Anpilogov
2+
# SPDX-FileCopyrightText: 2023, 2025-2026 Pedro J. Garcia
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
# 374 locations on Vesta, Lutetia, Ida, Mathilde, Eros, Gaspra, Steins, Itokawa, Didymos, Dimorphos, Bennu, Ryugu and Arrokoth.
26

37

data/boundaries.dat.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-FileCopyrightText: 2002 Chris Laurel
2+
# SPDX-FileCopyrightText: 2004 Grant Hutchison
3+
# SPDX-License-Identifier: GPL-2.0-or-later

data/comets.ssc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# SPDX-FileCopyrightText: 2004, 2008 Grant Hutchison
2+
# SPDX-FileCopyrightText: 2007, 2009 Chris Laurel
3+
# SPDX-FileCopyrightText: 2025-2026 DaveBowman2001
4+
# SPDX-FileCopyrightText: 2025 AstroChara
5+
# SPDX-License-Identifier: GPL-2.0-or-later
6+
17
# Catalog of Comets for Celestia
28
# Version 1.7.0
39
#
4-
# SPDX-FileCopyrightText: Celestia Development Team
5-
# SPDX-License-Identifier: GPL-2.0-or-later
6-
#
710
# All EllipticalOrbit data for comets below were retrieved from
811
# NASA/JPL's Small Body Database System (SBDB) unless noted
912
# otherwise:

data/dwarfplanets.ssc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# SPDX-FileCopyrightText: 2019 375gnu
2+
# SPDX-FileCopyrightText: 2019 Askaniy Anpilogov
3+
# SPDX-FileCopyrightText: 2019, 2021 SevenSpheres
4+
# SPDX-FileCopyrightText: 2023 Andrew Tribick
5+
# SPDX-FileCopyrightText: 2023-2025 AstroChara
6+
# SPDX-FileCopyrightText: 2024-2025 Pedro J. Garcia
7+
# SPDX-FileCopyrightText: 2025 LunaTheSilly
8+
# SPDX-License-Identifier: GPL-2.0-or-later
9+
110
# Dwarf planets of the Solar System along with all known satellites.
211
# Each object has all alternative designations.
312
# Pluto is defined first, so that it will be selected by the '9' key.

data/dwarfplanets_locs.ssc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Askaniy Anpilogov
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
14
# 222 locations on Ceres, Pluto and Charon.
25
# SSC-file author: CLM tool by Askaniy (https://github.com/Askaniy/CelestiaLocationsMaker)
36

data/earth_locs.ssc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2006 Chris Laurel
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
14
Location "NORTH AMERICA" "Sol/Earth"
25
{
36
LongLat [ -105 40 0 ]

data/galaxies.dsc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# SPDX-FileCopyrightText: 2003, 2005 Chris Laurel
2+
# SPDX-FileCopyrightText: 2005-2008 Fridger Schrempp
3+
# SPDX-FileCopyrightText: 2021 SevenSpheres
4+
# SPDX-FileCopyrightText: 2025 Andrew Tribick
5+
# SPDX-License-Identifier: GPL-2.0-or-later
6+
17
# Revised NGC and IC Catalog, Wolfgang Steinicke, January 6, 2006
28
# http://www.ngcic.org/steinicke/default.htm
39
#

0 commit comments

Comments
 (0)