From a607db8a47fde00bd301d785ba1fbb8a5eab06da Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 6 Jun 2018 08:57:04 +0200 Subject: Add license tags to scripts Everything's ISC. --- allmodconfig.py | 3 +++ allnoconfig.py | 3 +++ allyesconfig.py | 3 +++ genconfig.py | 3 +++ menuconfig.py | 3 +++ oldconfig.py | 3 +++ 6 files changed, 18 insertions(+) diff --git a/allmodconfig.py b/allmodconfig.py index 3f049a8..3eaa1c2 100755 --- a/allmodconfig.py +++ b/allmodconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Works like 'make allmodconfig'. Verified by the test suite to generate output # identical to 'make allmodconfig', for all ARCHES. # diff --git a/allnoconfig.py b/allnoconfig.py index d4060d2..447415b 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Works like 'make allnoconfig'. Verified by the test suite to generate # identical output to 'make allnoconfig' for all ARCHes. # diff --git a/allyesconfig.py b/allyesconfig.py index 4c0ecbe..b00d8ba 100755 --- a/allyesconfig.py +++ b/allyesconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Works like 'make allyesconfig'. Verified by the test suite to generate output # identical to 'make allyesconfig', for all ARCHES. # diff --git a/genconfig.py b/genconfig.py index f0412ba..2ceb0f2 100755 --- a/genconfig.py +++ b/genconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Generates a C header from the configuration, matching the format generated by # include/generated/autoconf.h in the kernel. # diff --git a/menuconfig.py b/menuconfig.py index 44ec4cb..be65e98 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + """ Overview ======== diff --git a/oldconfig.py b/oldconfig.py index 546da02..5714592 100755 --- a/oldconfig.py +++ b/oldconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Implements oldconfig-like functionality: # # 1. Load existing .config -- cgit v1.2.3