forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/testing/selftests/rcutorture/bin/config_override.sh
....@@ -1,4 +1,5 @@
11 #!/bin/bash
2
+# SPDX-License-Identifier: GPL-2.0+
23 #
34 # config_override.sh base override
45 #
....@@ -6,23 +7,9 @@
67 # that conflict with any in override, concatenating what remains and
78 # sending the result to standard output.
89 #
9
-# This program is free software; you can redistribute it and/or modify
10
-# it under the terms of the GNU General Public License as published by
11
-# the Free Software Foundation; either version 2 of the License, or
12
-# (at your option) any later version.
13
-#
14
-# This program is distributed in the hope that it will be useful,
15
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
-# GNU General Public License for more details.
18
-#
19
-# You should have received a copy of the GNU General Public License
20
-# along with this program; if not, you can access it online at
21
-# http://www.gnu.org/licenses/gpl-2.0.html.
22
-#
2310 # Copyright (C) IBM Corporation, 2017
2411 #
25
-# Authors: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
12
+# Authors: Paul E. McKenney <paulmck@linux.ibm.com>
2613
2714 base=$1
2815 if test -r $base