diff options
author | Rahul Kumar <rahku@microsoft.com> | 2016-01-14 12:02:03 -0800 |
---|---|---|
committer | Rahul Kumar <rahku@microsoft.com> | 2016-01-14 12:02:03 -0800 |
commit | ff05597e5a09e0b5a25adb45c68c5deb392bdd03 (patch) | |
tree | 8ed3e2bd3aa845abea8c28bd9812f3e3b2c4aadc | |
parent | 6a659231603205bfc24e4428f1edd003c786613f (diff) | |
download | coreclr-ff05597e5a09e0b5a25adb45c68c5deb392bdd03.tar.gz coreclr-ff05597e5a09e0b5a25adb45c68c5deb392bdd03.tar.bz2 coreclr-ff05597e5a09e0b5a25adb45c68c5deb392bdd03.zip |
Add OSS license headers to all new files in github
[tfs-changeset: 1565108]
-rw-r--r-- | src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp | 3 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/PdbTypeMatch.h | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/PrintSymbol.cpp | 6 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/PrintSymbol.h | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/callback.h | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/include/cvconst.h | 8 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/include/dia2.h | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/include/diacreate.h | 9 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/native.rc | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/regs.cpp | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/regs.h | 5 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/stdafx.cpp | 4 | ||||
-rw-r--r-- | src/ToolBox/PdbTypeMatch/stdafx.h | 4 | ||||
-rw-r--r-- | src/ToolBox/SOS/diasdk/native.rc | 4 | ||||
-rw-r--r-- | src/tools/GenClrDebugResource/native.rc | 4 | ||||
-rw-r--r-- | src/tools/InjectResource/native.rc | 4 |
16 files changed, 69 insertions, 12 deletions
diff --git a/src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp b/src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp index 74090f8590..53b35744c5 100644 --- a/src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp +++ b/src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp @@ -1,5 +1,6 @@ // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. // #include "stdafx.h" diff --git a/src/ToolBox/PdbTypeMatch/PdbTypeMatch.h b/src/ToolBox/PdbTypeMatch/PdbTypeMatch.h index b2accf902d..5ebfb3a72d 100644 --- a/src/ToolBox/PdbTypeMatch/PdbTypeMatch.h +++ b/src/ToolBox/PdbTypeMatch/PdbTypeMatch.h @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + #include "dia2.h" #include <set> diff --git a/src/ToolBox/PdbTypeMatch/PrintSymbol.cpp b/src/ToolBox/PdbTypeMatch/PrintSymbol.cpp index defd4549af..29ae9c16fc 100644 --- a/src/ToolBox/PdbTypeMatch/PrintSymbol.cpp +++ b/src/ToolBox/PdbTypeMatch/PrintSymbol.cpp @@ -1,7 +1,11 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + // PrintSymbol.cpp : Defines the printing procedures for the symbols // // This is a part of the Debug Interface Access SDK -// Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Debug Interface Access SDK and related electronic documentation diff --git a/src/ToolBox/PdbTypeMatch/PrintSymbol.h b/src/ToolBox/PdbTypeMatch/PrintSymbol.h index 2aeffc47b9..491c58bb4e 100644 --- a/src/ToolBox/PdbTypeMatch/PrintSymbol.h +++ b/src/ToolBox/PdbTypeMatch/PrintSymbol.h @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + #include <string> inline int myDebugBreak( int ){ diff --git a/src/ToolBox/PdbTypeMatch/callback.h b/src/ToolBox/PdbTypeMatch/callback.h index c1d6887f30..4a15a897d1 100644 --- a/src/ToolBox/PdbTypeMatch/callback.h +++ b/src/ToolBox/PdbTypeMatch/callback.h @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + #include "dia2.h" #pragma warning ( disable : 4100) diff --git a/src/ToolBox/PdbTypeMatch/include/cvconst.h b/src/ToolBox/PdbTypeMatch/include/cvconst.h index 9212cf1582..2f671a60bc 100644 --- a/src/ToolBox/PdbTypeMatch/include/cvconst.h +++ b/src/ToolBox/PdbTypeMatch/include/cvconst.h @@ -1,9 +1,9 @@ -// cvconst.h - codeview constant definitions -//----------------------------------------------------------------- // -// Copyright Microsoft Corporation. All Rights Reserved. +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. // -//--------------------------------------------------------------- +// cvconst.h - codeview constant definitions + #ifndef _CVCONST_H_ #define _CVCONST_H_ diff --git a/src/ToolBox/PdbTypeMatch/include/dia2.h b/src/ToolBox/PdbTypeMatch/include/dia2.h index e463b795a2..d88d37ea0b 100644 --- a/src/ToolBox/PdbTypeMatch/include/dia2.h +++ b/src/ToolBox/PdbTypeMatch/include/dia2.h @@ -1,4 +1,7 @@ - +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// /* this ALWAYS GENERATED file contains the definitions for the interfaces */ diff --git a/src/ToolBox/PdbTypeMatch/include/diacreate.h b/src/ToolBox/PdbTypeMatch/include/diacreate.h index fac6668752..b875c7aa59 100644 --- a/src/ToolBox/PdbTypeMatch/include/diacreate.h +++ b/src/ToolBox/PdbTypeMatch/include/diacreate.h @@ -1,9 +1,8 @@ -// diacreate.h - creation helper functions for DIA initialization -//----------------------------------------------------------------- -// -// Copyright Microsoft Corporation. All Rights Reserved. // -//--------------------------------------------------------------- +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// +// diacreate.h - creation helper functions for DIA initialization #ifndef _DIACREATE_H_ #define _DIACREATE_H_ diff --git a/src/ToolBox/PdbTypeMatch/native.rc b/src/ToolBox/PdbTypeMatch/native.rc index c4474f2ae4..d7212074bf 100644 --- a/src/ToolBox/PdbTypeMatch/native.rc +++ b/src/ToolBox/PdbTypeMatch/native.rc @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include <fxver.h> diff --git a/src/ToolBox/PdbTypeMatch/regs.cpp b/src/ToolBox/PdbTypeMatch/regs.cpp index 4358f8141c..904fd3951c 100644 --- a/src/ToolBox/PdbTypeMatch/regs.cpp +++ b/src/ToolBox/PdbTypeMatch/regs.cpp @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + #include "stdafx.h" #include "cvconst.h" #include "regs.h" diff --git a/src/ToolBox/PdbTypeMatch/regs.h b/src/ToolBox/PdbTypeMatch/regs.h index 85d67c66ac..893d2e715e 100644 --- a/src/ToolBox/PdbTypeMatch/regs.h +++ b/src/ToolBox/PdbTypeMatch/regs.h @@ -1,3 +1,8 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + extern const wchar_t * const rgRegX86[]; extern const wchar_t * const rgRegAMD64[]; extern const wchar_t * const rgRegMips[]; diff --git a/src/ToolBox/PdbTypeMatch/stdafx.cpp b/src/ToolBox/PdbTypeMatch/stdafx.cpp index 56e618785b..e426f6e470 100644 --- a/src/ToolBox/PdbTypeMatch/stdafx.cpp +++ b/src/ToolBox/PdbTypeMatch/stdafx.cpp @@ -1,3 +1,7 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" diff --git a/src/ToolBox/PdbTypeMatch/stdafx.h b/src/ToolBox/PdbTypeMatch/stdafx.h index 7b7ebb2904..d08faf8baa 100644 --- a/src/ToolBox/PdbTypeMatch/stdafx.h +++ b/src/ToolBox/PdbTypeMatch/stdafx.h @@ -1,3 +1,7 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently diff --git a/src/ToolBox/SOS/diasdk/native.rc b/src/ToolBox/SOS/diasdk/native.rc index c4474f2ae4..e0ec07c71f 100644 --- a/src/ToolBox/SOS/diasdk/native.rc +++ b/src/ToolBox/SOS/diasdk/native.rc @@ -1,3 +1,7 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include <fxver.h> diff --git a/src/tools/GenClrDebugResource/native.rc b/src/tools/GenClrDebugResource/native.rc index c4474f2ae4..e0ec07c71f 100644 --- a/src/tools/GenClrDebugResource/native.rc +++ b/src/tools/GenClrDebugResource/native.rc @@ -1,3 +1,7 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include <fxver.h> diff --git a/src/tools/InjectResource/native.rc b/src/tools/InjectResource/native.rc index c4474f2ae4..e0ec07c71f 100644 --- a/src/tools/InjectResource/native.rc +++ b/src/tools/InjectResource/native.rc @@ -1,3 +1,7 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// #define FX_VER_FILEDESCRIPTION_STR "Microsoft\0" #include <fxver.h> |