From 1e5987993bd9c50c3c0fb1aeb00cef4ce2607fd9 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 31 Oct 2024 00:36:54 +0100 Subject: [PATCH] chore: change license string in Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec3edb2..ec4d1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "osc-variant" version = "0.8.0" edition = "2021" -authors = ["Paul-Christian Volkmer "] +authors = ["Paul-Christian Volkmer"] description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort" -license = "MIT" +license = "GPL-2" readme = "README.md" build = "build.rs" @@ -42,7 +42,7 @@ strip = true panic = "abort" [package.metadata.deb] -copyright = "Copyright (c) 2024 Comprehensive Cancer Center Mainfranken" +copyright = "Copyright (C) 2023-2024 the original author or authors" extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort." assets = [ ["target/release/osc-variant", "usr/bin/", "755"],