From 21e468a491e8173a958691749d1b97b99792bc36 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Tue, 12 Dec 2023 13:02:13 -0800 Subject: [PATCH] rust: clarify license and include text --- rust/scx_utils/Cargo.toml | 2 +- rust/scx_utils/LICENSE | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 rust/scx_utils/LICENSE diff --git a/rust/scx_utils/Cargo.toml b/rust/scx_utils/Cargo.toml index 69fc425..ba6d925 100644 --- a/rust/scx_utils/Cargo.toml +++ b/rust/scx_utils/Cargo.toml @@ -3,7 +3,7 @@ name = "scx_utils" version = "0.3.2" edition = "2021" authors = ["Tejun Heo "] -license = "GPL-2.0" +license = "GPL-2.0-only" repository = "https://github.com/sched-ext/scx" description = "Utilities for sched_ext schedulers" diff --git a/rust/scx_utils/LICENSE b/rust/scx_utils/LICENSE new file mode 120000 index 0000000..30cff74 --- /dev/null +++ b/rust/scx_utils/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file