diff options
author | eadler <eadler@FreeBSD.org> | 2018-03-05 07:26:05 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2018-03-05 07:26:05 +0000 |
commit | fc195e04d9ebb262bd1863735758e138682de6e1 (patch) | |
tree | 912d569f5ccd477bf8a409b3db72c12aebd27846 /usr.sbin/quot | |
parent | e04bce9b4972e0f91b7874fed99e7a1c35f19095 (diff) | |
download | FreeBSD-src-fc195e04d9ebb262bd1863735758e138682de6e1.zip FreeBSD-src-fc195e04d9ebb262bd1863735758e138682de6e1.tar.gz |
MFC r326276:
various: general 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.
No functional change intended.
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r-- | usr.sbin/quot/quot.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 9e9ae79..705dba2 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1991, 1994 Wolfgang Solfrank. * Copyright (C) 1991, 1994 TooLs GmbH. * All rights reserved. |