From 1e2fc6ad5f27deee8eeaf2364ff9b8e0f475bc6e Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sun, 26 May 2024 06:05:27 +1000 Subject: [PATCH] Add SPDX licence identifiers to all source code files --- Makefile.am | 1 + NEWS | 4 ++++ build-aux/bootstrap | 1 + build-aux/msgfmt-desktop | 1 + build-aux/msgfmt-metainfo | 1 + configure.ac | 1 + data/Makefile.am | 1 + data/au.org.zap.trader.desktop.in | 1 + data/au.org.zap.trader.metainfo.xml.in | 1 + data/trader.svg | 1 + doc/Makefile.am | 1 + doc/trader.6 | 1 + lib/obsolete-strings.c | 1 + lib/xopen-source.h | 1 + m4/Makefile.am | 1 + m4/xopen-source.m4 | 1 + po/LINGUAS | 1 + po/Makevars | 1 + po/POTFILES.in | 1 + po/da.po | 4 +++- po/de.po | 4 +++- po/en_AU.po | 4 +++- po/en_CA.po | 4 +++- po/en_GB.po | 4 +++- po/en_US.po | 4 +++- po/eo.po | 4 +++- po/fi.po | 4 +++- po/fr.po | 4 +++- po/hr.po | 4 +++- po/hu.po | 4 +++- po/nb.po | 4 +++- po/pl.po | 4 +++- po/pt_BR.po | 4 +++- po/ro.po | 4 +++- po/ru.po | 4 +++- po/sr.po | 4 +++- po/sv.po | 4 +++- po/uk.po | 4 +++- src/Makefile.am | 1 + src/exch.c | 1 + src/exch.h | 1 + src/fileio.c | 1 + src/fileio.h | 1 + src/game.c | 1 + src/game.h | 1 + src/globals.c | 1 + src/globals.h | 1 + src/help.c | 1 + src/help.h | 1 + src/intf.c | 1 + src/intf.h | 1 + src/move.c | 1 + src/move.h | 1 + src/system.h | 1 + src/trader.c | 1 + src/trader.h | 1 + src/utils.c | 1 + src/utils.h | 1 + 58 files changed, 99 insertions(+), 19 deletions(-) diff --git a/Makefile.am b/Makefile.am index bcafc63..2db04a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, Makefile.am, contains the top-level Makefile for Star diff --git a/NEWS b/NEWS index ac6105a..d2ab452 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,10 @@ __ https://www.zap.org.au/ Version 7.21 (not yet released) ------------------------------- +Added SPDX__ licence identifiers to all source code files. + +__ https://spdx.dev/ + Minor bug fix for the manual page: removed the invocation to the undefined "mR" font. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index c90790c..9a8df86 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,7 @@ #!/bin/sh # Import or update automatically-generated files for Star Traders +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ set -e diff --git a/build-aux/msgfmt-desktop b/build-aux/msgfmt-desktop index 215b3c6..1f81b2a 100755 --- a/build-aux/msgfmt-desktop +++ b/build-aux/msgfmt-desktop @@ -1,6 +1,7 @@ #!/bin/sh # Create or update desktop files using msgfmt(1) +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # Usage: diff --git a/build-aux/msgfmt-metainfo b/build-aux/msgfmt-metainfo index 76c5201..a6743dc 100755 --- a/build-aux/msgfmt-metainfo +++ b/build-aux/msgfmt-metainfo @@ -1,6 +1,7 @@ #!/bin/sh # Create or update AppData files using msgfmt(1) +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # Usage: diff --git a/configure.ac b/configure.ac index 8d0d757..20c8191 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ dnl * * dnl ********************************************************************* dnl dnl Author: John Zaitseff +dnl SPDX-License-Identifier: GPL-3.0-or-later dnl $Id$ dnl dnl This file, configure.ac, contains information required by autoconf to diff --git a/data/Makefile.am b/data/Makefile.am index 8a36117..e04772a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, data/Makefile.am, contains the non-code data directory diff --git a/data/au.org.zap.trader.desktop.in b/data/au.org.zap.trader.desktop.in index bdf35fb..7cc8006 100644 --- a/data/au.org.zap.trader.desktop.in +++ b/data/au.org.zap.trader.desktop.in @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # This file provides a translated desktop entry for Star Traders and diff --git a/data/au.org.zap.trader.metainfo.xml.in b/data/au.org.zap.trader.metainfo.xml.in index eafc0c3..e62ab95 100644 --- a/data/au.org.zap.trader.metainfo.xml.in +++ b/data/au.org.zap.trader.metainfo.xml.in @@ -9,6 +9,7 @@ ************************************************************************* Author: John Zaitseff +SPDX-License-Identifier: FSFAP $Id$ This file provides application metadata for Star Traders and conforms to diff --git a/data/trader.svg b/data/trader.svg index db6d8d9..4e8e214 100644 --- a/data/trader.svg +++ b/data/trader.svg @@ -16,6 +16,7 @@ ************************************************************************* Author: John Zaitseff +SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, trader.svg, contains the icon image for Star Traders. diff --git a/doc/Makefile.am b/doc/Makefile.am index baebbfc..c30cfed 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, doc/Makefile.am, contains the documentation directory diff --git a/doc/trader.6 b/doc/trader.6 index e3eae34..a098e9c 100644 --- a/doc/trader.6 +++ b/doc/trader.6 @@ -6,6 +6,7 @@ .\" ********************************************************************* .\" .\" Author: John Zaitseff +.\" SPDX-License-Identifier: GPL-3.0-or-later .\" $Id$ .\" .\" This program is free software: you can redistribute it and/or modify diff --git a/lib/obsolete-strings.c b/lib/obsolete-strings.c index 16ac087..fead8e7 100644 --- a/lib/obsolete-strings.c +++ b/lib/obsolete-strings.c @@ -6,6 +6,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file contains strings that are present in older versions of diff --git a/lib/xopen-source.h b/lib/xopen-source.h index b29fff2..63d3a91 100644 --- a/lib/xopen-source.h +++ b/lib/xopen-source.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, xopen-source.h, redefines _XOPEN_SOURCE to be the latest diff --git a/m4/Makefile.am b/m4/Makefile.am index 3cc3152..1044409 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, m4/Makefile.am, contains the m4 macro directory Makefile for diff --git a/m4/xopen-source.m4 b/m4/xopen-source.m4 index fbc9f93..8417356 100644 --- a/m4/xopen-source.m4 +++ b/m4/xopen-source.m4 @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file contains the macro USE_LATEST_XOPEN_SOURCE to determine the diff --git a/po/LINGUAS b/po/LINGUAS index 02db9a1..d31d9a1 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, po/LINGUAS, contains a list of the available languages in diff --git a/po/Makevars b/po/Makevars index 3142b13..7671877 100644 --- a/po/Makevars +++ b/po/Makevars @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, po/Makevars, contains variables that are substituted into diff --git a/po/POTFILES.in b/po/POTFILES.in index 05b428c..358fce9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, po/POTFILES.in, contains a list of source files which diff --git a/po/da.po b/po/da.po index 73643e4..692043a 100644 --- a/po/da.po +++ b/po/da.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Joe Hansen , 2012, 2015, 2017. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:20+1100\n" +"PO-Revision-Date: 2024-05-26 05:53+1000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" diff --git a/po/de.po b/po/de.po index 55aae6d..d848cca 100644 --- a/po/de.po +++ b/po/de.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Philipp Thomas , 2012, 2015, 2017. # Mario Blättermann , 2021. @@ -17,7 +19,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:20+1100\n" +"PO-Revision-Date: 2024-05-26 05:54+1000\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" "Language: de\n" diff --git a/po/en_AU.po b/po/en_AU.po index 50b550d..dc41fab 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2011-2024. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:54+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: English (Australian) <(nothing)>\n" "Language: en_AU\n" diff --git a/po/en_CA.po b/po/en_CA.po index f48fd95..39759d3 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2011-2024. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:54+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: English (Canadian) <(nothing)>\n" "Language: en_CA\n" diff --git a/po/en_GB.po b/po/en_GB.po index acdef56..7750b6a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2011-2024. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:54+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: English (British) <(nothing)>\n" "Language: en_GB\n" diff --git a/po/en_US.po b/po/en_US.po index ec8733b..d5a4e48 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2011-2024. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:54+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: English (US) <(nothing)>\n" "Language: en_US\n" diff --git a/po/eo.po b/po/eo.po index 7dfd281..f775e53 100644 --- a/po/eo.po +++ b/po/eo.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Felipe Castro , 2013, 2016, 2018, 2019, 2020, 2021, 2024. # @@ -16,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:55+1000\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" diff --git a/po/fi.po b/po/fi.po index 0c3476a..f591b28 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Jorma Karvonen , 2012. # @@ -16,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:55+1000\n" "Last-Translator: Jorma Karvonen \n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/po/fr.po b/po/fr.po index e158bb8..bd44cef 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Frédéric Marchal , 2012-2024. # @@ -22,7 +24,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:55+1000\n" "Last-Translator: Frédéric Marchal \n" "Language-Team: French \n" "Language: fr\n" diff --git a/po/hr.po b/po/hr.po index ffad32b..ae17481 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Tomislav Krznar , 2012. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:55+1000\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" "Language: hr\n" diff --git a/po/hu.po b/po/hu.po index e2445cc..1bca3aa 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Balázs Úr , 2014, 2015, 2017, 2019, 2023. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:21+1100\n" +"PO-Revision-Date: 2024-05-26 05:55+1000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" "Language: hu\n" diff --git a/po/nb.po b/po/nb.po index 742d3de..7d81b4e 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Johnny A. Solbu , 2012-2024. # @@ -18,7 +20,7 @@ msgstr "" "Project-Id-Version: trader 7.19\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:23+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" "Language: nb\n" diff --git a/po/pl.po b/po/pl.po index e44badd..8fbe5f3 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2024. # Alina Skrinnikoff , 2024. @@ -17,7 +19,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Alina Skrinnikoff \n" "Language-Team: Polish \n" "Language: pl\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index d87f8b6..6f94825 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Rafael Fontenelle , 2019, 2021. # @@ -16,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Rafael Fontenelle \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" diff --git a/po/ro.po b/po/ro.po index 22d7a33..31265f3 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Remus-Gabriel Chelu , 2023. # @@ -21,7 +23,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" "Language: ro\n" diff --git a/po/ru.po b/po/ru.po index c839644..926a671 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2011-2024. # Vladimir B. Tsarkov , 2012. @@ -18,7 +20,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: Russian \n" "Language: ru\n" diff --git a/po/sr.po b/po/sr.po index 30a5f88..6fe94fa 100644 --- a/po/sr.po +++ b/po/sr.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Мирослав Николић , 2016-2024. # @@ -16,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" "Language: sr\n" diff --git a/po/sv.po b/po/sv.po index 9a9a64d..4beade0 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,6 +7,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # Anders Jonsson , 2015, 2017, 2020, 2021, 2024. # @@ -15,7 +17,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:56+1000\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" diff --git a/po/uk.po b/po/uk.po index fe5dbb7..f032520 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,6 +8,8 @@ # # This file is distributed under the same license as the trader package. # +# SPDX-License-Identifier: GPL-3.0-or-later +# # Contributors: # John Zaitseff , 2024. # @@ -16,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.21\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2024-01-31 06:10+1100\n" -"PO-Revision-Date: 2024-01-31 14:24+1100\n" +"PO-Revision-Date: 2024-05-26 05:57+1000\n" "Last-Translator: John Zaitseff \n" "Language-Team: Ukrainian \n" "Language: uk\n" diff --git a/src/Makefile.am b/src/Makefile.am index b51079e..c22d696 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,7 @@ ######################################################################### # Author: John Zaitseff +# SPDX-License-Identifier: GPL-3.0-or-later # $Id$ # # This file, src/Makefile.am, contains the source-code Makefile for Star diff --git a/src/exch.c b/src/exch.c index 8fb44db..43061c0 100644 --- a/src/exch.c +++ b/src/exch.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, exch.c, contains the implementation of functions dealing diff --git a/src/exch.h b/src/exch.h index 3b6450e..0c136b9 100644 --- a/src/exch.h +++ b/src/exch.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, exch.h, contains declarations for functions dealing with the diff --git a/src/fileio.c b/src/fileio.c index 983c625..4e7fdf0 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, fileio.c, contains the implementation of the game load and diff --git a/src/fileio.h b/src/fileio.h index dd96e70..024b73a 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, fileio.h, contains declarations for the load and save game diff --git a/src/game.c b/src/game.c index ef01ade..4ecb330 100644 --- a/src/game.c +++ b/src/game.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, game.c, contains the implementation of the starting and diff --git a/src/game.h b/src/game.h index 77b4227..d2b3a78 100644 --- a/src/game.h +++ b/src/game.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, game.h, contains declarations for the starting and ending diff --git a/src/globals.c b/src/globals.c index f8ef6a0..09b83e6 100644 --- a/src/globals.c +++ b/src/globals.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, globals.c, contains the actual global variables and diff --git a/src/globals.h b/src/globals.h index 069da06..41da7e5 100644 --- a/src/globals.h +++ b/src/globals.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, globals.h, contains declarations for global variables and diff --git a/src/help.c b/src/help.c index 3b3c03e..a8c34fa 100644 --- a/src/help.c +++ b/src/help.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, help.c, contains the actual implementation of help functions diff --git a/src/help.h b/src/help.h index a3cf4da..4c3281d 100644 --- a/src/help.h +++ b/src/help.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, help.h, contains declarations for help functions as used in diff --git a/src/intf.c b/src/intf.c index a106a0e..5633960 100644 --- a/src/intf.c +++ b/src/intf.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, intf.c, contains the actual implementation of basic text diff --git a/src/intf.h b/src/intf.h index 6d0a63f..4b6eb38 100644 --- a/src/intf.h +++ b/src/intf.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, intf.h, contains declarations for basic text input/output diff --git a/src/move.c b/src/move.c index 13b6b0f..1e3f09a 100644 --- a/src/move.c +++ b/src/move.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, move.c, contains the implementation of functions that make diff --git a/src/move.h b/src/move.h index 1dbba27..adffb5f 100644 --- a/src/move.h +++ b/src/move.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, move.h, contains declarations for functions that make and diff --git a/src/system.h b/src/system.h index f46ab1b..0439171 100644 --- a/src/system.h +++ b/src/system.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, system.h, contains system-specific definitions and #include diff --git a/src/trader.c b/src/trader.c index 27cb4ed..c289009 100644 --- a/src/trader.c +++ b/src/trader.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ Star Traders is a simple game of interstellar trading, where the object diff --git a/src/trader.h b/src/trader.h index 63db1d9..bebff46 100644 --- a/src/trader.h +++ b/src/trader.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, trader.h, contains overall definitions for Star Traders. diff --git a/src/utils.c b/src/utils.c index 0e22b0b..ca3f829 100644 --- a/src/utils.c +++ b/src/utils.c @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, utils.c, contains the implementation of various utility diff --git a/src/utils.h b/src/utils.h index 88af86a..8e1b26e 100644 --- a/src/utils.h +++ b/src/utils.h @@ -7,6 +7,7 @@ /* Author: John Zaitseff + SPDX-License-Identifier: GPL-3.0-or-later $Id$ This file, utils.h, contains declarations for various utility functions