aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_subr.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:17:37 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:17:37 +0000
commit3728855a0f66545c4aa90dc0d478dc403bdfa667 (patch)
tree4fed6f5899b685e13cc352f7da8ce41dae8c3d4e /sys/geom/geom_subr.c
parent497b6b2a86b808216d7ecf6eb1e0d362502a9e3c (diff)
downloadsrc-3728855a0f66545c4aa90dc0d478dc403bdfa667.tar.gz
src-3728855a0f66545c4aa90dc0d478dc403bdfa667.zip
sys/geom: 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=326270
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r--sys/geom/geom_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index fbbe0d904317..3bc2eb6f2d92 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 2002 Poul-Henning Kamp
* Copyright (c) 2002 Networks Associates Technology, Inc.
* All rights reserved.