summaryrefslogtreecommitdiff
path: root/src/palrt
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/palrt
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/palrt')
-rw-r--r--src/palrt/bstr.cpp7
-rw-r--r--src/palrt/coguid.cpp7
-rw-r--r--src/palrt/comem.cpp7
-rw-r--r--src/palrt/common.h7
-rw-r--r--src/palrt/convert.h7
-rw-r--r--src/palrt/decarith.cpp7
-rw-r--r--src/palrt/decconv.cpp7
-rw-r--r--src/palrt/guid.cpp7
-rw-r--r--src/palrt/guiddef.h7
-rw-r--r--src/palrt/memorystream.cpp7
-rw-r--r--src/palrt/path.cpp7
-rw-r--r--src/palrt/shlwapip.h7
-rw-r--r--src/palrt/shstr.h7
-rw-r--r--src/palrt/unicode.cpp7
-rw-r--r--src/palrt/urlpars.cpp7
-rw-r--r--src/palrt/variant.cpp9
16 files changed, 49 insertions, 65 deletions
diff --git a/src/palrt/bstr.cpp b/src/palrt/bstr.cpp
index d15f0ef29e..ae22b15a10 100644
--- a/src/palrt/bstr.cpp
+++ b/src/palrt/bstr.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/palrt/coguid.cpp b/src/palrt/coguid.cpp
index c78229a15d..cd03dce591 100644
--- a/src/palrt/coguid.cpp
+++ b/src/palrt/coguid.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/palrt/comem.cpp b/src/palrt/comem.cpp
index 7d8412e783..e44550d365 100644
--- a/src/palrt/comem.cpp
+++ b/src/palrt/comem.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/palrt/common.h b/src/palrt/common.h
index 06127b28b9..b61a934670 100644
--- a/src/palrt/common.h
+++ b/src/palrt/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/palrt/convert.h b/src/palrt/convert.h
index 811c4a0986..8e3a9d4903 100644
--- a/src/palrt/convert.h
+++ b/src/palrt/convert.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/palrt/decarith.cpp b/src/palrt/decarith.cpp
index 1552dbd740..f190707ab6 100644
--- a/src/palrt/decarith.cpp
+++ b/src/palrt/decarith.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/palrt/decconv.cpp b/src/palrt/decconv.cpp
index 2ba6703904..9cb7575b04 100644
--- a/src/palrt/decconv.cpp
+++ b/src/palrt/decconv.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/palrt/guid.cpp b/src/palrt/guid.cpp
index 9f7a02de90..fcc54e216d 100644
--- a/src/palrt/guid.cpp
+++ b/src/palrt/guid.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/palrt/guiddef.h b/src/palrt/guiddef.h
index a80f0672a5..a082619b95 100644
--- a/src/palrt/guiddef.h
+++ b/src/palrt/guiddef.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/palrt/memorystream.cpp b/src/palrt/memorystream.cpp
index 8c9011530c..61b0bb0180 100644
--- a/src/palrt/memorystream.cpp
+++ b/src/palrt/memorystream.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/palrt/path.cpp b/src/palrt/path.cpp
index 3aaae18a27..1d610cd4fb 100644
--- a/src/palrt/path.cpp
+++ b/src/palrt/path.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/palrt/shlwapip.h b/src/palrt/shlwapip.h
index 5bfe61a0f9..bc449c5054 100644
--- a/src/palrt/shlwapip.h
+++ b/src/palrt/shlwapip.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/palrt/shstr.h b/src/palrt/shstr.h
index 0fb7bced28..64d2c22a98 100644
--- a/src/palrt/shstr.h
+++ b/src/palrt/shstr.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/palrt/unicode.cpp b/src/palrt/unicode.cpp
index 2ea581586c..0c93261779 100644
--- a/src/palrt/unicode.cpp
+++ b/src/palrt/unicode.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/palrt/urlpars.cpp b/src/palrt/urlpars.cpp
index 2570d8da57..77b0a6e2ba 100644
--- a/src/palrt/urlpars.cpp
+++ b/src/palrt/urlpars.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/palrt/variant.cpp b/src/palrt/variant.cpp
index 6b1203ba46..9ff93f3e44 100644
--- a/src/palrt/variant.cpp
+++ b/src/palrt/variant.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.
//
//
@@ -31,4 +30,4 @@ STDAPI_(void)
VariantInit(VARIANT FAR* pvarg)
{
V_VT(pvarg) = VT_EMPTY;
-} \ No newline at end of file
+}