Add full SPDX headers.
[super-star-trek.git] / sst
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