Forward pror to Python achieved, still runs under 2.
[super-star-trek.git] / sst.py
diff --git a/sst.py b/sst.py
index 8466a481dbf7caec731003ee5aa64a52f0baa3b3..fec64ec815c8793c23c046301674da5582bdebe8 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -12,6 +12,8 @@ See the doc/HACKING file in the distribution for designers notes and advice
 on how to modify (and how not to modify!) this code.
 """
 from __future__ import print_function, division
+# Runs under Python 2 an Python 3. Preserve this property!
+# SPDX-License-Identifier: BSD-2-clause
 
 import os, sys, math, curses, time, pickle, copy, gettext, getpass
 import getopt, socket, locale