diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:03:07 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:03:07 +0000 |
commit | c49761dd572ca667babda4253e14498c7161e21a (patch) | |
tree | 664c66750c0483af0763fccce629b1cdd85c5bbf /sys/amd64/linux32/linux32_sysvec.c | |
parent | c4e20cad0061217b9bdb0c5ecebbf889f52c6b19 (diff) | |
download | src-c49761dd572ca667babda4253e14498c7161e21a.tar.gz src-c49761dd572ca667babda4253e14498c7161e21a.zip |
sys/amd64: 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.
Notes
Notes:
svn path=/head/; revision=326257
Diffstat (limited to 'sys/amd64/linux32/linux32_sysvec.c')
-rw-r--r-- | sys/amd64/linux32/linux32_sysvec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 1a0dc1c954b7..7d1c6ff8e37f 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Tim J. Robbins * Copyright (c) 2003 Peter Wemm * Copyright (c) 2002 Doug Rabson |