diff options
Diffstat (limited to 'SCons/exitfuncs.py')
-rw-r--r-- | SCons/exitfuncs.py | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/SCons/exitfuncs.py b/SCons/exitfuncs.py index 7d00df7..ba6243a 100644 --- a/SCons/exitfuncs.py +++ b/SCons/exitfuncs.py @@ -1,11 +1,6 @@ -"""SCons.exitfuncs - -Register functions which are executed when SCons exits for any reason. - -""" - +# 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 @@ -25,10 +20,10 @@ Register functions which are executed when SCons exits for any reason. # 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__" +"""Register functions which are executed when SCons exits for any reason.""" +# This is obsolete now import atexit |