aboutsummaryrefslogtreecommitdiff
path: root/external/shared
diff options
context:
space:
mode:
Diffstat (limited to 'external/shared')
-rw-r--r--external/shared/Makefile1
-rw-r--r--external/shared/config.h7
-rw-r--r--external/shared/rules.mk1
3 files changed, 8 insertions, 1 deletions
diff --git a/external/shared/Makefile b/external/shared/Makefile
index 4baa6b4..9442954 100644
--- a/external/shared/Makefile
+++ b/external/shared/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: Apache-2.0
.DEFAULT_GOAL := all
GET_ARCH := ../../external/common/get_arch.sh
include ../../external/common/rules.mk
diff --git a/external/shared/config.h b/external/shared/config.h
index a132a01..9ed42d2 100644
--- a/external/shared/config.h
+++ b/external/shared/config.h
@@ -1,4 +1,9 @@
-/* For CCAN */
+// SPDX-License-Identifier: Apache-2.0
+/*
+ * For CCAN
+ *
+ * Copyright 2016 IBM Corp.
+ */
#include <endian.h>
#include <byteswap.h>
diff --git a/external/shared/rules.mk b/external/shared/rules.mk
index 147c38f..632c62c 100644
--- a/external/shared/rules.mk
+++ b/external/shared/rules.mk
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: Apache-2.0
# NOTE: shared lib versioning has *NOTHING* to do with software package version
#
# If source code has changed, revision++