aboutsummaryrefslogtreecommitdiff
path: root/include/getopt.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-25 17:09:43 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-25 17:09:43 +0000
commite58eb3c437974277957187cfed4b9aa0c1a1e253 (patch)
tree5b3205f8ae06f67d9e10f39ffaf3d5fb340497f6 /include/getopt.h
parent5b48129e9b7eb07faa3a79d2fee94a13a9c77820 (diff)
downloadsrc-e58eb3c437974277957187cfed4b9aa0c1a1e253.tar.gz
src-e58eb3c437974277957187cfed4b9aa0c1a1e253.zip
include: General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified 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=326192
Diffstat (limited to 'include/getopt.h')
-rw-r--r--include/getopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 445194128c68..789b4d1d434c 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -2,6 +2,8 @@
/* $FreeBSD$ */
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*