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:
Diffstat (limited to 'examples/ntfs-shell/sector_reader.rs')
-rw-r--r--examples/ntfs-shell/sector_reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ntfs-shell/sector_reader.rs b/examples/ntfs-shell/sector_reader.rs
index 690d3ed..cdfb458 100644
--- a/examples/ntfs-shell/sector_reader.rs
+++ b/examples/ntfs-shell/sector_reader.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 std::io;
use std::io::{Read, Seek, SeekFrom};