aboutsummaryrefslogtreecommitdiff
path: root/setup.sql
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-28 16:26:49 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-28 16:35:46 +0000
commit5a546a35351362a8da73fbbd1380de6a094069d9 (patch)
treee55f48b73670815ceefd71a568a54b78b44c969d /setup.sql
parentd14c45978119ba150ffff8abf6c87634ecb46c52 (diff)
downloadtagrss-5a546a35351362a8da73fbbd1380de6a094069d9.tar
tagrss-5a546a35351362a8da73fbbd1380de6a094069d9.tar.gz
tagrss-5a546a35351362a8da73fbbd1380de6a094069d9.zip
Add AGPLv3 license
Diffstat (limited to 'setup.sql')
-rw-r--r--setup.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sql b/setup.sql
index e00666a..78587de 100644
--- a/setup.sql
+++ b/setup.sql
@@ -1,3 +1,8 @@
+/*
+Copyright (c) 2023-present Arjun Satarkar <me@arjunsatarkar.net>.
+Licensed under the GNU Affero General Public License v3.0. See LICENSE.txt in
+the root of this repository for the text of the license.
+*/
PRAGMA foreign_keys = ON;
CREATE TABLE IF NOT EXISTS tagrss_info(info_key TEXT PRIMARY KEY, value TEXT) STRICT;