From 83be615f7b034c7a1e6c8c75bf3450c4eeaa7d22 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 16 Apr 2020 22:17:32 -0400 Subject: nserver: Add license text to source files. --- nserver/src/bstrlib.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'nserver/src/bstrlib.c') diff --git a/nserver/src/bstrlib.c b/nserver/src/bstrlib.c index a2dff25..8161319 100644 --- a/nserver/src/bstrlib.c +++ b/nserver/src/bstrlib.c @@ -1,8 +1,12 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* - * This is a slightly modified version of bstrlib.h (v1.0.0). - * - * The original version of bstrlib.c (v1.0.0) can be found in - * ../../docs/bstrlib-v1.0.0.tar.xz. + * Copyright © 2014 Paul Hsieh + * Copyright © 2020 rsiddharth + */ + +/* + * This is a slightly modified version of bstrlib.c from the bstrlib + * library (https://github.com/websnarf/bstrlib/releases/tag/v1.0.0). */ /* -- cgit v1.2.3