From 16b87bb00588112abb975c8eb01406c4cbb1eaa4 Mon Sep 17 00:00:00 2001 From: SteveBeeblebrox <41750582+SteveBeeblebrox@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:53:41 -0700 Subject: [PATCH] Update --- Cargo.toml | 5 ++--- LICENSE | 20 ++++++++++++++++++++ src/main.rs | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dde2751..d575f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,13 @@ name = "mtsc" version = "4.4.4" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["S. Beeblebrox"] # +license = "MIT" [dependencies] v8 = "0.34.0" clap = "2.33.3" [build-dependencies] -#downloader = "0.2.6" reqwest = "0.11.6" tokio = { version = "1.14.0", features = ["full"] } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 8b13789..b06798a 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ +MIT License +Copyright (c) 2021 S. Beeblebrox + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 4eaad8b..6377b54 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ static TYPESCRIPT_SERVICES: &str = include_str!(r"typescriptServices.js"); fn main() { let matches = App::new("MTSC") .version(clap::crate_version!()) - .author("S B. <@gmail.com>") + .author(clap::crate_authors!()) .about("A standalone TypeScript compiler") .arg(Arg::with_name("target")