From f878ea8b9bd14209c0abcdaa4561ad33eb3de06a Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 27 Nov 2017 15:37:16 +0000 Subject: [PATCH] various: general 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. No functional change intended. --- ggatec/ggatec.c | 2 ++ ggated/ggated.c | 2 ++ ggatel/ggatel.c | 2 ++ shared/ggate.c | 2 ++ shared/ggate.h | 2 ++ 5 files changed, 10 insertions(+) diff --git a/ggatec/ggatec.c b/ggatec/ggatec.c index ea4f701..a2aa49e 100644 --- a/ggatec/ggatec.c +++ b/ggatec/ggatec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Pawel Jakub Dawidek * All rights reserved. * diff --git a/ggated/ggated.c b/ggated/ggated.c index e234cb5..e52bdd7 100644 --- a/ggated/ggated.c +++ b/ggated/ggated.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Pawel Jakub Dawidek * All rights reserved. * diff --git a/ggatel/ggatel.c b/ggatel/ggatel.c index 0b89df0..4659cac 100644 --- a/ggatel/ggatel.c +++ b/ggatel/ggatel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Pawel Jakub Dawidek * All rights reserved. * diff --git a/shared/ggate.c b/shared/ggate.c index cf9b9ca..2f544f7 100644 --- a/shared/ggate.c +++ b/shared/ggate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Pawel Jakub Dawidek * All rights reserved. * diff --git a/shared/ggate.h b/shared/ggate.h index 898efea..9ea9010 100644 --- a/shared/ggate.h +++ b/shared/ggate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Pawel Jakub Dawidek * All rights reserved. *