From: Michael Orlitzky Date: Thu, 25 Apr 2024 21:51:17 +0000 (-0400) Subject: doc/COPYING,mailbox-count.cabal: use AGPL-3+, include COPYING X-Git-Tag: 0.0.7~2 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=3e2b5ea5ae69ff531d8a177fd993d6a37e9ebc22 doc/COPYING,mailbox-count.cabal: use AGPL-3+, include COPYING --- diff --git a/doc/COPYING b/doc/COPYING new file mode 100644 index 0000000..8c86f05 --- /dev/null +++ b/doc/COPYING @@ -0,0 +1,15 @@ +mailbox-count: count mailboxes in a SQL database +Copyright (C) 2024 Michael Orlitzky + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 7c9b626..c495ca2 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -3,18 +3,19 @@ name: mailbox-count version: 0.0.6 author: Michael Orlitzky maintainer: Michael Orlitzky -license: AGPL-3.0-only +license: AGPL-3.0-or-later license-file: doc/LICENSE homepage: https://michael.orlitzky.com/code/mailbox-count.xhtml bug-reports: mailto:michael@orlitzky.com category: Mail, Utils build-type: Simple extra-source-files: + doc/COPYING doc/mailbox-countrc.example doc/man1/mailbox-count.1 test/fixtures/postfixadmin.sqlite3 synopsis: - Count mailboxes in a SQL database. + Count mailboxes in a SQL database description: /Usage/: