diff options
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | LICENSE | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,7 @@ name = "automathon" version = "0.1.0" edition = "2024" +license-file = "LICENSE" [lib] crate-type = ["cdylib"] @@ -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 |
