summaryrefslogtreecommitdiff
path: root/src/jit/jitstd
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/jit/jitstd
parent98ab26be675b96668ecf2dfe8c38f58f57454f02 (diff)
downloadcoreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.gz
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.tar.bz2
coreclr-21f8416ad4204afc18ce315d99baa5f4ada28d9a.zip
Update license headers
Diffstat (limited to 'src/jit/jitstd')
-rw-r--r--src/jit/jitstd/algorithm.h7
-rw-r--r--src/jit/jitstd/allocator.h7
-rw-r--r--src/jit/jitstd/functional.h7
-rw-r--r--src/jit/jitstd/hash.h7
-rw-r--r--src/jit/jitstd/hashtable.h7
-rw-r--r--src/jit/jitstd/iterator.h7
-rw-r--r--src/jit/jitstd/jitstd.cpp7
-rw-r--r--src/jit/jitstd/list.h7
-rw-r--r--src/jit/jitstd/new.h7
-rw-r--r--src/jit/jitstd/pair.h7
-rw-r--r--src/jit/jitstd/stdafx.cpp7
-rw-r--r--src/jit/jitstd/stdafx.h7
-rw-r--r--src/jit/jitstd/targetver.h7
-rw-r--r--src/jit/jitstd/type_traits.h7
-rw-r--r--src/jit/jitstd/unordered_map.h7
-rw-r--r--src/jit/jitstd/unordered_set.h7
-rw-r--r--src/jit/jitstd/utility.h7
-rw-r--r--src/jit/jitstd/vector.h7
18 files changed, 54 insertions, 72 deletions
diff --git a/src/jit/jitstd/algorithm.h b/src/jit/jitstd/algorithm.h
index f48d45b51c..7b6447e1a5 100644
--- a/src/jit/jitstd/algorithm.h
+++ b/src/jit/jitstd/algorithm.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/jit/jitstd/allocator.h b/src/jit/jitstd/allocator.h
index 602bba61b8..c09c3ab07c 100644
--- a/src/jit/jitstd/allocator.h
+++ b/src/jit/jitstd/allocator.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/jit/jitstd/functional.h b/src/jit/jitstd/functional.h
index 50cf654fa6..31456a870e 100644
--- a/src/jit/jitstd/functional.h
+++ b/src/jit/jitstd/functional.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/jit/jitstd/hash.h b/src/jit/jitstd/hash.h
index c4ca00b795..18db74fc9f 100644
--- a/src/jit/jitstd/hash.h
+++ b/src/jit/jitstd/hash.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/jit/jitstd/hashtable.h b/src/jit/jitstd/hashtable.h
index b589210908..05b033a746 100644
--- a/src/jit/jitstd/hashtable.h
+++ b/src/jit/jitstd/hashtable.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/jit/jitstd/iterator.h b/src/jit/jitstd/iterator.h
index 1f2823e52a..975755c59c 100644
--- a/src/jit/jitstd/iterator.h
+++ b/src/jit/jitstd/iterator.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/jit/jitstd/jitstd.cpp b/src/jit/jitstd/jitstd.cpp
index 2366836c67..48d80e2245 100644
--- a/src/jit/jitstd/jitstd.cpp
+++ b/src/jit/jitstd/jitstd.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.
// jitstd.cpp : Defines the entry point for the console application.
//
diff --git a/src/jit/jitstd/list.h b/src/jit/jitstd/list.h
index 45bec41d9c..9f888ef31d 100644
--- a/src/jit/jitstd/list.h
+++ b/src/jit/jitstd/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.
// ==++==
//
diff --git a/src/jit/jitstd/new.h b/src/jit/jitstd/new.h
index 4a95be5c0b..7054fbea0b 100644
--- a/src/jit/jitstd/new.h
+++ b/src/jit/jitstd/new.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/jit/jitstd/pair.h b/src/jit/jitstd/pair.h
index 10ded3d147..f306000048 100644
--- a/src/jit/jitstd/pair.h
+++ b/src/jit/jitstd/pair.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/jit/jitstd/stdafx.cpp b/src/jit/jitstd/stdafx.cpp
index 0e79619dcc..1012ef98b8 100644
--- a/src/jit/jitstd/stdafx.cpp
+++ b/src/jit/jitstd/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.
// stdafx.cpp : source file that includes just the standard includes
// jitstd.pch will be the pre-compiled header
diff --git a/src/jit/jitstd/stdafx.h b/src/jit/jitstd/stdafx.h
index ba6176582d..6d2519d3dc 100644
--- a/src/jit/jitstd/stdafx.h
+++ b/src/jit/jitstd/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.
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
diff --git a/src/jit/jitstd/targetver.h b/src/jit/jitstd/targetver.h
index 71fa5c7cf5..260ee4a21c 100644
--- a/src/jit/jitstd/targetver.h
+++ b/src/jit/jitstd/targetver.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/jit/jitstd/type_traits.h b/src/jit/jitstd/type_traits.h
index cb20c5cbf0..21503fbadb 100644
--- a/src/jit/jitstd/type_traits.h
+++ b/src/jit/jitstd/type_traits.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.
#pragma once
diff --git a/src/jit/jitstd/unordered_map.h b/src/jit/jitstd/unordered_map.h
index 2975750303..05e97f450c 100644
--- a/src/jit/jitstd/unordered_map.h
+++ b/src/jit/jitstd/unordered_map.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/jit/jitstd/unordered_set.h b/src/jit/jitstd/unordered_set.h
index 323f22ff67..9f42518679 100644
--- a/src/jit/jitstd/unordered_set.h
+++ b/src/jit/jitstd/unordered_set.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/jit/jitstd/utility.h b/src/jit/jitstd/utility.h
index 49c72df1f1..39379cb4bc 100644
--- a/src/jit/jitstd/utility.h
+++ b/src/jit/jitstd/utility.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/jit/jitstd/vector.h b/src/jit/jitstd/vector.h
index 1f4ff3e2e8..6cfbfd6ca0 100644
--- a/src/jit/jitstd/vector.h
+++ b/src/jit/jitstd/vector.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.
// ==++==
//