Skip to content

Commit a2b73da

Browse files
committed
Add copyright header to all files
Code is largely derived from https://github.com/microsoft/Windows-driver-samples/tree/main/sensors/SensorsComboDriver Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 2449342 commit a2b73da

File tree

7 files changed

+11
-4
lines changed

7 files changed

+11
-4
lines changed

FrameworkSensors/AlsClient.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//
@@ -646,4 +647,4 @@ AlsDevice::UpdateCachedThreshold(
646647

647648
SENSOR_FunctionExit(Status);
648649
return Status;
649-
}
650+
}

FrameworkSensors/Clients.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//
@@ -877,4 +878,4 @@ NTSTATUS OnCancelHistoryRetrieval(_In_ SENSOROBJECT SensorInstance, _Out_ PULONG
877878

878879
SENSOR_FunctionExit(Status);
879880
return Status;
880-
}
881+
}

FrameworkSensors/Clients.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//

FrameworkSensors/Device.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//

FrameworkSensors/Driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//
@@ -97,4 +98,4 @@ OnDriverUnload(
9798
WPP_CLEANUP(Driver);
9899

99100
return;
100-
}
101+
}

FrameworkSensors/Driver.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//
@@ -28,4 +29,4 @@ EVT_WDF_DEVICE_RELEASE_HARDWARE OnReleaseHardware;
2829
EVT_WDF_DEVICE_D0_ENTRY OnD0Entry;
2930
EVT_WDF_DEVICE_D0_EXIT OnD0Exit;
3031

31-
WDF_EXTERN_C_END
32+
WDF_EXTERN_C_END

FrameworkSensors/SimpleDeviceOrientationClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) Microsoft Corporation, All Rights Reserved.
2+
// Copyright (C) Framework Computer Inc, All Rights Reserved.
23
//
34
// Abstract:
45
//

0 commit comments

Comments
 (0)