From d2ae30081e82d18f88a752b3c7b8a26f944314e8 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 18 Aug 2004 05:40:04 +0000 Subject: Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. --- 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 c239c4a..3f9b796 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 -- cgit v0.12