summaryrefslogtreecommitdiffstats
path: root/nserver/src/bstrlib.c
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-16 22:17:32 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-17 20:56:37 -0400
commit83be615f7b034c7a1e6c8c75bf3450c4eeaa7d22 (patch)
tree836863110b6500d723e5c95fe67a4a8ee250d04c /nserver/src/bstrlib.c
parent0278969f9663379ba2311f70caf4ea97e75c021c (diff)
nserver: Add license text to source files.
Diffstat (limited to 'nserver/src/bstrlib.c')
-rw-r--r--nserver/src/bstrlib.c12
1 files changed, 8 insertions, 4 deletions
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).
*/
/*