Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Finck <colin@reactos.org>2021-12-15 22:46:25 +0300
committerColin Finck <colin@reactos.org>2021-12-15 22:46:25 +0300
commit84e90a5a05740393a324838037539e560cd14b72 (patch)
tree02350099525ba322d5788a410dd6eb562f395163 /src/structured_values/index_root.rs
parent3235d18acd772e4fb639dca2d76edc39c47a983c (diff)
Relicense everything as MIT OR Apache-2.0 to enable a broader usage.
Diffstat (limited to 'src/structured_values/index_root.rs')
-rw-r--r--src/structured_values/index_root.rs2
1 files changed, 1 insertions, 1 deletions
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 <colin@reactos.org>
-// 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};