From 782492857f500707a647a83fb2068b0c4ce14187 Mon Sep 17 00:00:00 2001 From: Maarten van Heusden <50550545+mmvanheusden@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:47:34 +0100 Subject: [PATCH] chore: attach licenses --- LICENSE.md => LICENSE | 0 package.json | 1 + src-tauri/Cargo.toml | 1 + 3 files changed, 2 insertions(+) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/package.json b/package.json index 148e1af2..8305cc5e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "private": true, "version": "3.0.0-alpha.2", "type": "module", + "license": "GPL-3.0-only", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 07ff98ef..eb2bed91 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -4,6 +4,7 @@ version = "3.0.0-alpha.2" description = "Download older versions of Steam games with DepotDownloader" authors = ["mmvanheusden"] edition = "2021" +license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html