summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-04 10:05:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-11 08:55:46 +0200
commitf88025aebe7167d2da7a0137d8149205b66f00eb (patch)
tree5488618975be01a2e431d2e11e2176392ea57ce4
parentAdd CC-BY-SA-4.0 license text (diff)
downloadrtems-f88025aebe7167d2da7a0137d8149205b66f00eb.tar.bz2
ttest01: Adjust SPDX-License-Identifier
Update #3199.
-rw-r--r--testsuites/libtests/ttest01/test-example.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/testsuites/libtests/ttest01/test-example.c b/testsuites/libtests/ttest01/test-example.c
index bcbf7b33b0..211edbbbb8 100644
--- a/testsuites/libtests/ttest01/test-example.c
+++ b/testsuites/libtests/ttest01/test-example.c
@@ -24,8 +24,13 @@ T_TEST_OUTPUT(example,
"E:example:N:5:F:4:D:0.001000\n");
/*
- * SPDX-License-Identifier: BSD-2-Clause
- * SPDX-License-Identifier: CC-BY-SA-4.0
+ * The license is at the end of the file to be able to use the test code and
+ * output in examples in the documentation. This is also the reason for the
+ * dual licensing. The license for RTEMS documentation is CC-BY-SA-4.0.
+ */
+
+/*
+ * SPDX-License-Identifier: BSD-2-Clause OR CC-BY-SA-4.0
*
* Copyright (C) 2018, 2019 embedded brains GmbH
*