diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-18 14:26:50 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-18 14:26:50 +0000 |
commit | df57947f083046d50552e99b91074927d2458708 (patch) | |
tree | f55ca844144ab080e7f132a02b8dbd5135a39862 /tools/regression | |
parent | ef4968d9e7c3b90c1499a32a38fdc34f4da22f41 (diff) | |
download | src-df57947f083046d50552e99b91074927d2458708.tar.gz src-df57947f083046d50552e99b91074927d2458708.zip |
spdx: initial adoption of licensing ID tags.
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.
Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
Initially, only tag files that use BSD 4-Clause "Original" license.
RelNotes: yes
Differential Revision: https://reviews.freebsd.org/D13133
Notes
Notes:
svn path=/head/; revision=325966
Diffstat (limited to 'tools/regression')
-rw-r--r-- | tools/regression/p1003_1b/fifo.c | 4 | ||||
-rw-r--r-- | tools/regression/p1003_1b/memlock.c | 4 | ||||
-rw-r--r-- | tools/regression/p1003_1b/p26.c | 4 | ||||
-rw-r--r-- | tools/regression/p1003_1b/sched.c | 4 | ||||
-rw-r--r-- | tools/regression/p1003_1b/yield.c | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/tools/regression/p1003_1b/fifo.c b/tools/regression/p1003_1b/fifo.c index 925e7c21368e..bf8fae0bb262 100644 --- a/tools/regression/p1003_1b/fifo.c +++ b/tools/regression/p1003_1b/fifo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 2000 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/memlock.c b/tools/regression/p1003_1b/memlock.c index b55b4056dac8..3033fbbacfd5 100644 --- a/tools/regression/p1003_1b/memlock.c +++ b/tools/regression/p1003_1b/memlock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/p26.c b/tools/regression/p1003_1b/p26.c index 538deaf87863..ae869bffddf3 100644 --- a/tools/regression/p1003_1b/p26.c +++ b/tools/regression/p1003_1b/p26.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/sched.c b/tools/regression/p1003_1b/sched.c index 1814c79194e4..ea6fcc7a461f 100644 --- a/tools/regression/p1003_1b/sched.c +++ b/tools/regression/p1003_1b/sched.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * diff --git a/tools/regression/p1003_1b/yield.c b/tools/regression/p1003_1b/yield.c index a9b7badb3452..479ce50ef886 100644 --- a/tools/regression/p1003_1b/yield.c +++ b/tools/regression/p1003_1b/yield.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * |