diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
commit | 718cf2ccb9956613756ab15d7a0e28f2c8e91cab (patch) | |
tree | b87d1da582d0835d081be2b7a1ec373dc8edc129 /sys/dev/le/lancevar.h | |
parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
download | src-718cf2ccb9956613756ab15d7a0e28f2c8e91cab.tar.gz src-718cf2ccb9956613756ab15d7a0e28f2c8e91cab.zip |
sys/dev: 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=326255
Diffstat (limited to 'sys/dev/le/lancevar.h')
-rw-r--r-- | sys/dev/le/lancevar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index a0d39396fe41..87804f845631 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -1,6 +1,8 @@ /* $NetBSD: lancevar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * |