--- /dev/null
+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 <https://www.gnu.org/licenses/>.
version: 0.0.6
author: Michael Orlitzky
maintainer: Michael Orlitzky <michael@orlitzky.com>
-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/: