diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-26 02:00:33 +0000 |
| commit | 5e53a4f90f82c4345f277dd87cc9292f26e04a29 (patch) | |
| tree | 10be8127dc8fe8e40344df4a1c8b85297442fba1 /lib/libnandfs | |
| parent | efe67753ccbbbba0013dac241c79d2dc124d76a2 (diff) | |
Notes
Diffstat (limited to 'lib/libnandfs')
| -rw-r--r-- | lib/libnandfs/libnandfs.h | 2 | ||||
| -rw-r--r-- | lib/libnandfs/nandfs.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libnandfs/libnandfs.h b/lib/libnandfs/libnandfs.h index 8338c63d600b..53cd04946d0e 100644 --- a/lib/libnandfs/libnandfs.h +++ b/lib/libnandfs/libnandfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf. * All rights reserved. * diff --git a/lib/libnandfs/nandfs.c b/lib/libnandfs/nandfs.c index fd59a921133f..f1dd771ae8fd 100644 --- a/lib/libnandfs/nandfs.c +++ b/lib/libnandfs/nandfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf. * All rights reserved. * |
