From 3ac97ffe15312ead86cb90220c0f945820abfa2e Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Fri, 26 Feb 2016 22:37:01 -0800 Subject: Fix license header for test files --- .../CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs | 3 +++ .../JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csharp-2.cs | 3 +++ .../CodeQuality/BenchmarksGame/fastaredux/fastaredux.csharp.cs | 3 +++ .../JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs | 3 +++ .../JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.cs | 3 +++ .../CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs | 3 +++ tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs | 3 +++ 33 files changed, 99 insertions(+) (limited to 'tests/src/JIT/Performance/CodeQuality') diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs index 3e1bdad5ad..e4118b2963 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csharp-2.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csharp-2.cs index 62e1d05b3a..c58ce0bd97 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csharp-2.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csharp-2.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csharp.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csharp.cs index b3cdb551b2..7128e326fc 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csharp.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csharp.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs index f9823b1adc..70c87095ad 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csharp-3.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.cs index cc3efc8eaa..3395e29a55 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game * http://benchmarksgame.alioth.debian.org/ * diff --git a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.cs b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.cs index 01f5031471..fa2ac089ad 100644 --- a/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.cs +++ b/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.cs @@ -1,3 +1,6 @@ +// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs index 191e3cfc25..10699c67dc 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/ByteMark.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs index 52afc731d1..bfe9965919 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/Huffman.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs index 37efe551ac..e4888b2edd 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/StringSort.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs index 8c54097657..1ad69ff129 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_jagged.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs index c93d033af8..43cab8a0ea 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/assign_rect.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs index c3d4653629..d692eeea23 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/bitops.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs index f03f25cfd4..e61b9380ab 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloat.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs index 1667231e3d..0ae261c16b 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/emfloatclass.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs index ffcbda8e2c..e2e0a5d609 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/fourier.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs index d57ca779ae..732a8f0ec9 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/idea.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs index 006af82603..d45a51df59 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/ludecomp.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs index e0ffb4a6ac..6e3ab36b94 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/neural-dat.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs index e93e331cc7..9e842c3910 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/neural.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs index 5401d81d55..d9dd199c98 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/neuraljagged.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs b/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs index fd877c1717..44da6e3a71 100644 --- a/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs +++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/numericsort.cs @@ -1,3 +1,6 @@ +// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs index 8ee71c765e..eeb40acfb4 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/CommandLine.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs index a99bce92ce..a0baa6fac6 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/Constants.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs index df32c42009..824c50f01a 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/FFT.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs index 481922a6f9..db8d61a1c8 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/LU.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs index 0e5adceba4..e01d22bd9f 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/MonteCarlo.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs index b65ec32e9d..7c4f618ee3 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/Random.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs index bc33c16cc7..5fb8099adc 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/SOR.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs index 02bdea6e8e..34660c5978 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs index b82dd5d999..9acaf9bce1 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/Stopwatch.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs b/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs index 5c827f0b05..ccafefcd70 100644 --- a/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs +++ b/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs @@ -1,3 +1,6 @@ +// 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. /// /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) diff --git a/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs b/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs index 34031a73e4..b2766b2e4a 100644 --- a/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs +++ b/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs @@ -1,3 +1,6 @@ +// 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. /* * Copyright (c) 2003-2005 Tom Wu * All Rights Reserved. diff --git a/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs b/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs index b419a66fe1..ee14b8b1b1 100644 --- a/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs +++ b/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs @@ -1,3 +1,6 @@ +// 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. /* This is a Java implemention of the DeltaBlue algorithm described in: "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver" -- cgit v1.2.3