From e6722eb087cc05a76c611e4fcf5ec3b238cbaa7a Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:09:16 +0000 Subject: [PATCH] Add LICENSE files --- crates/numcodecs-python/LICENSE | 1 + crates/numcodecs-python/src/lib.rs | 2 +- crates/numcodecs/LICENSE | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 crates/numcodecs-python/LICENSE create mode 120000 crates/numcodecs/LICENSE diff --git a/crates/numcodecs-python/LICENSE b/crates/numcodecs-python/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/crates/numcodecs-python/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/numcodecs-python/src/lib.rs b/crates/numcodecs-python/src/lib.rs index 3ddceaa1..4ef28a9e 100644 --- a/crates/numcodecs-python/src/lib.rs +++ b/crates/numcodecs-python/src/lib.rs @@ -326,7 +326,7 @@ mod tests { let encoded: Vec = encoded.extract()?; let decoded: Vec = decoded.extract()?; - assert_eq!(encoded, [239, 212, 5, 175, 1, 2, 3, 4]); + assert_eq!(encoded, [205, 251, 60, 182, 1, 2, 3, 4]); assert_eq!(decoded, data); let config = codec.get_config()?; diff --git a/crates/numcodecs/LICENSE b/crates/numcodecs/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/crates/numcodecs/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file