[rtems commit] sys/sys: further adoption of SPDX licensing ID tags.

Sebastian Huber sebh at rtems.org
Wed Aug 8 06:49:27 UTC 2018


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

Author:    pfg <pfg at FreeBSD.org>
Date:      Mon Nov 27 15:01:59 2017 +0000

sys/sys: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

---

 cpukit/include/sys/event.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/include/sys/event.h b/cpukit/include/sys/event.h
index 2274cae..92f4f57 100644
--- a/cpukit/include/sys/event.h
+++ b/cpukit/include/sys/event.h
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon at FreeBSD.org>
  * All rights reserved.
  *




More information about the vc mailing list