From 657eeccd1ec2edc462db7cb61e55b87521a62924 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 5 Apr 2023 14:01:30 +0200 Subject: [PATCH] Fix licensing --- Cargo.toml | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23ebc65..8677534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cargo-3ds" version = "0.1.0" +authors = [ "Rust3DS Org", "Andrea Ciliberti " ] description = "Cargo wrapper for developing Rust-based Nintendo 3DS homebrew apps" repository = "https://github.com/Meziu/cargo-3ds" -license = "MIT" -authors = ["Andrea Ciliberti "] +license = "MIT OR Apache-2.0" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 5ac5dab..72ed8d2 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,7 @@ executable arguments, *another* `--` can be used. For example: This works without two `--` instances because `--verbose` begins the set of `cargo` arguments and ends the set of 3DS-specific arguments. + +## LICENSE + +This project is distributed under the MIT license or the Apache-2.0 license.