From 06df514496612f194a6103167b867debf6657f5e Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 18 Aug 2004 05:40:04 +0000 Subject: [PATCH] Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1037 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Platform/darwin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/engine/SCons/Platform/darwin.py b/src/engine/SCons/Platform/darwin.py index c239c4aa..3f9b796a 100644 --- a/src/engine/SCons/Platform/darwin.py +++ b/src/engine/SCons/Platform/darwin.py @@ -8,7 +8,7 @@ selection method. """ # -# Copyright (c) 2001, 2002, 2003, 2004 Steven Knight +# __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -30,6 +30,8 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" + import posix import os -- 2.26.2