From: Eric S. Raymond Date: Sun, 11 Feb 2024 03:32:11 +0000 (-0500) Subject: Add full SPDX headers. X-Git-Tag: 2.8~1 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=7d46bf45b8d71bc3c7b1ed93f2a715a2a179edb5 Add full SPDX headers. --- diff --git a/Makefile b/Makefile index cf12126..6fb8a62 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ # Makefile for the SST2K project +# +# SPDX-FileCopyrightText: (C) Eric S. Raymond +# SPDX-License-Identifier: BSD-2-Clause VERS=$(shell sed +# SPDX-License-Identifier: BSD-2-Clause Package: super-star-trek diff --git a/doc/Makefile b/doc/Makefile index 6d5909d..d115c60 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 +# SPDX-License-Identifier: BSD-2-Clause sst.6: sst.xml xmlto man sst.xml diff --git a/doc/sst-doc.xml b/doc/sst-doc.xml index 3945889..b07f3e6 100644 --- a/doc/sst-doc.xml +++ b/doc/sst-doc.xml @@ -5,6 +5,10 @@ ]> + Super Star Trek diff --git a/doc/sst.xml b/doc/sst.xml index 47353fb..c347168 100644 --- a/doc/sst.xml +++ b/doc/sst.xml @@ -3,6 +3,10 @@ "docbook/docbookx.dtd" [ ]> + sst diff --git a/sst b/sst index e43613e..c3bdafe 100755 --- 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 +# 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