From e80a41aa9833244b0b3243a45702f3f389dfbff3 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Fri, 30 Jan 2015 17:00:49 -0800 Subject: [PATCH] Update for copyright. [tfs-changeset: 1408109] --- tests/src/JIT/Directed/Arrays/complex1.cs | 4 ++++ tests/src/JIT/Directed/Arrays/simple1.cs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/src/JIT/Directed/Arrays/complex1.cs b/tests/src/JIT/Directed/Arrays/complex1.cs index d7bf204..169953e 100644 --- a/tests/src/JIT/Directed/Arrays/complex1.cs +++ b/tests/src/JIT/Directed/Arrays/complex1.cs @@ -1,3 +1,7 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + using System; // Do a complex 5 dimensional Jagged array. diff --git a/tests/src/JIT/Directed/Arrays/simple1.cs b/tests/src/JIT/Directed/Arrays/simple1.cs index b82ff54..d529d00 100644 --- a/tests/src/JIT/Directed/Arrays/simple1.cs +++ b/tests/src/JIT/Directed/Arrays/simple1.cs @@ -1,3 +1,7 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + using System; public // Do a simple 5 dimensional Jagged array. -- 2.7.4