diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:04:10 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:04:10 +0000 |
commit | af3dc4a7ca7fdfbe1790f34b83024557a35d11f2 (patch) | |
tree | defab08fc8f32050273c524d9d0a5828ab6dfd63 /sys/arm/include/metadata.h | |
parent | c49761dd572ca667babda4253e14498c7161e21a (diff) |
sys/arm: 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=326258
Diffstat (limited to 'sys/arm/include/metadata.h')
-rw-r--r-- | sys/arm/include/metadata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/metadata.h b/sys/arm/include/metadata.h index 9589b7309dd4..587fd901b379 100644 --- a/sys/arm/include/metadata.h +++ b/sys/arm/include/metadata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm <peter@FreeBSD.org> * All rights reserved. * |