summaryrefslogtreecommitdiffstats
path: root/0014-Use-SPDX-header-in-distro-config.patch
diff options
context:
space:
mode:
Diffstat (limited to '0014-Use-SPDX-header-in-distro-config.patch')
-rw-r--r--0014-Use-SPDX-header-in-distro-config.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0014-Use-SPDX-header-in-distro-config.patch b/0014-Use-SPDX-header-in-distro-config.patch
new file mode 100644
index 0000000..47acd47
--- /dev/null
+++ b/0014-Use-SPDX-header-in-distro-config.patch
@@ -0,0 +1,27 @@
+From f5c7ad35415218c20b904edf1981a33a47bcdf92 Mon Sep 17 00:00:00 2001
+From: Dennis Gilmore <dennis@ausil.us>
+Date: Thu, 17 Oct 2013 18:55:25 -0500
+Subject: [PATCH 14/15] Use SPDX header in distro config
+
+---
+ include/config_distro_default.h | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/include/config_distro_default.h b/include/config_distro_default.h
+index 132da4f..bd9b4a0 100644
+--- a/include/config_distro_default.h
++++ b/include/config_distro_default.h
+@@ -1,9 +1,7 @@
+ /*
+ * Copyright 2013 Red Hat, Inc.
+ *
+- * This file is licensed under the terms of the GNU General Public
+- * License Version 2. This file is licensed "as is" without any
+- * warranty of any kind, whether express or implied.
++ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+ #ifndef _CONFIG_CMD_DISTRO_DEFAULT_H
+--
+1.8.3.1
+