summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-14 03:19:51 +0000
committereadler <eadler@FreeBSD.org>2018-03-14 03:19:51 +0000
commit378534f1ac889613f5ed596ba5a6afb9ab314aa3 (patch)
tree520694c14456beb2e7b1f82e4a34687db70e1d91 /share
parentca63cce820c3ab6fc3915c6eda953b36052f34cb (diff)
downloadFreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.zip
FreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.tar.gz
Partial merge of the SPDX changes
These changes are incomplete but are making it difficult to determine what other changes can/should be merged. No objections from: pfg
Diffstat (limited to 'share')
-rw-r--r--share/examples/tests/tests/atf/cp_test.sh2
-rw-r--r--share/examples/tests/tests/atf/printf_test.c2
-rw-r--r--share/examples/tests/tests/plain/printf_test.c5
3 files changed, 8 insertions, 1 deletions
diff --git a/share/examples/tests/tests/atf/cp_test.sh b/share/examples/tests/tests/atf/cp_test.sh
index befec09..0e88d1a 100644
--- a/share/examples/tests/tests/atf/cp_test.sh
+++ b/share/examples/tests/tests/atf/cp_test.sh
@@ -1,5 +1,7 @@
# $FreeBSD$
#
+# SPDX-License-Identifier: BSD-3-Clause
+#
# Copyright 2013 Google Inc.
# All rights reserved.
#
diff --git a/share/examples/tests/tests/atf/printf_test.c b/share/examples/tests/tests/atf/printf_test.c
index 719927c..5a4cb65 100644
--- a/share/examples/tests/tests/atf/printf_test.c
+++ b/share/examples/tests/tests/atf/printf_test.c
@@ -1,5 +1,7 @@
/* $FreeBSD$
*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright 2013 Google Inc.
* All rights reserved.
*
diff --git a/share/examples/tests/tests/plain/printf_test.c b/share/examples/tests/tests/plain/printf_test.c
index c43269b..89d96d0 100644
--- a/share/examples/tests/tests/plain/printf_test.c
+++ b/share/examples/tests/tests/plain/printf_test.c
@@ -1,4 +1,7 @@
-/* $FreeBSD$
+/* $FreeBSD$ */
+
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
*
* Copyright 2013 Google Inc.
* All rights reserved.
OpenPOWER on IntegriCloud