From bea64b926f7f05d5855f290cda17499eadafe1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 30 Jan 2024 21:56:34 +0100 Subject: [PATCH] Add license to cpu-cycles matching libcpucycles --- cpu-cycles/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu-cycles/Cargo.toml b/cpu-cycles/Cargo.toml index 59d2ed52b6..4c234b8d30 100644 --- a/cpu-cycles/Cargo.toml +++ b/cpu-cycles/Cargo.toml @@ -4,9 +4,10 @@ version = "0.1.0" edition = "2021" build = "build.rs" links = "cpucycles" +license = "LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT" [dependencies] libc = "0.2.140" [build-dependencies] -cfg-if = "1" \ No newline at end of file +cfg-if = "1"