Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-01-28 08:07:43 +0300
committerstephentoub <stoub@microsoft.com>2016-01-28 08:18:14 +0300
commiteb8943104117ef0aec9fc84c57244d0d5a210fda (patch)
treeee03a2fecdcd6f8e3efb28e1ad548c86008eb4b4 /src/System.Private.StackTraceGenerator
parentf05c2d8ac242ca3e032fc2087a7569266690d557 (diff)
Update licensing headers
Diffstat (limited to 'src/System.Private.StackTraceGenerator')
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaEnums.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaInterfaces.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/Dia/Guids.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/Dia/StdCall.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/ComInterface.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/MarshalExtensions.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/StdCall.cs5
-rw-r--r--src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.cs5
8 files changed, 24 insertions, 16 deletions
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaEnums.cs b/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaEnums.cs
index 560551347..f00639d6c 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaEnums.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaEnums.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaInterfaces.cs b/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaInterfaces.cs
index febad106b..d64921df8 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaInterfaces.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/Dia/DiaInterfaces.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/Dia/Guids.cs b/src/System.Private.StackTraceGenerator/src/Internal/Dia/Guids.cs
index 97aa4453f..e9aa1559c 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/Dia/Guids.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/Dia/Guids.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/Dia/StdCall.cs b/src/System.Private.StackTraceGenerator/src/Internal/Dia/StdCall.cs
index 2ec9082b6..01d89381d 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/Dia/StdCall.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/Dia/StdCall.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/ComInterface.cs b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/ComInterface.cs
index c3e957440..0691f4299 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/ComInterface.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/ComInterface.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/MarshalExtensions.cs b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/MarshalExtensions.cs
index fde91e399..3ca0cb2e5 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/MarshalExtensions.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/MarshalExtensions.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/StdCall.cs b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/StdCall.cs
index 0661b5804..f894c0ccb 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/StdCall.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/LightweightInterop/StdCall.cs
@@ -1,5 +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.
using System;
using System.Diagnostics;
diff --git a/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.cs b/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.cs
index c35f6aaea..f9486afb7 100644
--- a/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.cs
+++ b/src/System.Private.StackTraceGenerator/src/Internal/StackTraceGenerator/StackTraceGenerator.cs
@@ -1,5 +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.
using System;
using System.Text;