From 0f91fd8b2c50a75b66900bdbcefe13e0c86c7e39 Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 11 Aug 2022 11:44:14 +0100 Subject: [PATCH] specify license --- Cargo.toml | 1 + README.md | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cd0235..041787c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ readme = "README.md" description = "Symbiosis of SSB, key-value store and web server." repository = "https://git.coopcloud.tech/glyph/lykin" keywords = ["scuttlebutt", "ssb", "decentralized", "peer-for-peer", "p4p"] +license = "MIT" [dependencies] async-std = "1.10" diff --git a/README.md b/README.md index 6c69ebb..7f5df5c 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ I can be reached via email: [glyph@mycelial.technology](mailto:glyph@mycelial.te ## License -TBD. +MIT. diff --git a/src/main.rs b/src/main.rs index 90974ab..ae9ce16 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,7 +56,7 @@ //! //! ## License //! -//! TBD. +//! MIT. mod db; mod routes;