Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Code/EntryPoint.cpp
Original file line number Diff line number Diff line change
@@ -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 <iostream>

#include "GetProcessorInformation.hpp"
Expand Down
4 changes: 4 additions & 0 deletions Code/GetProcessorInformation.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Code/GetProcessorInformation.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions Code/OSAllocator.cpp
Original file line number Diff line number Diff line change
@@ -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 <utility>
Expand Down
4 changes: 4 additions & 0 deletions Code/OSAllocator.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions Code/OverlappedIOFileRead.cpp
Original file line number Diff line number Diff line change
@@ -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 <optional>
Expand Down
4 changes: 4 additions & 0 deletions Code/OverlappedIOFileRead.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions Code/Win32Types.cpp
Original file line number Diff line number Diff line change
@@ -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 <utility>
Expand Down
4 changes: 4 additions & 0 deletions Code/Win32Types.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading