diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-25 17:12:48 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-25 17:12:48 +0000 |
commit | d915a14ef094c8dfc1a5aee70e135abfec01d0f1 (patch) | |
tree | 5e4beb317f980d35e29d02e47e054d0158cb5770 /lib/libc/gen/getpwent.c | |
parent | e58eb3c437974277957187cfed4b9aa0c1a1e253 (diff) | |
download | src-d915a14ef094c8dfc1a5aee70e135abfec01d0f1.tar.gz src-d915a14ef094c8dfc1a5aee70e135abfec01d0f1.zip |
Notes
Diffstat (limited to 'lib/libc/gen/getpwent.c')
-rw-r--r-- | lib/libc/gen/getpwent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index a35a28835004..0797ece86a93 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * |