From 84e90a5a05740393a324838037539e560cd14b72 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Wed, 15 Dec 2021 20:46:25 +0100 Subject: Relicense everything as MIT OR Apache-2.0 to enable a broader usage. --- src/structured_values/index_root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/structured_values/index_root.rs') diff --git a/src/structured_values/index_root.rs b/src/structured_values/index_root.rs index acb91be..a286aa2 100644 --- a/src/structured_values/index_root.rs +++ b/src/structured_values/index_root.rs @@ -1,5 +1,5 @@ // Copyright 2021 Colin Finck -// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-License-Identifier: MIT OR Apache-2.0 use crate::attribute::NtfsAttributeType; use crate::attribute_value::{NtfsAttributeValue, NtfsResidentAttributeValue}; -- cgit v1.2.3