diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 18:32:28 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:58:01 +0100 |
| commit | 7350e82ce1283c8473c916ebddb22c0e930507b6 (patch) | |
| tree | 72ce06fb63381be03d1870d3a4de5c90801febda /scripts/contrib | |
| parent | 971d5f7b81d535b2da0ae51a54f9ba6641f18304 (diff) | |
| download | poky-7350e82ce1283c8473c916ebddb22c0e930507b6.tar.gz | |
scripts: Add copyright statements to files without one
Where there isn't a copyright statement, add one to make it explicit.
Also drop editor config lines where they were present and add license
identifiers as MIT if there isn't one.
(From OE-Core rev: deb3ccec53e0bd63bc4235cf2b0d3fc781687361)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
| -rwxr-xr-x | scripts/contrib/ddimage | 2 | ||||
| -rwxr-xr-x | scripts/contrib/dialog-power-control | 2 | ||||
| -rwxr-xr-x | scripts/contrib/documentation-audit.sh | 2 | ||||
| -rwxr-xr-x | scripts/contrib/patchreview.py | 2 | ||||
| -rwxr-xr-x | scripts/contrib/test_build_time_worker.sh | 2 | ||||
| -rwxr-xr-x | scripts/contrib/verify-homepage.py | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/scripts/contrib/ddimage b/scripts/contrib/ddimage index 7f2ad112a6..70eee8ebea 100755 --- a/scripts/contrib/ddimage +++ b/scripts/contrib/ddimage | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | 7 | ||
diff --git a/scripts/contrib/dialog-power-control b/scripts/contrib/dialog-power-control index ad6070c369..82c84baa1d 100755 --- a/scripts/contrib/dialog-power-control +++ b/scripts/contrib/dialog-power-control | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | # Simple script to show a manual power prompt for when you want to use | 7 | # Simple script to show a manual power prompt for when you want to use |
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh index 36f7f3287c..7197a2fcea 100755 --- a/scripts/contrib/documentation-audit.sh +++ b/scripts/contrib/documentation-audit.sh | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | # Perform an audit of which packages provide documentation and which | 7 | # Perform an audit of which packages provide documentation and which |
diff --git a/scripts/contrib/patchreview.py b/scripts/contrib/patchreview.py index 85d2169ad1..b22cc07f0a 100755 --- a/scripts/contrib/patchreview.py +++ b/scripts/contrib/patchreview.py | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #! /usr/bin/env python3 | 1 | #! /usr/bin/env python3 |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | 7 | ||
diff --git a/scripts/contrib/test_build_time_worker.sh b/scripts/contrib/test_build_time_worker.sh index 478e8b0d03..a2879d2336 100755 --- a/scripts/contrib/test_build_time_worker.sh +++ b/scripts/contrib/test_build_time_worker.sh | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | # This is an example script to be used in conjunction with test_build_time.sh | 7 | # This is an example script to be used in conjunction with test_build_time.sh |
diff --git a/scripts/contrib/verify-homepage.py b/scripts/contrib/verify-homepage.py index 7bffa78e23..a90b5010bc 100755 --- a/scripts/contrib/verify-homepage.py +++ b/scripts/contrib/verify-homepage.py | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
| 2 | # | 2 | # |
| 3 | # Copyright OpenEmbedded Contributors | ||
| 4 | # | ||
| 3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 4 | # | 6 | # |
| 5 | # This script can be used to verify HOMEPAGE values for all recipes in | 7 | # This script can be used to verify HOMEPAGE values for all recipes in |
