diff options
Diffstat (limited to 'bin/docs-create-example-outputs.py')
-rw-r--r-- | bin/docs-create-example-outputs.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/docs-create-example-outputs.py b/bin/docs-create-example-outputs.py index e5d40ce..2df6f90 100644 --- a/bin/docs-create-example-outputs.py +++ b/bin/docs-create-example-outputs.py @@ -1,8 +1,12 @@ #!/usr/bin/env python # +# SPDX-License-Identifier: MIT +# +# Copyright The SCons Foundation +# # Searches through the whole doc/user tree and creates # all output files for the single examples. -# + import os import sys import SConsExamples |