Add full SPDX headers.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2024 03:32:11 +0000 (22:32 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2024 03:32:11 +0000 (22:32 -0500)
Makefile
control
doc/Makefile
doc/sst-doc.xml
doc/sst.xml
sst

index cf1212608ac6c1b29a3cff552023be87391c32ef..6fb8a62199f46d8f12d174d588a109e75e9c613e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
 # Makefile for the SST2K project
+#
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
 VERS=$(shell sed <sst -n -e '/version *= \"*\(.*\)\"/s//\1/p')
 
diff --git a/control b/control
index 84813e2164f8f96de2ad4ad4c1859fbfa43e15d2..2af21bf753391cec4b9e9e34d4c0019d942c1648 100644 (file)
--- a/control
+++ b/control
@@ -1,5 +1,8 @@
 # This is not a real Debian control file, though the syntax is compatible.
 # It's project metadata for the shipper tool
+#
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
 Package: super-star-trek
 
index 6d5909dfdde44a5cf1a02e2f8ee61c106c719302..d115c60dd622ce4590ca2f30a3930322338e8acc 100644 (file)
@@ -1,5 +1,8 @@
 # From this directory, distribute the following files:
 # HACKING makehelp.py sst-doc.xml sst-layer.xsl sst.xml
+#
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
 sst.6: sst.xml
        xmlto man sst.xml
index 394588926c6d4b9bd8e36b8e84d51526356032bf..b07f3e6723b465f834809a9cb2a0e0a105a10a3b 100644 (file)
@@ -5,6 +5,10 @@
 <!ENTITY sst-site      "http://catb.org/~esr/super-star-trek/">
 <!ENTITY retro         "http://catb.org/~esr/retro/">
 ]>
+<!--
+Copyright by Eric S. Raymond
+SPDX-License-Identifier: BSD-2-clause
+-->
 <book>
 <bookinfo>
 <title>Super Star Trek</title>
index 47353fb676e8c288995e9ed4721e34a70fb0b1fa..c347168308c8f20f76b9b470819183629beb3bff 100644 (file)
@@ -3,6 +3,10 @@
 "docbook/docbookx.dtd" [
 <!ENTITY projecthome      'http://www.catb.org/~esr/super-star-trek'>
 ]>
+<!--
+Copyright by Eric S. Raymond
+SPDX-License-Identifier: BSD-2-clause
+-->
 <refentry id='sst.6'>
 <refmeta>
 <refentrytitle>sst</refentrytitle>
diff --git a/sst b/sst
index e43613eb91da307d302d468506c6ee957a5d9f93..c3bdafe3e43a322f2841e27c87bdd88991404269 100755 (executable)
--- a/sst
+++ b/sst
@@ -11,8 +11,8 @@ Stas Sergeev, and Eric S. Raymond.
 See the doc/HACKING file in the distribution for designers notes and advice
 on how to modify (and how not to modify!) this code.
 """
-# Copyright by Eric S. Raymond
-# SPDX-License-Identifier: BSD-2-clause
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
 # pylint: disable=line-too-long,superfluous-parens,too-many-lines,invalid-name,missing-function-docstring,missing-class-docstring,multiple-statements,too-many-branches,too-many-statements,too-many-locals,too-many-nested-blocks,too-many-return-statements,too-many-instance-attributes,global-statement,no-else-break,no-else-return,no-else-continue,too-few-public-methods,too-many-boolean-expressions,consider-using-f-string,consider-using-enumerate,consider-using-with,unspecified-encoding,consider-using-generator