diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-10 15:38:47 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-10 15:38:47 (GMT) |
commit | bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130 (patch) | |
tree | a87ac28d8974f0a8105dfa1b00eb7b7b2e28b169 /test/Actions/append.py | |
parent | 2f02b1b3f7795c69188185305a2129c6df6f8371 (diff) | |
parent | a3602d5c9d9fea87c3335aa714c34b35bf698dd0 (diff) | |
download | SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.zip SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.tar.gz SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.tar.bz2 |
Merge branch 'master' into jbrill-msvc-usesettings
Diffstat (limited to 'test/Actions/append.py')
-rw-r--r-- | test/Actions/append.py | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/test/Actions/append.py b/test/Actions/append.py index b5d4c3a..42a414b 100644 --- a/test/Actions/append.py +++ b/test/Actions/append.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -# __COPYRIGHT__ +# MIT License +# +# 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 @@ -20,13 +22,13 @@ # 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. -# -# This test exercises the addition operator of Action objects. -# Using Environment.Prepend() and Environment.Append(), you should be -# able to add new actions to existing ones, effectively adding steps -# to a build process. -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +""" +This test exercises the addition operator of Action objects. +Using Environment.Prepend() and Environment.Append(), you should be +able to add new actions to existing ones, effectively adding steps +to a build process. +""" import os import stat |