From 60e9b52f7c692c95f6d6066c02342428885f8995 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 24 Aug 2025 11:35:42 -0400 Subject: add license --- Cargo.toml | 1 + LICENSE | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 LICENSE diff --git a/Cargo.toml b/Cargo.toml index c438aa0..fcd8bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "automathon" version = "0.1.0" edition = "2024" +license-file = "LICENSE" [lib] crate-type = ["cdylib"] diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..944f969 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +this work is granted to the public domain wherever possible. where it +is not possible, this work is licensed under the terms of the GNU +Affero General Public License version 3¹ + +¹ https://www.gnu.org/licenses/agpl-3.0.html -- cgit v1.3