Skip to content

Commit e158996

Browse files
authored
Merge pull request #4808 from bdbaddog/update_tests_file_headers
Update more copyright sections of files to current standard.
2 parents f544c99 + d35a993 commit e158996

File tree

164 files changed

+1243
-999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+1243
-999
lines changed

LICENSE-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MIT License
77

8-
__COPYRIGHT__
8+
Copyright The SCons Foundation
99

1010
Permission is hereby granted, free of charge, to any person obtaining
1111
a copy of this software and associated documentation files (the

SCons/Tool/386asm.py

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
"""SCons.Tool.386asm
2-
3-
Tool specification for the 386ASM assembler for the Phar Lap ETS embedded
4-
operating system.
5-
6-
There normally shouldn't be any need to import this module directly.
7-
It will usually be imported through the generic SCons.Tool.Tool()
8-
selection method.
9-
10-
"""
11-
121
#
13-
# __COPYRIGHT__
2+
# MIT License
3+
#
4+
# Copyright The SCons Foundation
145
#
156
# Permission is hereby granted, free of charge, to any person obtaining
167
# a copy of this software and associated documentation files (the
@@ -30,9 +21,17 @@
3021
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3122
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3223
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33-
#
3424

35-
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
25+
"""SCons.Tool.386asm
26+
27+
Tool specification for the 386ASM assembler for the Phar Lap ETS embedded
28+
operating system.
29+
30+
There normally shouldn't be any need to import this module directly.
31+
It will usually be imported through the generic SCons.Tool.Tool()
32+
selection method.
33+
34+
"""
3635

3736
from SCons.Tool.PharLapCommon import addPharLapPaths
3837
import SCons.Util

SCons/Tool/FortranCommon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

SCons/Tool/FortranCommonTests.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#
2-
# __COPYRIGHT__
2+
# MIT License
3+
#
4+
# Copyright The SCons Foundation
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining
57
# a copy of this software and associated documentation files (the
@@ -19,10 +21,6 @@
1921
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2022
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2123
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22-
#
23-
# from typing import Dict, Any
24-
25-
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
2624

2725
import os
2826
import os.path

SCons/Tool/GettextCommon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

SCons/Tool/JavaCommon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

SCons/Tool/JavaCommonTests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

SCons/Tool/PharLapCommon.py

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
"""SCons.Tool.PharLapCommon
2-
3-
This module contains common code used by all Tools for the
4-
Phar Lap ETS tool chain. Right now, this is linkloc and
5-
386asm.
6-
7-
"""
8-
91
#
10-
# __COPYRIGHT__
2+
# MIT License
3+
#
4+
# Copyright The SCons Foundation
115
#
126
# Permission is hereby granted, free of charge, to any person obtaining
137
# a copy of this software and associated documentation files (the
@@ -27,9 +21,14 @@
2721
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2822
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2923
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30-
#
3124

32-
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
25+
"""SCons.Tool.PharLapCommon
26+
27+
This module contains common code used by all Tools for the
28+
Phar Lap ETS tool chain. Right now, this is linkloc and
29+
386asm.
30+
31+
"""
3332

3433
import os
3534
import os.path

SCons/Tool/ToolTests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

SCons/Tool/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# MIT License
23
#
34
# Copyright The SCons Foundation

0 commit comments

Comments
 (0)