[rtems commit] ttest01: Adjust SPDX-License-Identifier

Sebastian Huber sebh at rtems.org
Fri Oct 11 09:01:55 UTC 2019


Module:    rtems
Branch:    master
Commit:    f88025aebe7167d2da7a0137d8149205b66f00eb
Changeset: http://git.rtems.org/rtems/commit/?id=f88025aebe7167d2da7a0137d8149205b66f00eb

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Oct  4 10:05:07 2019 +0200

ttest01: Adjust SPDX-License-Identifier

Update #3199.

---

 testsuites/libtests/ttest01/test-example.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/testsuites/libtests/ttest01/test-example.c b/testsuites/libtests/ttest01/test-example.c
index bcbf7b3..211edbb 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
  *



More information about the vc mailing list