aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage.c b/src/storage.c
index eac3e2d..a9eced0 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com>
+ * This file is part of the "cimple" project.
+ * For details, see https://github.com/egor-tensin/cimple.
+ * Distributed under the MIT License.
+ */
+
#include "storage.h"
#include "log.h"
#include "storage_sqlite.h"