summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
-rw-r--r--README.md41
3 files changed, 34 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd58246..0c85df6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -91,7 +91,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "dmn"
-version = "0.1.0"
+version = "0.0.1"
dependencies = [
"clap",
"include_dir",
diff --git a/Cargo.toml b/Cargo.toml
index 46b1563..f646014 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,12 @@ name = "dmn"
version = "0.0.1"
edition = "2021"
description = "CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)"
+license = "AGPL-3.0-only"
authors = ["David Gay <eapoems@riseup.net>"]
repository = "https://git.aikuro.net/poems/dmn"
+homepage = "https://demonidol.com/dmn"
+keywords = ["adnd", "dnd", "ttrpg", "rpg", "cli"]
+categories = ["command-line-utilities", "games"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
index 8632351..a35a43c 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,19 @@
# dmn
-Command line interface and library for DMs and other players of Advanced Dungeons & Dragons (AD&D).
+Command line interface and library for DMs and other players of Advanced
+Dungeons & Dragons (AD&D).
-**This project is BRAND NEW and TOTALLY INCOMPLETE. I am totally new to Rust and I don't recommend
-using this project yet.**
+**This project is BRAND NEW and TOTALLY INCOMPLETE. I am totally new to Rust
+and I don't recommend using this project yet.**
-This tool is meant specifically for **original, by the book AD&D**. For more information
-about the kind of AD&D dmn is meant for, see https://demonidol.com.
+This tool is meant specifically for **original, by the book AD&D**.
+For more information about the kind of AD&D dmn is meant for,
+see https://demonidol.com.
## Hacking
-This is my first Rust project. I haven't even finished reading the Rust book yet. Advice, criticism,
-and patches are more than welcome.
+This is my first Rust project. I haven't even finished reading the Rust book
+yet. Advice, criticism, and patches are more than welcome.
The project repo is found at https://git.aikuro.net/poems/dmn. You can send
[pull requests](https://git-scm.com/docs/git-request-pull) via email to
@@ -20,10 +22,25 @@ you prefer anonymity.
## License
-See the `LICENSE` file.
+dmn, a CLI and library for DMs and other players of AD&D
-## Legal
+Copyright (C) 2023 David Gay
-The author(s) of dmn acknowledge all copyrights, trademarks, and registered trademarks
-detailed in dmn that do not belong to the author(s) of dmn and make no challenges to the
-ownership of said property rights.
+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, version 3 of the License.
+
+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 (the `LICENSE` file). If not, see
+<https://www.gnu.org/licenses/>.
+
+## Unowned copyrights and trademarks
+
+The author(s) of dmn acknowledge all copyrights, trademarks, and registered
+trademarks detailed in dmn that do not belong to the author(s) of dmn and make
+no challenges to the ownership of said property rights.