From 1de7b4b805ddbf2429da511c053686ac4591ed89 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 27 Nov 2017 15:37:16 +0000 Subject: 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. --- usr.bin/ipcs/ipc.c | 4 +++- usr.bin/ipcs/ipc.h | 4 +++- usr.bin/ipcs/ipcs.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'usr.bin/ipcs') diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index 306d659d7d06..bb1a92dd8a19 100644 --- a/usr.bin/ipcs/ipc.c +++ b/usr.bin/ipcs/ipc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert * All rights reserved. * diff --git a/usr.bin/ipcs/ipc.h b/usr.bin/ipcs/ipc.h index 0b6188a7217b..6e89e4802acb 100644 --- a/usr.bin/ipcs/ipc.h +++ b/usr.bin/ipcs/ipc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert * All rights reserved. * diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index be6ca5616f59..3d7be146dc04 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994 SigmaSoft, Th. Lockert * All rights reserved. * -- cgit v1.3