# 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')
# 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
# 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
<!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>
"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>
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