From 2e5e98ac65b9d23d8a209de1c34a9142de4c3888 Mon Sep 17 00:00:00 2001 From: Mingjie Shao Date: Fri, 4 Feb 2022 17:36:54 +0000 Subject: [PATCH] Adding missed MIT license in a few files (#12368) ## Summary of the Pull Request Adding missed MIT license in a few files. ## PR Checklist * [X] Closes #12062 * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA --- dep/Console/conapi.h | 3 ++- dep/Console/condrv.h | 1 + dep/Console/conmsgl1.h | 1 + dep/Console/conmsgl2.h | 1 + dep/Console/conmsgl3.h | 3 ++- dep/Console/ntcon.h | 1 + dep/Console/winconp.h | 4 ++++ dep/NT/ntioapi_x.h | 5 +++++ dep/Win32K/winuserp.h | 3 +++ 9 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dep/Console/conapi.h b/dep/Console/conapi.h index 84535ec68..e36670830 100644 --- a/dep/Console/conapi.h +++ b/dep/Console/conapi.h @@ -1,5 +1,6 @@ /*++ -Copyright (c) Microsoft Corporation +Copyright (c) Microsoft Corporation. +Licensed under the MIT license. Module Name: - conapi.h diff --git a/dep/Console/condrv.h b/dep/Console/condrv.h index b5654d98b..d2d435ca5 100644 --- a/dep/Console/condrv.h +++ b/dep/Console/condrv.h @@ -1,6 +1,7 @@ /*++ Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the MIT license. Module Name: diff --git a/dep/Console/conmsgl1.h b/dep/Console/conmsgl1.h index 41ef9c741..ce83e9664 100644 --- a/dep/Console/conmsgl1.h +++ b/dep/Console/conmsgl1.h @@ -1,6 +1,7 @@ /*++ Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the MIT license. Module Name: diff --git a/dep/Console/conmsgl2.h b/dep/Console/conmsgl2.h index d1abb749a..2ab5d65bc 100644 --- a/dep/Console/conmsgl2.h +++ b/dep/Console/conmsgl2.h @@ -1,6 +1,7 @@ /*++ Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the MIT license. Module Name: diff --git a/dep/Console/conmsgl3.h b/dep/Console/conmsgl3.h index 9e3d8e654..9533c83d7 100644 --- a/dep/Console/conmsgl3.h +++ b/dep/Console/conmsgl3.h @@ -1,6 +1,7 @@ /*++ -Copyright (c) 1985 - 1999, Microsoft Corporation +Copyright (c) 1985 - 1999, Microsoft Corporation. +Licensed under the MIT license. Module Name: diff --git a/dep/Console/ntcon.h b/dep/Console/ntcon.h index 9b1966728..201ff69a0 100644 --- a/dep/Console/ntcon.h +++ b/dep/Console/ntcon.h @@ -1,5 +1,6 @@ // // Copyright (C) Microsoft. All rights reserved. +// Licensed under the MIT license. // #ifndef _NTCON_ #define _NTCON_ diff --git a/dep/Console/winconp.h b/dep/Console/winconp.h index eb05f3293..23fba76c1 100644 --- a/dep/Console/winconp.h +++ b/dep/Console/winconp.h @@ -1,3 +1,7 @@ +/*++ +Copyright (c) Microsoft Corporation. +Licensed under the MIT license. +--*/ #ifndef _WINCONP_ #define _WINCONP_ diff --git a/dep/NT/ntioapi_x.h b/dep/NT/ntioapi_x.h index d89e0fc88..abbf5ce6d 100644 --- a/dep/NT/ntioapi_x.h +++ b/dep/NT/ntioapi_x.h @@ -1,3 +1,8 @@ +/*++ +Copyright (c) Microsoft Corporation. +Licensed under the MIT license. +--*/ + #pragma once #define FILE_SYNCHRONOUS_IO_NONALERT 0x00000020 diff --git a/dep/Win32K/winuserp.h b/dep/Win32K/winuserp.h index faea9854f..4174fce53 100644 --- a/dep/Win32K/winuserp.h +++ b/dep/Win32K/winuserp.h @@ -1,4 +1,7 @@ /* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT license. + * * Reserved console space. * * This was moved from the console code so that we can localize it