diff options
Diffstat (limited to 'src/dblayer.h')
-rw-r--r-- | src/dblayer.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/dblayer.h b/src/dblayer.h index d12118d..24fdc2b 100644 --- a/src/dblayer.h +++ b/src/dblayer.h @@ -1,11 +1,17 @@ -/* dblayer.h - Database layer for ck ---------------------------*- C -*- +/* dblayer.h - Database layer for ck -----------------------------------*- C -*- * * This file is part of ck, the config keeper + * + * ----------------------------------------------------------------------------- * - * --------------------------------------------------------------------- + * Copyright (C) 2018 Anastasis Grammenos + * GPLv3 (see LICENCE for the full notice) * + * ----------------------------------------------------------------------------- * - * ------------------------------------------------------------------ */ + * Give access to the database. + * + * -------------------------------------------------------------------------- */ #ifndef DBLAYER_H #define DBLAYER_H |