Skip to content

Commit 8f31426

Browse files
authored
Merge pull request SCons#4559 from mwichmann/doc/license-header
Standardize license header on in-use doc files
2 parents 70cfb31 + d341939 commit 8f31426

File tree

165 files changed

+547
-437
lines changed

Some content is hidden

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

165 files changed

+547
-437
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
111111
allow a developer to supply a custom validator, which previously
112112
could be inhibited by the converter failing before the validator
113113
is reached.
114+
- Regularized header (copyright, licens) at top of documentation files
115+
using SPDX.
114116

115117

116118
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700

RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ DOCUMENTATION
9999
before contents of package submodules.
100100
- Updated manpage description of Command "builder" and function.
101101
- Updated the notes about reproducible builds with SCons and the example.
102+
- Regularized header (copyright, licens) at top of documentation files using SPDX.
102103

103104

104105

SCons/Action.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Defaults.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Environment.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Platform/Platform.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Platform/posix.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Platform/sunos.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Platform/win32.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

SCons/Scanner/Scanner.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright The SCons Foundation
3+
SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4+
SPDX-License-Identifier: MIT
5+
SPDX-FileType: DOCUMENTATION
46
57
This file is processed by the bin/SConsDoc.py module.
6-
See its __doc__ string for a discussion of the format.
78
-->
89

910
<!DOCTYPE sconsdoc [

0 commit comments

Comments
 (0)