summaryrefslogtreecommitdiffstats
path: root/SCons/Node/PythonTests.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-12-20 23:37:56 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-12-20 23:37:56 (GMT)
commit78292be9cbb471101e6ed4ec5f6da0161730c656 (patch)
treee0ef841cc870866c5af965411b9222c455d8d3e7 /SCons/Node/PythonTests.py
parent2b583646718acda52481b71f15c9a6723fb3eb81 (diff)
parent97dbf8d22b518a8f67cf670f8e3449990f3f5813 (diff)
downloadSCons-78292be9cbb471101e6ed4ec5f6da0161730c656.zip
SCons-78292be9cbb471101e6ed4ec5f6da0161730c656.tar.gz
SCons-78292be9cbb471101e6ed4ec5f6da0161730c656.tar.bz2
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
Diffstat (limited to 'SCons/Node/PythonTests.py')
-rw-r--r--SCons/Node/PythonTests.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/SCons/Node/PythonTests.py b/SCons/Node/PythonTests.py
index b6fa859..b6a3f79 100644
--- a/SCons/Node/PythonTests.py
+++ b/SCons/Node/PythonTests.py
@@ -1,5 +1,6 @@
+# MIT License
#
-# __COPYRIGHT__
+# Copyright The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -19,9 +20,6 @@
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-
-__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import unittest