feat: annotate license headers using reuse on text source files

This commit is contained in:
Aravinth Manivannan
2023-06-26 13:59:03 +05:30
parent d707a2265c
commit 78d85ab9a9
306 changed files with 1413 additions and 3111 deletions

View File

@@ -1,3 +1,7 @@
-- SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
CREATE TABLE IF NOT EXISTS mcaptcha_pow_confirmed_stats (
config_id INTEGER references mcaptcha_config(config_id) ON DELETE CASCADE,
time timestamptz NOT NULL DEFAULT now()