diff options
Diffstat (limited to 'lib/libc/stdio/getline.c')
-rw-r--r-- | lib/libc/stdio/getline.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/getline.c b/lib/libc/stdio/getline.c index 773b8f082983..f101f7f1c3ef 100644 --- a/lib/libc/stdio/getline.c +++ b/lib/libc/stdio/getline.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 David Schultz <das@FreeBSD.org> * All rights reserved. * |