summaryrefslogtreecommitdiff
path: root/src/zap
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/zap
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/zap')
-rw-r--r--src/zap/common.cpp7
-rw-r--r--src/zap/common.h7
-rw-r--r--src/zap/nativeformatwriter.cpp7
-rw-r--r--src/zap/nativeformatwriter.h7
-rw-r--r--src/zap/svcworker.cpp7
-rw-r--r--src/zap/wellknowntypes.h7
-rw-r--r--src/zap/zapcode.cpp7
-rw-r--r--src/zap/zapcode.h7
-rw-r--r--src/zap/zapheaders.cpp7
-rw-r--r--src/zap/zapheaders.h7
-rw-r--r--src/zap/zapimage.cpp7
-rw-r--r--src/zap/zapimage.h7
-rw-r--r--src/zap/zapimport.cpp7
-rw-r--r--src/zap/zapimport.h7
-rw-r--r--src/zap/zapinfo.cpp7
-rw-r--r--src/zap/zapinfo.h7
-rw-r--r--src/zap/zapinnerptr.cpp7
-rw-r--r--src/zap/zapinnerptr.h7
-rw-r--r--src/zap/zaplog.h7
-rw-r--r--src/zap/zapmetadata.cpp7
-rw-r--r--src/zap/zapmetadata.h7
-rw-r--r--src/zap/zapnodetype.h7
-rw-r--r--src/zap/zapper.cpp7
-rw-r--r--src/zap/zapperstats.cpp7
-rw-r--r--src/zap/zapperstats.h7
-rw-r--r--src/zap/zapreadytorun.cpp7
-rw-r--r--src/zap/zapreadytorun.h7
-rw-r--r--src/zap/zaprelocs.cpp7
-rw-r--r--src/zap/zaprelocs.h7
-rw-r--r--src/zap/zapwrapper.cpp7
-rw-r--r--src/zap/zapwrapper.h7
-rw-r--r--src/zap/zapwriter.cpp7
-rw-r--r--src/zap/zapwriter.h7
33 files changed, 99 insertions, 132 deletions
diff --git a/src/zap/common.cpp b/src/zap/common.cpp
index 790df21553..edecbd31bf 100644
--- a/src/zap/common.cpp
+++ b/src/zap/common.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.
//*****************************************************************************
// common.cpp
//
diff --git a/src/zap/common.h b/src/zap/common.h
index 6c1063bbd3..44bb2740a2 100644
--- a/src/zap/common.h
+++ b/src/zap/common.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.
//*****************************************************************************
// common.h
//
diff --git a/src/zap/nativeformatwriter.cpp b/src/zap/nativeformatwriter.cpp
index 5462659eae..c6357ded2a 100644
--- a/src/zap/nativeformatwriter.cpp
+++ b/src/zap/nativeformatwriter.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.
// ---------------------------------------------------------------------------
// NativeFormatWriter
diff --git a/src/zap/nativeformatwriter.h b/src/zap/nativeformatwriter.h
index 84c23bf4a6..49349a0b1a 100644
--- a/src/zap/nativeformatwriter.h
+++ b/src/zap/nativeformatwriter.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.
// ---------------------------------------------------------------------------
// NativeFormatWriter
diff --git a/src/zap/svcworker.cpp b/src/zap/svcworker.cpp
index 127c491e84..9701e915c5 100644
--- a/src/zap/svcworker.cpp
+++ b/src/zap/svcworker.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/zap/wellknowntypes.h b/src/zap/wellknowntypes.h
index 067fc7ced3..add3d612c4 100644
--- a/src/zap/wellknowntypes.h
+++ b/src/zap/wellknowntypes.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.
//
diff --git a/src/zap/zapcode.cpp b/src/zap/zapcode.cpp
index d2a8e4fb62..d2cf3827b2 100644
--- a/src/zap/zapcode.cpp
+++ b/src/zap/zapcode.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.
//
// ZapCode.cpp
//
diff --git a/src/zap/zapcode.h b/src/zap/zapcode.h
index a566beaddb..8d32a2325e 100644
--- a/src/zap/zapcode.h
+++ b/src/zap/zapcode.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.
//
// ZapCode.h
//
diff --git a/src/zap/zapheaders.cpp b/src/zap/zapheaders.cpp
index 6a51605a8f..159d3cb072 100644
--- a/src/zap/zapheaders.cpp
+++ b/src/zap/zapheaders.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.
//
// ZapHeaders.cpp
//
diff --git a/src/zap/zapheaders.h b/src/zap/zapheaders.h
index aca2f4da46..12b0a18a3d 100644
--- a/src/zap/zapheaders.h
+++ b/src/zap/zapheaders.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.
//
// ZapHeaders.h
//
diff --git a/src/zap/zapimage.cpp b/src/zap/zapimage.cpp
index 09e2b4dd9d..02ff8afa09 100644
--- a/src/zap/zapimage.cpp
+++ b/src/zap/zapimage.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.
//
// ZapImage.cpp
//
diff --git a/src/zap/zapimage.h b/src/zap/zapimage.h
index ac982f2ba3..f4eed3dd5a 100644
--- a/src/zap/zapimage.h
+++ b/src/zap/zapimage.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.
//
// ZapImage.h
//
diff --git a/src/zap/zapimport.cpp b/src/zap/zapimport.cpp
index 22562ad197..ab23cdab02 100644
--- a/src/zap/zapimport.cpp
+++ b/src/zap/zapimport.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.
//
// ZapImport.cpp
//
diff --git a/src/zap/zapimport.h b/src/zap/zapimport.h
index df4d40cd63..9d55e03531 100644
--- a/src/zap/zapimport.h
+++ b/src/zap/zapimport.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.
//
// ZapImport.h
//
diff --git a/src/zap/zapinfo.cpp b/src/zap/zapinfo.cpp
index e3c2759e82..102bf43c20 100644
--- a/src/zap/zapinfo.cpp
+++ b/src/zap/zapinfo.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.
//
// ZapInfo.cpp
//
diff --git a/src/zap/zapinfo.h b/src/zap/zapinfo.h
index 1d16c9b760..43e0cd85ed 100644
--- a/src/zap/zapinfo.h
+++ b/src/zap/zapinfo.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.
//
// ZapInfo.h
//
diff --git a/src/zap/zapinnerptr.cpp b/src/zap/zapinnerptr.cpp
index c8b44f7a4d..96f62b6958 100644
--- a/src/zap/zapinnerptr.cpp
+++ b/src/zap/zapinnerptr.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.
//
// ZapInnerPtr.h
//
diff --git a/src/zap/zapinnerptr.h b/src/zap/zapinnerptr.h
index 929557721d..eab1585b8f 100644
--- a/src/zap/zapinnerptr.h
+++ b/src/zap/zapinnerptr.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.
//
// ZapInnerPtr.h
//
diff --git a/src/zap/zaplog.h b/src/zap/zaplog.h
index ac588dd830..3e862ed7cb 100644
--- a/src/zap/zaplog.h
+++ b/src/zap/zaplog.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.
/*
diff --git a/src/zap/zapmetadata.cpp b/src/zap/zapmetadata.cpp
index b8801d8038..cffec0cb63 100644
--- a/src/zap/zapmetadata.cpp
+++ b/src/zap/zapmetadata.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.
//
// ZapMetadata.cpp
//
diff --git a/src/zap/zapmetadata.h b/src/zap/zapmetadata.h
index ce5ab0614c..18b8bc055a 100644
--- a/src/zap/zapmetadata.h
+++ b/src/zap/zapmetadata.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.
//
// ZapMetadata.h
//
diff --git a/src/zap/zapnodetype.h b/src/zap/zapnodetype.h
index d4ce4e3a87..ae7d58a937 100644
--- a/src/zap/zapnodetype.h
+++ b/src/zap/zapnodetype.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.
//
// ZapNoteType.h
//
diff --git a/src/zap/zapper.cpp b/src/zap/zapper.cpp
index 038f4edc29..42589874b1 100644
--- a/src/zap/zapper.cpp
+++ b/src/zap/zapper.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 "common.h"
diff --git a/src/zap/zapperstats.cpp b/src/zap/zapperstats.cpp
index daf6c39289..8a7be16905 100644
--- a/src/zap/zapperstats.cpp
+++ b/src/zap/zapperstats.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/zap/zapperstats.h b/src/zap/zapperstats.h
index e476aeb9b3..2de4ca3417 100644
--- a/src/zap/zapperstats.h
+++ b/src/zap/zapperstats.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.
/*
diff --git a/src/zap/zapreadytorun.cpp b/src/zap/zapreadytorun.cpp
index d3e46c7eb0..0e350f4109 100644
--- a/src/zap/zapreadytorun.cpp
+++ b/src/zap/zapreadytorun.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.
//
// ZapReadyToRun.cpp
//
diff --git a/src/zap/zapreadytorun.h b/src/zap/zapreadytorun.h
index 5f74644344..cf7ad0677b 100644
--- a/src/zap/zapreadytorun.h
+++ b/src/zap/zapreadytorun.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.
//
// ZapReadyToRun.h
//
diff --git a/src/zap/zaprelocs.cpp b/src/zap/zaprelocs.cpp
index 2d6859ed0c..41fbd9df2d 100644
--- a/src/zap/zaprelocs.cpp
+++ b/src/zap/zaprelocs.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.
//
// ZapRelocs.cpp
//
diff --git a/src/zap/zaprelocs.h b/src/zap/zaprelocs.h
index c944aca932..d43273da3e 100644
--- a/src/zap/zaprelocs.h
+++ b/src/zap/zaprelocs.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.
//
// ZapRelocs.h
//
diff --git a/src/zap/zapwrapper.cpp b/src/zap/zapwrapper.cpp
index 0f54f1bdc3..7b814a3684 100644
--- a/src/zap/zapwrapper.cpp
+++ b/src/zap/zapwrapper.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.
//
// ZapWrapper.cpp
//
diff --git a/src/zap/zapwrapper.h b/src/zap/zapwrapper.h
index 2217f0ee3f..bcf10b546f 100644
--- a/src/zap/zapwrapper.h
+++ b/src/zap/zapwrapper.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.
//
// ZapWrapper.h
//
diff --git a/src/zap/zapwriter.cpp b/src/zap/zapwriter.cpp
index 357aebdd32..e1a0c27864 100644
--- a/src/zap/zapwriter.cpp
+++ b/src/zap/zapwriter.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.
//
// ZapWriter.cpp
//
diff --git a/src/zap/zapwriter.h b/src/zap/zapwriter.h
index 4a5f53a083..735904b2f0 100644
--- a/src/zap/zapwriter.h
+++ b/src/zap/zapwriter.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.
//
// ZapWriter.h
//