Skip to content

Commit 35fdfdf

Browse files
authored
Merge pull request #27 from davide125/license
rust: clarify license and include text
2 parents fbb0164 + 21e468a commit 35fdfdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/scx_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scx_utils"
33
version = "0.3.2"
44
edition = "2021"
55
authors = ["Tejun Heo <[email protected]>"]
6-
license = "GPL-2.0"
6+
license = "GPL-2.0-only"
77
repository = "https://github.com/sched-ext/scx"
88
description = "Utilities for sched_ext schedulers"
99

rust/scx_utils/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

0 commit comments

Comments
 (0)