From: Nathaniel Wesley Filardo Date: Sat, 19 Feb 2022 13:12:05 +0000 (+0000) Subject: Add SPDX license tags X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=b0a84758cc124b77bc721c5e726afce282d03883;p=csdb Add SPDX license tags --- diff --git a/cdb b/cdb index 29c77b2..391a205 100755 --- a/cdb +++ b/cdb @@ -2,6 +2,8 @@ -- Should also be executable under lua5.3, since we sit in the intersection of -- the two languages and our dependencies do too or are available in both -- environments. +-- +-- SPDX-License-Identifier: AGPL-3.0-or-later --------------------------------------------------------- Imports {{{ diff --git a/cdb-util b/cdb-util index e42caad..87fd60b 100755 --- a/cdb-util +++ b/cdb-util @@ -1,4 +1,5 @@ #!/usr/bin/env luajit +-- SPDX-License-Identifier: AGPL-3.0-or-later --------------------------------------------------------- Imports {{{ diff --git a/cdblib.lua b/cdblib.lua index 40e04fc..fce88d5 100644 --- a/cdblib.lua +++ b/cdblib.lua @@ -1,3 +1,5 @@ +-- SPDX-License-Identifier: AGPL-3.0-or-later + local plstringx = require "pl.stringx" local _M = {}