From 3a5a2f8c55e42503647143ca11fc1eaf2d9f87d4 Mon Sep 17 00:00:00 2001 From: Chris Blume Date: Tue, 7 Oct 2025 10:39:39 -0400 Subject: [PATCH] Add copyright notice --- Code/EntryPoint.cpp | 4 ++++ Code/GetProcessorInformation.cpp | 4 ++++ Code/GetProcessorInformation.hpp | 4 ++++ Code/OSAllocator.cpp | 4 ++++ Code/OSAllocator.hpp | 4 ++++ Code/OverlappedIOFileRead.cpp | 4 ++++ Code/OverlappedIOFileRead.hpp | 4 ++++ Code/Win32Types.cpp | 4 ++++ Code/Win32Types.hpp | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/Code/EntryPoint.cpp b/Code/EntryPoint.cpp index d1b398a..6b35dc5 100644 --- a/Code/EntryPoint.cpp +++ b/Code/EntryPoint.cpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include #include "GetProcessorInformation.hpp" diff --git a/Code/GetProcessorInformation.cpp b/Code/GetProcessorInformation.cpp index e2169d7..2295e72 100644 --- a/Code/GetProcessorInformation.cpp +++ b/Code/GetProcessorInformation.cpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include "GetProcessorInformation.hpp" #ifndef WIN32_LEAN_AND_MEAN diff --git a/Code/GetProcessorInformation.hpp b/Code/GetProcessorInformation.hpp index c42f35e..de2b826 100644 --- a/Code/GetProcessorInformation.hpp +++ b/Code/GetProcessorInformation.hpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #ifndef GETPROCESSORINFORMATION_HPP #define GETPROCESSORINFORMATION_HPP diff --git a/Code/OSAllocator.cpp b/Code/OSAllocator.cpp index 6381661..12b5793 100644 --- a/Code/OSAllocator.cpp +++ b/Code/OSAllocator.cpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include "OSAllocator.hpp" #include diff --git a/Code/OSAllocator.hpp b/Code/OSAllocator.hpp index d1ed7d9..9852a77 100644 --- a/Code/OSAllocator.hpp +++ b/Code/OSAllocator.hpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #ifndef OSALLOCATOR_HPP #define OSALLOCATOR_HPP diff --git a/Code/OverlappedIOFileRead.cpp b/Code/OverlappedIOFileRead.cpp index ed67675..aae1d48 100644 --- a/Code/OverlappedIOFileRead.cpp +++ b/Code/OverlappedIOFileRead.cpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include "OverlappedIOFileRead.hpp" #include diff --git a/Code/OverlappedIOFileRead.hpp b/Code/OverlappedIOFileRead.hpp index 65bfb85..b832be9 100644 --- a/Code/OverlappedIOFileRead.hpp +++ b/Code/OverlappedIOFileRead.hpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #ifndef OVERLAPPEDIOFILEREAD_HPP #define OVERLAPPEDIOFILEREAD_HPP diff --git a/Code/Win32Types.cpp b/Code/Win32Types.cpp index 2a4cf53..e533d1f 100644 --- a/Code/Win32Types.cpp +++ b/Code/Win32Types.cpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include "Win32Types.hpp" #include diff --git a/Code/Win32Types.hpp b/Code/Win32Types.hpp index 924adc0..6fb5076 100644 --- a/Code/Win32Types.hpp +++ b/Code/Win32Types.hpp @@ -1,3 +1,7 @@ +// Copyright 2025, The FileReadSpeedTest Contributors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #ifndef WIN32TYPES_HPP #define WIN32TYPES_HPP