summaryrefslogtreecommitdiff
path: root/src/tools
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/tools
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/GenClrDebugResource/GenClrDebugResource.cpp7
-rw-r--r--src/tools/GenClrDebugResource/native.rc7
-rw-r--r--src/tools/InjectResource/InjectResource.cpp7
-rw-r--r--src/tools/InjectResource/native.rc7
-rw-r--r--src/tools/crossgen/Native.rc7
-rw-r--r--src/tools/crossgen/crossgen.cpp7
-rw-r--r--src/tools/metainfo/Native.rc7
-rw-r--r--src/tools/metainfo/mdinfo.cpp7
-rw-r--r--src/tools/metainfo/mdinfo.h7
-rw-r--r--src/tools/metainfo/mdobj.cpp7
-rw-r--r--src/tools/metainfo/metainfo.cpp7
-rw-r--r--src/tools/util/consoleargs.cpp7
-rw-r--r--src/tools/util/consoleargs.h7
-rw-r--r--src/tools/util/file_can.h7
-rw-r--r--src/tools/util/list.h7
-rw-r--r--src/tools/util/tree.h7
16 files changed, 48 insertions, 64 deletions
diff --git a/src/tools/GenClrDebugResource/GenClrDebugResource.cpp b/src/tools/GenClrDebugResource/GenClrDebugResource.cpp
index 158b0a1b76..de016de845 100644
--- a/src/tools/GenClrDebugResource/GenClrDebugResource.cpp
+++ b/src/tools/GenClrDebugResource/GenClrDebugResource.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 app writes out the data for a special resource which is embedded in clr.dll
* The resource serves two purposes, to differentiate a random dll named clr.dll from
diff --git a/src/tools/GenClrDebugResource/native.rc b/src/tools/GenClrDebugResource/native.rc
index e0ec07c71f..4c1007fd9a 100644
--- a/src/tools/GenClrDebugResource/native.rc
+++ b/src/tools/GenClrDebugResource/native.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.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft\0"
#include <fxver.h>
diff --git a/src/tools/InjectResource/InjectResource.cpp b/src/tools/InjectResource/InjectResource.cpp
index b7a1aaea80..1d5470f3f9 100644
--- a/src/tools/InjectResource/InjectResource.cpp
+++ b/src/tools/InjectResource/InjectResource.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 <stdlib.h>
#include <stdio.h>
diff --git a/src/tools/InjectResource/native.rc b/src/tools/InjectResource/native.rc
index e0ec07c71f..4c1007fd9a 100644
--- a/src/tools/InjectResource/native.rc
+++ b/src/tools/InjectResource/native.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.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft\0"
#include <fxver.h>
diff --git a/src/tools/crossgen/Native.rc b/src/tools/crossgen/Native.rc
index c1d6b938d3..25b5fe5e67 100644
--- a/src/tools/crossgen/Native.rc
+++ b/src/tools/crossgen/Native.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.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft Common Language Runtime native cross compiler\0"
diff --git a/src/tools/crossgen/crossgen.cpp b/src/tools/crossgen/crossgen.cpp
index f09f3d066d..8ada40e555 100644
--- a/src/tools/crossgen/crossgen.cpp
+++ b/src/tools/crossgen/crossgen.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.
//
// TO DO: we currently use raw printf() for output. Maybe we need to pick up something like ngen's Output() handling
diff --git a/src/tools/metainfo/Native.rc b/src/tools/metainfo/Native.rc
index 13e7ae2af2..fbe8437475 100644
--- a/src/tools/metainfo/Native.rc
+++ b/src/tools/metainfo/Native.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.
#define FX_VER_FILEDESCRIPTION_STR "Microsoft Common Language Runtime Metadata Info\0"
diff --git a/src/tools/metainfo/mdinfo.cpp b/src/tools/metainfo/mdinfo.cpp
index d847abd536..70dfa28bcf 100644
--- a/src/tools/metainfo/mdinfo.cpp
+++ b/src/tools/metainfo/mdinfo.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 <stdio.h>
#include <windows.h>
diff --git a/src/tools/metainfo/mdinfo.h b/src/tools/metainfo/mdinfo.h
index ccf383b8a6..06c0a76b63 100644
--- a/src/tools/metainfo/mdinfo.h
+++ b/src/tools/metainfo/mdinfo.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 _mdinfo_h
#define _mdinfo_h
diff --git a/src/tools/metainfo/mdobj.cpp b/src/tools/metainfo/mdobj.cpp
index 040f73e5bb..192281f9b9 100644
--- a/src/tools/metainfo/mdobj.cpp
+++ b/src/tools/metainfo/mdobj.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 <stdio.h>
#include <ctype.h>
diff --git a/src/tools/metainfo/metainfo.cpp b/src/tools/metainfo/metainfo.cpp
index 390cb57a57..4e1f1cedc4 100644
--- a/src/tools/metainfo/metainfo.cpp
+++ b/src/tools/metainfo/metainfo.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 <stdio.h>
#include <ctype.h>
diff --git a/src/tools/util/consoleargs.cpp b/src/tools/util/consoleargs.cpp
index cfc448d344..3baacd1635 100644
--- a/src/tools/util/consoleargs.cpp
+++ b/src/tools/util/consoleargs.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 <stdio.h>
#include "consoleargs.h"
diff --git a/src/tools/util/consoleargs.h b/src/tools/util/consoleargs.h
index f59ace5d37..06b6e75384 100644
--- a/src/tools/util/consoleargs.h
+++ b/src/tools/util/consoleargs.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 __CONSOLEARGS_H__
#define __CONSOLEARGS_H__
diff --git a/src/tools/util/file_can.h b/src/tools/util/file_can.h
index a346a201e2..71031eb9d7 100644
--- a/src/tools/util/file_can.h
+++ b/src/tools/util/file_can.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 __FILE_CAN_H__
#define __FILE_CAN_H__
diff --git a/src/tools/util/list.h b/src/tools/util/list.h
index 5dc0aa4c6a..1748ed9cd3 100644
--- a/src/tools/util/list.h
+++ b/src/tools/util/list.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 __GENERIC_LIST_H__
#define __GENERIC_LIST_H__
diff --git a/src/tools/util/tree.h b/src/tools/util/tree.h
index 527f718b00..164f4c6975 100644
--- a/src/tools/util/tree.h
+++ b/src/tools/util/tree.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 __GENERIC_TREE_H__
#define __GENERIC_TREE_H__