summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-21 18:28:40 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-21 18:28:40 +0100
commit69c19532812516accaed16ecd8f478acf497de79 (patch)
treeb2c7a191a11aed4dd6acee2ea204804b2e77577f /index.pl
parent59d74f1429281bfdf8e10447d649050c757a9b8e (diff)
Switch to AGPL v3 for DBF program code
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index af53a5b..b983734 100644
--- a/index.pl
+++ b/index.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# Copyright (C) 2011-2020 Daniel Friesel
#
-# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;