]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add SPDX tags to the scripts that I wrote to make it more obvious what the license is.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Apr 2025 13:39:08 +0000 (14:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Apr 2025 13:39:08 +0000 (14:39 +0100)
14 files changed:
scripts/active_kernel_versions.sh
scripts/active_kernel_versions_get.sh
scripts/added-to-stable
scripts/bad_stable
scripts/c2p
scripts/convert_to_utf8
scripts/dorelease
scripts/guess-charset
scripts/make_message_id
scripts/makemail
scripts/mbox2send
scripts/quilt-mail
scripts/smtpsend
scripts/tag_stable

index 778139795e3c44ad7f4e219b97fdd609c2847e28..c738949ac4008341649e857e5eb442d5b25f1f09 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 REAL_SCRIPT=$(realpath -e "${BASH_SOURCE[0]}")
 SCRIPT_TOP="${SCRIPT_TOP:-$(dirname "${REAL_SCRIPT}")}"
index 7e54587ea9181c7703e4b0b40584b0172b431d37..443b4bb0862c1f1443dc14b1427e8f391df42826 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 REAL_SCRIPT=$(realpath -e "${BASH_SOURCE[0]}")
 SCRIPT_TOP="${SCRIPT_TOP:-$(dirname "${REAL_SCRIPT}")}"
index eb991df5ec971a0de2ca69dc00093f6a56bf4c63..78889cb77885d8bf21bf62738b10b34eec37043b 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 KERNEL_MINOR_VERSION='34'
 KERNEL="2.6.$KERNEL_MINOR_VERSION"
index 18afb75ac43a79ae1e890ac5ef7425dfa81d8954..97375d092f6c519ee44d137fa475e4a3f6d53f44 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 STABLE_VERSION=""
 EMAIL_ADDRESS='<gregkh@linuxfoundation.org>'
index d75b24a5eee82e4ad286c73d892e147cf45f7780..ca3d8008909130de1fb7ce66d797496bcd78df1b 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -W
+# SPDX-License-Identifier: GPL-2.0
 #
 # convert git commit id to a pretty patch we can apply to the stable tree
 #
index 7a548d761da437c16b6033c274e28298ffaa4a6a..2272750ebb23dedb847ae6b4bb2ab3b661dfce38 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 for file in $(find queue-* -type f | grep patch); do
        ISO=$(file "${file}" | grep ISO)
index be3c12c9d934c283c6dcf8c81ba7f39c05762bd2..098854eb8001d11d6f9ff0326ec1775a82fa2c80 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 # build -stable release from current -stable series
 # Copyright (c) 2005 Chris Wright <chrisw@osdl.org>
 # Copyright (c) 2006-2011 Greg Kroah-Hartman <greg@kroah.com>
index 4e4dc5a55d1173ebaf91a3b043a23f4635673947..04aa09bc54f13a0603e1c050be036fc036507c76 100755 (executable)
@@ -1,4 +1,5 @@
 #! /usr/bin/env python2
+# SPDX-License-Identifier: GPL-2.0
 # vim: set fileencoding=utf-8
 # (c) Uwe Kleine-König <uwe@kleine-koenig.org>
 # GPLv2
index 03d087956901f1fc0c4893426d709cd423b8462e..5b0d34770ad83f6da3b2addd36fce70d902bcd66 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 # This generates lore-friendly message-id headers that are safe, unique, and
 # provide better UX for someone using lore to retrieve messages.
 #
index 85e9be7c0510081701959d363df59f01ed3b7588..7cf35775f40f25c8c508aebc6124b4320f91342e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-
+# SPDX-License-Identifier: GPL-2.0
 #-----------------------------------------------------------------------------
 #  All this does is generate RFC 822 headers and then copy standard input
 #  to standard output.  You determine what headers it generates with 
index 35f5e36b8536f897a326e63bdf8c3bcb99becf1a..c203626a1fdb0fe6d65594b7e9f9e5b2a3edf305 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -W
+# SPDX-License-Identifier: GPL-2.0
 #
 # This takes a mbox of email, created with 'quilt mail --mbox'
 # and formats it in the proper way to send off a -stable kernel review.
index 45b0967d888b8307ef33ab32bdbeeca472f4964d..e0df3d935fc04412e8faf18953681ad5ab0c4344 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 #
 # Script to take a stable-queue, and turn it into a -rc release to be
 # sent off in email.
index b314b2f547f39d51c69098650570d310326e9966..4c364f7b428f0877f1de7ddaedb444015222f112 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0
 #-----------------------------------------------------------------------------
 #  This program gives you low level control over an SMTP conversation.
 #
index d5e0a12c2cbaba633f3cecdddd5e75e7a7e3a277..9bc17ffa6f2d882c4292b7baafa3817d30a059b5 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 if [ $# -ne 1 ]; then
        echo -e "Usage:\t $0 release_number\ne.g.\t $0 2.6.11.12"