X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst;h=c3bdafe3e43a322f2841e27c87bdd88991404269;hp=e43613eb91da307d302d468506c6ee957a5d9f93;hb=7d46bf45b8d71bc3c7b1ed93f2a715a2a179edb5;hpb=be2a6dddb775a9da6dabaa0565b987567b40aa25 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