aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:03:07 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:03:07 +0000
commitc49761dd572ca667babda4253e14498c7161e21a (patch)
tree664c66750c0483af0763fccce629b1cdd85c5bbf /sys/amd64/ia32
parentc4e20cad0061217b9bdb0c5ecebbf889f52c6b19 (diff)
downloadsrc-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/ia32')
-rw-r--r--sys/amd64/ia32/ia32_misc.c2
-rw-r--r--sys/amd64/ia32/ia32_reg.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c
index 5a8a7211cf9b..e2a834816d7d 100644
--- a/sys/amd64/ia32/ia32_misc.c
+++ b/sys/amd64/ia32/ia32_misc.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2009 Konstantin Belousov
* All rights reserved.
*
diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c
index 0521e954a635..e9b5f6427ac3 100644
--- a/sys/amd64/ia32/ia32_reg.c
+++ b/sys/amd64/ia32/ia32_reg.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2005 Peter Wemm
* All rights reserved.
*