From 9a0bca49f80f841f0689712b9bc8f5f69ad2b3e5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 2 Dec 2022 16:00:29 +0100 Subject: add copyright notices --- src/storage_sqlite.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/storage_sqlite.h') diff --git a/src/storage_sqlite.h b/src/storage_sqlite.h index e565052..b7f0bb1 100644 --- a/src/storage_sqlite.h +++ b/src/storage_sqlite.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2022 Egor Tensin + * This file is part of the "cimple" project. + * For details, see https://github.com/egor-tensin/cimple. + * Distributed under the MIT License. + */ + #ifndef __STORAGE_SQLITE_H__ #define __STORAGE_SQLITE_H__ -- cgit v1.2.3