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/darray_algos.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nserver/src/darray_algos.h') diff --git a/nserver/src/darray_algos.h b/nserver/src/darray_algos.h index 7f72bef..9be314f 100644 --- a/nserver/src/darray_algos.h +++ b/nserver/src/darray_algos.h @@ -1,3 +1,9 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ +/* + * Copyright © 2010, Zed A. Shaw. + * Copyright © 2020 rsiddharth + */ + #ifndef darray_algos_h #define darray_algos_h -- cgit v1.2.3