summaryrefslogtreecommitdiffstats
path: root/nserver/src/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'nserver/src/db.c')
-rw-r--r--nserver/src/db.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nserver/src/db.c b/nserver/src/db.c
index e2b44c3..a0443c9 100644
--- a/nserver/src/db.c
+++ b/nserver/src/db.c
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+/*
+ * Copyright © 2020 rsiddharth <s@ricketyspace.net>
+ */
+
#include <db.h>
static const char *DB_FILE = "nserver.db";