summaryrefslogtreecommitdiff
path: root/src/ildasm
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-27 11:41:24 -0800
committerstephentoub <stoub@microsoft.com>2016-01-27 13:22:16 -0800
commit21f8416ad4204afc18ce315d99baa5f4ada28d9a (patch)
tree6767624f3ab0c185ad7ceec5d6e07c2784058ecf /src/ildasm
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/ildasm')
-rw-r--r--src/ildasm/ceeload.cpp7
-rw-r--r--src/ildasm/ceeload.h8
-rw-r--r--src/ildasm/dasm.cpp7
-rw-r--r--src/ildasm/dasm.rc7
-rw-r--r--src/ildasm/dasm_formattype.cpp7
-rw-r--r--src/ildasm/dasm_mi.cpp7
-rw-r--r--src/ildasm/dasm_pr.cpp7
-rw-r--r--src/ildasm/dasm_sz.cpp7
-rw-r--r--src/ildasm/dasm_sz.h7
-rw-r--r--src/ildasm/dasmenum.hpp7
-rw-r--r--src/ildasm/dasmgui.h7
-rw-r--r--src/ildasm/dis.cpp7
-rw-r--r--src/ildasm/dis.h7
-rw-r--r--src/ildasm/dman.cpp7
-rw-r--r--src/ildasm/dres.cpp7
-rw-r--r--src/ildasm/dynamicarray.h7
-rw-r--r--src/ildasm/gui.cpp7
-rw-r--r--src/ildasm/gui.h7
-rw-r--r--src/ildasm/ildasmpch.cpp7
-rw-r--r--src/ildasm/ildasmpch.h7
-rw-r--r--src/ildasm/map.h7
-rw-r--r--src/ildasm/resource.h7
-rw-r--r--src/ildasm/unixcoreclrloader/coreclrloader.cpp8
-rw-r--r--src/ildasm/unixcoreclrloader/coreclrloader.h7
-rw-r--r--src/ildasm/util.hpp8
-rw-r--r--src/ildasm/windasm.cpp7
26 files changed, 78 insertions, 107 deletions
diff --git a/src/ildasm/ceeload.cpp b/src/ildasm/ceeload.cpp
index 1c71ecfbd8..a78ff72c44 100644
--- a/src/ildasm/ceeload.cpp
+++ b/src/ildasm/ceeload.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// CEELOAD reads in the PE file format using LoadLibrary
diff --git a/src/ildasm/ceeload.h b/src/ildasm/ceeload.h
index a6c5d63bea..7231a89ef7 100644
--- a/src/ildasm/ceeload.h
+++ b/src/ildasm/ceeload.h
@@ -1,8 +1,6 @@
-// ==++==
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//
-// ==--==
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
// ===========================================================================
// File: CEELOAD.H
//
diff --git a/src/ildasm/dasm.cpp b/src/ildasm/dasm.cpp
index a220fa86bf..6941753444 100644
--- a/src/ildasm/dasm.cpp
+++ b/src/ildasm/dasm.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ildasmpch.h"
#include <crtdbg.h>
diff --git a/src/ildasm/dasm.rc b/src/ildasm/dasm.rc
index cc45a895b6..b16d53ab2f 100644
--- a/src/ildasm/dasm.rc
+++ b/src/ildasm/dasm.rc
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "resource.h"
diff --git a/src/ildasm/dasm_formattype.cpp b/src/ildasm/dasm_formattype.cpp
index 263ae3976b..ec2b948177 100644
--- a/src/ildasm/dasm_formattype.cpp
+++ b/src/ildasm/dasm_formattype.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
/******************************************************************************/
diff --git a/src/ildasm/dasm_mi.cpp b/src/ildasm/dasm_mi.cpp
index a2ae27a580..f345b19a28 100644
--- a/src/ildasm/dasm_mi.cpp
+++ b/src/ildasm/dasm_mi.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ildasmpch.h"
diff --git a/src/ildasm/dasm_pr.cpp b/src/ildasm/dasm_pr.cpp
index 1194f5222f..9d478bf9ac 100644
--- a/src/ildasm/dasm_pr.cpp
+++ b/src/ildasm/dasm_pr.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ildasmpch.h"
diff --git a/src/ildasm/dasm_sz.cpp b/src/ildasm/dasm_sz.cpp
index 036c521ca9..152084e7a7 100644
--- a/src/ildasm/dasm_sz.cpp
+++ b/src/ildasm/dasm_sz.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ildasmpch.h"
diff --git a/src/ildasm/dasm_sz.h b/src/ildasm/dasm_sz.h
index d1682bf225..d13b36356c 100644
--- a/src/ildasm/dasm_sz.h
+++ b/src/ildasm/dasm_sz.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef _DASM_SZ_H_
#define _DASM_SZ_H_
diff --git a/src/ildasm/dasmenum.hpp b/src/ildasm/dasmenum.hpp
index f636fe47ca..3dd72ab4d5 100644
--- a/src/ildasm/dasmenum.hpp
+++ b/src/ildasm/dasmenum.hpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "openum.h"
diff --git a/src/ildasm/dasmgui.h b/src/ildasm/dasmgui.h
index 990cec0433..aa1747e01b 100644
--- a/src/ildasm/dasmgui.h
+++ b/src/ildasm/dasmgui.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
BOOL CreateGUI();
void GUISetModule(__in __nullterminated const char *pszModule);
diff --git a/src/ildasm/dis.cpp b/src/ildasm/dis.cpp
index 48f4586ab9..ad5e5a7141 100644
--- a/src/ildasm/dis.cpp
+++ b/src/ildasm/dis.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// Disassembler
diff --git a/src/ildasm/dis.h b/src/ildasm/dis.h
index dd991901f5..595e097ae6 100644
--- a/src/ildasm/dis.h
+++ b/src/ildasm/dis.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "formattype.h"
diff --git a/src/ildasm/dman.cpp b/src/ildasm/dman.cpp
index 10fd39a678..d0b525556b 100644
--- a/src/ildasm/dman.cpp
+++ b/src/ildasm/dman.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// Assembly and Manifest Disassembler
diff --git a/src/ildasm/dres.cpp b/src/ildasm/dres.cpp
index a3d1fb6a64..0f23fcc036 100644
--- a/src/ildasm/dres.cpp
+++ b/src/ildasm/dres.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// Win32 Resource extractor
diff --git a/src/ildasm/dynamicarray.h b/src/ildasm/dynamicarray.h
index eb2aab269f..3ba77d549f 100644
--- a/src/ildasm/dynamicarray.h
+++ b/src/ildasm/dynamicarray.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef DYNAMICARRAY_H
diff --git a/src/ildasm/gui.cpp b/src/ildasm/gui.cpp
index 2d2e491881..f5f141d279 100644
--- a/src/ildasm/gui.cpp
+++ b/src/ildasm/gui.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "ildasmpch.h"
diff --git a/src/ildasm/gui.h b/src/ildasm/gui.h
index 07233b5aee..71a581b3e0 100644
--- a/src/ildasm/gui.h
+++ b/src/ildasm/gui.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "dynamicarray.h"
diff --git a/src/ildasm/ildasmpch.cpp b/src/ildasm/ildasmpch.cpp
index 5ca4dcfefb..1d476e9ff5 100644
--- a/src/ildasm/ildasmpch.cpp
+++ b/src/ildasm/ildasmpch.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// This is just to build the PCH for ildasm
diff --git a/src/ildasm/ildasmpch.h b/src/ildasm/ildasmpch.h
index 757e9111d3..ff939ede74 100644
--- a/src/ildasm/ildasmpch.h
+++ b/src/ildasm/ildasmpch.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#if !defined(_ILDASMPCH_H)
#define _ILDASMPCH_H
diff --git a/src/ildasm/map.h b/src/ildasm/map.h
index 21fcc0da71..5f0cfec93c 100644
--- a/src/ildasm/map.h
+++ b/src/ildasm/map.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#define MENU_OPTIONS 1
#define TREE_VIEW_ICONS 2
diff --git a/src/ildasm/resource.h b/src/ildasm/resource.h
index 1b976b35bb..ae126fafb4 100644
--- a/src/ildasm/resource.h
+++ b/src/ildasm/resource.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
diff --git a/src/ildasm/unixcoreclrloader/coreclrloader.cpp b/src/ildasm/unixcoreclrloader/coreclrloader.cpp
index affa171bac..4cb7cf367d 100644
--- a/src/ildasm/unixcoreclrloader/coreclrloader.cpp
+++ b/src/ildasm/unixcoreclrloader/coreclrloader.cpp
@@ -1,8 +1,6 @@
-
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
-
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include <stdio.h>
#include "dlfcn.h"
diff --git a/src/ildasm/unixcoreclrloader/coreclrloader.h b/src/ildasm/unixcoreclrloader/coreclrloader.h
index 7a938ab808..93dc90e96c 100644
--- a/src/ildasm/unixcoreclrloader/coreclrloader.h
+++ b/src/ildasm/unixcoreclrloader/coreclrloader.h
@@ -1,7 +1,6 @@
-
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef CORECLRLOADER_H
#define CORECLRLOADER_H
diff --git a/src/ildasm/util.hpp b/src/ildasm/util.hpp
index fdcc8a8268..8ad5bc4b3b 100644
--- a/src/ildasm/util.hpp
+++ b/src/ildasm/util.hpp
@@ -1,8 +1,6 @@
-// ==++==
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//
-// ==--==
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//
// util.hpp
//
diff --git a/src/ildasm/windasm.cpp b/src/ildasm/windasm.cpp
index 1316731e0a..d8a28812b7 100644
--- a/src/ildasm/windasm.cpp
+++ b/src/ildasm/windasm.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
/************************************************************************************************
* *