From: stevenknight Date: Wed, 18 Aug 2004 05:40:04 +0000 (+0000) Subject: Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06df514496612f194a6103167b867debf6657f5e;p=scons.git Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1037 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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