]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
scripts: Add copyright statements to files without one
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2022 17:32:28 +0000 (18:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2022 10:57:26 +0000 (11:57 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
32 files changed:
scripts/autobuilder-worker-prereq-tests
scripts/bitbake-prserv-tool
scripts/bitbake-whatchanged
scripts/combo-layer-hook-default.sh
scripts/contrib/ddimage
scripts/contrib/dialog-power-control
scripts/contrib/documentation-audit.sh
scripts/contrib/patchreview.py
scripts/contrib/test_build_time_worker.sh
scripts/contrib/verify-homepage.py
scripts/cp-noerror
scripts/gen-lockedsig-cache
scripts/git
scripts/lib/argparse_oe.py
scripts/lib/devtool/menuconfig.py
scripts/lib/wic/plugins/source/bootimg-partition.py
scripts/lib/wic/plugins/source/empty.py
scripts/lib/wic/plugins/source/isoimage-isohybrid.py
scripts/lib/wic/plugins/source/rawcopy.py
scripts/oe-debuginfod
scripts/oe-gnome-terminal-phonehome
scripts/oe-pkgdata-browser
scripts/oe-pylint
scripts/oe-time-dd-test.sh
scripts/oe-trim-schemas
scripts/oepydevshell-internal.py
scripts/pythondeps
scripts/sstate-diff-machines.sh
scripts/sstate-sysroot-cruft.sh
scripts/sysroot-relativelinks.py
scripts/task-time
scripts/verify-bashisms

index 572227dccd169a80d31e79614bde756689355714..54fd3c10041517974ceefe69f318f9a66817a869 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # Script which can be run on new autobuilder workers to check all needed configuration is present.
 # Designed to be run in a repo where bitbake/oe-core are already present.
 #
index e55d98c72e10ede73560357a8fb74e7ce93f937d..bed97bd8ac36bb5237e8dc17ed8482c9d63cbcc9 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index 6f4b268119b903c459358caefb20a4ead285f0b2..cdb730dbdb91c5004092f3003739ed65fa8a96e4 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/env python3
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-
+#
 # Copyright (c) 2013 Wind River Systems, Inc.
 #
 # SPDX-License-Identifier: GPL-2.0-only
index 11547a982691fa353fb9c53df45808ba75a9e28d..fb9651b31fdf5079c8acceb4cb11f7163e484870 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Hook to add source component/revision info to commit message
index 7f2ad112a6285db3690a14c709d5f9cb8fde1742..70eee8ebea2cd4e61b230ef21ad5dbc8b8b114d2 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index ad6070c36934b6888a91ee8c7edcd20f6c2974c4..82c84baa1d4ccf31d02e25c1f025c88848a319ea 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Simple script to show a manual power prompt for when you want to use
index 36f7f3287c819c54c829261ca91ebe8dd39392c6..7197a2fcea7e240bffbee67cbae481b7b03193cd 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Perform an audit of which packages provide documentation and which
index 85d2169ad131c38d18403cd80f4da5edce49518c..b22cc07f0a5f99acb1cdb91865263db1d5d1b33e 100755 (executable)
@@ -1,5 +1,7 @@
 #! /usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index 478e8b0d03b4498e82da7c55638cacb3eba567b4..a2879d23367274d937f4404b4695a40a8999d535 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # This is an example script to be used in conjunction with test_build_time.sh
index 7bffa78e23875d9028b1f03f69b7161fe9105321..a90b5010bc53b52ad7cf958b3315306a1fdf0f9e 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # This script can be used to verify HOMEPAGE values for all recipes in
index ab617c5d35a941d952a9615bd71e624ee0cd325d..13a098eee0bb03b4c4db8696697b8dc51975416f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation,
index cc674f9c1b0a363057474cc4505f1c830093a6c5..023015ec41c13af47e10946d60020600835b1f82 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 #
+#
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index 644055e54017028bf0d7e7ce132cbd030a273d06..689adbf9ddac2425bbedab78408f42dd9ee7f8eb 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
 # Wrapper around 'git' that doesn't think we are root
 
 import os
index 94a4ac50110f23202738bc1ce2d79b5d6e5a92d4..176b732bbc3692dfd6948bbe0489193cf811de45 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index 95384c5333bd80af4a3a5fe69843ede4e3f77511..d87a01e7a92ed1b74c1ee0075ce8458cbd2d8a84 100644 (file)
@@ -3,6 +3,8 @@
 # Copyright (C) 2018 Xilinx
 # Written by: Chandana Kalluri <ckalluri@xilinx.com>
 #
+# SPDX-License-Identifier: MIT
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5dbe2558d24201c5d3294e00bd727162727f1c8d..8956162205663c46b70d44b7a8881ba19c0cacdf 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # DESCRIPTION
index 041617d648c88c10009116bc7e60342a55e541e1..9c492ca2067fc578f910c6b268a84f0691ef4348 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: MIT
 #
 
index afc9ea0f8fefff8b6beadc205ffec986aa46b157..607356ad1311fb47c246b9db6b5cd18e897216de 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # DESCRIPTION
index 7c90cd3cf82bacb06a0128b89c3165c0b168d35b..8101efcb28370a0c9a7bef78a0c53579462f998a 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index 9e5482d869864041c01764bc401e0378bf904c83..b5253102253e910c580f43671d9f3eefe9da413c 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: MIT
 #
 
index b6b9a3867b21c7c8d557f34fa27f371dff062feb..1352a9872bf069f4c7f5075abe3b726ec6608b1f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Gnome terminal won't tell us which PID a given command is run as 
index a3a381923b7e3465f85c30b84bc7ee76c0ab84d9..c152c82b25a006bd54ad6f0b27ef619d537a4539 100755 (executable)
@@ -1,4 +1,9 @@
 #! /usr/bin/env python3
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
 
 import os, sys, enum, ast
 
index 7cc1ccb010e08c197cdc02cdb7405de1bf2d0f96..5ad72838e97f69614610bddb63ad6bf882362f21 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Run the pylint3 against our common python module spaces and print a report of potential issues
index 386de83dcefa817028e90b48cfffcd76770fa1c4..81748b8c9e46e11608ff1b17dddb40f7ae77ae63 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
 # oe-time-dd-test records how much time it takes to 
 # write <count> number of kilobytes to the filesystem.
 # It also records the number of processes that are in
index bf77c8cf643a81a9ffc91466530ce655e27aed1b..e3b26e273e2bb40a51ebeb719afd07546777b1d3 100755 (executable)
@@ -1,5 +1,7 @@
 #! /usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index e3c35bbe2cd2a6040975def2fd47dcb543500d9d..3bf7df1114f43bf88f098a088742a98009054b9f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index be21dd84ebc0217c8dcf7fcc079ed8285cbd0fa0..48277ec28ad8f0090f3fc82789a67f408a93970d 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Determine dependencies of python scripts or available python modules in a search path.
index 8b64e11be1c06895122a3b958c666ce4ad776210..5ed413b2ee7fd305492f0dc03b144b039b356f4c 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Used to compare sstate checksums between MACHINES.
index 9c948e932def11f8d53d934e46e7dcf47a084da7..b2002badfbe75b374a4e72ef574c3495dcf2f086 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Used to find files installed in sysroot which are not tracked by sstate manifest
index 56e36f3ad5492a1c800a539eb93f8239ed1691ca..ccb3c867f014272874f6b8ce405cc03e76b53f73 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index bcd1e25817570a70f86d339bf3710ed84b1e9e18..8f71b29b7749d6c1269454242e0f7fcb70e35f9d 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #
 
index ec2374f183e18df3f84ee7796d721b81a012db30..fc3677c6ed0a41c482f84a45478ab851e27faa8e 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 #
+# Copyright OpenEmbedded Contributors
+#
 # SPDX-License-Identifier: GPL-2.0-only
 #