Skip to content

Commit

Permalink
patch_kernel: add SPDX identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Jun 18, 2019
1 parent aa7ce36 commit 25aa25d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion patch_kernel/900-patchkernel_source
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- /dev/null
+++ linux-3.10/drivers/net/yf_patchkernel.c
@@ -0,0 +1,237 @@
@@ -0,0 +1,239 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+/************************************************************************************************
+ * *
+ * @file yf_patchkernel.c *
Expand Down
1 change: 1 addition & 0 deletions patch_kernel/patch_kernel_7560_skbuff_sk_checks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
#
# firmware versions supported
#
Expand Down
1 change: 1 addition & 0 deletions patch_kernel/patch_kernel_7580_skbuff_sk_checks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
#
# firmware versions supported
#
Expand Down
1 change: 1 addition & 0 deletions patch_kernel/patch_kernel_7590_skbuff_sk_checks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
#
# firmware versions supported
#
Expand Down
1 change: 1 addition & 0 deletions patch_kernel/patch_kernel_VR9_skbuff_sk_checks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
#
# firmware versions supported
#
Expand Down
1 change: 1 addition & 0 deletions patch_kernel/src2patch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
[ -t 1 ] && exec 1>./900-patchkernel_source
diff -u /dev/null ./yf_patchkernel.c | sed -e '1s|.*|--- /dev/null|' -e '2s|.*|+++ linux-3.10/drivers/net/yf_patchkernel.c|'
2 changes: 2 additions & 0 deletions patch_kernel/yf_patchkernel.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */

/************************************************************************************************
* *
* @file yf_patchkernel.c *
Expand Down

0 comments on commit 25aa25d

Please sign in to comment.