From c8ae2d2ed94a1ea5b26b7055234d85aedf22c327 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 1 May 2024 00:12:40 +0200 Subject: Explicitly indicate use of MIT license --- README.md | 4 +++- gitolfs3-authenticate/Cargo.toml | 1 + gitolfs3-common/Cargo.toml | 1 + gitolfs3-server/Cargo.toml | 1 + gitolfs3-shell/Cargo.toml | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd72cb2..9bb36c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Gitolfs3: a very simple Git LFS server -======== +====================================== + +[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) Gitolfs3 has a singular purpose: provide me with a personal Git LFS server that I can run on my VPS, that stores objects in S3. It seems to be doing an okay diff --git a/gitolfs3-authenticate/Cargo.toml b/gitolfs3-authenticate/Cargo.toml index 5725abc..ff2b702 100644 --- a/gitolfs3-authenticate/Cargo.toml +++ b/gitolfs3-authenticate/Cargo.toml @@ -2,6 +2,7 @@ name = "gitolfs3-authenticate" version = "0.1.0" edition = "2021" +license = "MIT" [dependencies] anyhow = "1.0" diff --git a/gitolfs3-common/Cargo.toml b/gitolfs3-common/Cargo.toml index 5724732..e0d3c3b 100644 --- a/gitolfs3-common/Cargo.toml +++ b/gitolfs3-common/Cargo.toml @@ -2,6 +2,7 @@ name = "gitolfs3-common" version = "0.1.0" edition = "2021" +license = "MIT" [dependencies] chrono = "0.4" diff --git a/gitolfs3-server/Cargo.toml b/gitolfs3-server/Cargo.toml index 04edeea..efea78b 100644 --- a/gitolfs3-server/Cargo.toml +++ b/gitolfs3-server/Cargo.toml @@ -2,6 +2,7 @@ name = "gitolfs3-server" version = "0.1.0" edition = "2021" +license = "MIT" [dependencies] aws-config = { version = "1.1.2" } diff --git a/gitolfs3-shell/Cargo.toml b/gitolfs3-shell/Cargo.toml index c0b5d3a..dd348ce 100644 --- a/gitolfs3-shell/Cargo.toml +++ b/gitolfs3-shell/Cargo.toml @@ -2,5 +2,6 @@ name = "gitolfs3-shell" version = "0.1.0" edition = "2021" +license = "MIT" [dependencies] -- cgit v1.2.3