From 256ec586ffbd24497adc9b2503aa2d180348ef66 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 29 Jun 2020 15:08:09 -0700 Subject: Add copyright string --- SCons/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index 1cbe18b..532f07b 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -38,7 +38,7 @@ __buildsys__ = "__BUILDSYS__" __date__ = "__DATE__" __developer__ = "__DEVELOPER__" - +__copyright__ = "COPYRIGHT" # make sure compatibility is always in place import SCons.compat -- cgit v0.12