summaryrefslogtreecommitdiff
path: root/src/ipcman
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/ipcman
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/ipcman')
-rw-r--r--src/ipcman/ipcenums.h7
-rw-r--r--src/ipcman/ipcfunccallimpl.cpp7
-rw-r--r--src/ipcman/ipcheader.h7
-rw-r--r--src/ipcman/ipcheader.inl7
-rw-r--r--src/ipcman/ipcmanagerimpl.h7
-rw-r--r--src/ipcman/ipcmanagerimpl.inl7
-rw-r--r--src/ipcman/ipcreaderimpl.cpp7
-rw-r--r--src/ipcman/ipcshared.h7
-rw-r--r--src/ipcman/ipcsharedsrc.cpp7
-rw-r--r--src/ipcman/ipcwriterimpl.cpp7
-rw-r--r--src/ipcman/stdafx.cpp7
-rw-r--r--src/ipcman/stdafx.h7
12 files changed, 36 insertions, 48 deletions
diff --git a/src/ipcman/ipcenums.h b/src/ipcman/ipcenums.h
index 99bbe341e8..5714798bd2 100644
--- a/src/ipcman/ipcenums.h
+++ b/src/ipcman/ipcenums.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/ipcman/ipcfunccallimpl.cpp b/src/ipcman/ipcfunccallimpl.cpp
index 6625386b72..7107e28905 100644
--- a/src/ipcman/ipcfunccallimpl.cpp
+++ b/src/ipcman/ipcfunccallimpl.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/ipcman/ipcheader.h b/src/ipcman/ipcheader.h
index 20b1e96470..bbccb5229c 100644
--- a/src/ipcman/ipcheader.h
+++ b/src/ipcman/ipcheader.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/ipcman/ipcheader.inl b/src/ipcman/ipcheader.inl
index 85aed282c4..9a3c196378 100644
--- a/src/ipcman/ipcheader.inl
+++ b/src/ipcman/ipcheader.inl
@@ -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/ipcman/ipcmanagerimpl.h b/src/ipcman/ipcmanagerimpl.h
index 500b9d6c71..19e6119184 100644
--- a/src/ipcman/ipcmanagerimpl.h
+++ b/src/ipcman/ipcmanagerimpl.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/ipcman/ipcmanagerimpl.inl b/src/ipcman/ipcmanagerimpl.inl
index 1428b3a0dc..4cf4017e4c 100644
--- a/src/ipcman/ipcmanagerimpl.inl
+++ b/src/ipcman/ipcmanagerimpl.inl
@@ -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/ipcman/ipcreaderimpl.cpp b/src/ipcman/ipcreaderimpl.cpp
index 0a3b46aa4a..4ecfa5f2dd 100644
--- a/src/ipcman/ipcreaderimpl.cpp
+++ b/src/ipcman/ipcreaderimpl.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/ipcman/ipcshared.h b/src/ipcman/ipcshared.h
index 659f14972a..d40b0ba53e 100644
--- a/src/ipcman/ipcshared.h
+++ b/src/ipcman/ipcshared.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/ipcman/ipcsharedsrc.cpp b/src/ipcman/ipcsharedsrc.cpp
index 95fd9d5649..ed1e7dc1ba 100644
--- a/src/ipcman/ipcsharedsrc.cpp
+++ b/src/ipcman/ipcsharedsrc.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/ipcman/ipcwriterimpl.cpp b/src/ipcman/ipcwriterimpl.cpp
index bcb7e76224..b618f4b542 100644
--- a/src/ipcman/ipcwriterimpl.cpp
+++ b/src/ipcman/ipcwriterimpl.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/ipcman/stdafx.cpp b/src/ipcman/stdafx.cpp
index ca63c13d75..89a1764df9 100644
--- a/src/ipcman/stdafx.cpp
+++ b/src/ipcman/stdafx.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/ipcman/stdafx.h b/src/ipcman/stdafx.h
index 65aa792ac9..bb3a576a96 100644
--- a/src/ipcman/stdafx.h
+++ b/src/ipcman/stdafx.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.
// ==++==
//