Skip to content

Commit 4ddc998

Browse files
committed
Add MS-PL License file and SPDX header
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 a2b73da commit 4ddc998

File tree

11 files changed

+23
-1
lines changed

11 files changed

+23
-1
lines changed

FrameworkSensors/AccelerometerClient.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved.
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//
@@ -542,4 +544,4 @@ AccelerometerDevice::UpdateCachedThreshold(
542544
Exit:
543545
SENSOR_FunctionExit(Status);
544546
return Status;
545-
}
547+
}

FrameworkSensors/AlsClient.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved.
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/Clients.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved.
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/Clients.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/Device.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved.
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/Driver.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved.
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/Driver.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Microsoft Corporation, All Rights Reserved
24
// Copyright (C) Framework Computer Inc, All Rights Reserved.
35
//

FrameworkSensors/EcCommunication.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: MS-PL
2+
//
13
// Copyright (C) Framework Computer Inc, All Rights Reserved.
24
//
35
// Abstract:

FrameworkSensors/EcCommunication.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//SPDX-License-Identifier: MS-PL
2+
//
13
//Copyright (C) Framework Computer Inc
24
//Copyright (C) 2014 The ChromiumOS Authors
35
//

FrameworkSensors/SensorsTrace.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//SPDX-License-Identifier: MS-PL
2+
//
13
//Copyright (C) Microsoft Corporation, All Rights Reserved
24
//Copyright (C) Framework Computer Inc, All Rights Reserved
35
//

0 commit comments

Comments
 (0)