From bf026dd45284273585af13623d5d5ef359bc6976 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 27 Nov 2017 15:01:59 +0000 Subject: 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 2274caeee1..92f4f57ce2 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 * All rights reserved. * -- cgit v1.2.3