summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley M. Kuhn2025-07-11 20:13:36 +0000
committerHauke Mehrtens2025-08-24 13:30:57 +0000
commitfcaa4fdbbf46063d46bd76f1347a30309911ff13 (patch)
treecac623afdba1a1c80727ebc9a893316b41648111
parentba7b5d23f6977a65613ee32c28c2190cd01b485e (diff)
downloadopenwrt-fcaa4fdbbf46063d46bd76f1347a30309911ff13.tar.gz
Note inspiration for this script to give credit where it's due
There is some confusion in the Git log of this file. Specifically, the commit message on 7b7f1702 incorrectly indicates that there was "potential fear" about copyright infringement. Upon review of this situation, there is, in my opinion, no concern of copyright infringement here. This is not legal advice; it is my opinion based of years of work on copyright policy for FOSS. However, Elliott Mitchell's idea was obviously helpful as inspiration in writing this script and deserves credit. Ideas alone, however, are not to my knowledge copyrightable anywhere in the world. Signed-off-by: Bradley M. Kuhn <bkuhn@sfconservancy.org> (cherry picked from commit d8e738e5c4034bbc8bd29db25fb0abafdc2abf17) Link: https://github.com/openwrt/openwrt/pull/19839 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rwxr-xr-xscripts/kernel_bump.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh
index b1c17d6c39..03e809eedc 100755
--- a/scripts/kernel_bump.sh
+++ b/scripts/kernel_bump.sh
@@ -2,6 +2,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2024 Olliver Schinagl <oliver@schinagl.nl>
+#
+# This script was implemented from scratch -- inspired by ideas shared
+# with the OpenWrt project by Elliott Mitchell <ehem+openwrt@m5p.com>
set -eu
if [ -n "${DEBUG_TRACE_SH:-}" ] && \