From a477bd5cb15853acb2b168456aa32ec0b898f818 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 20 Nov 2014 23:17:48 -0800 Subject: [PATCH] Add missing license headers - #EngineeringDay - skip generated files such as Resources.Designer.cs and files under test\Microsoft.AspNet.Razor.Test\TestFiles\CodeGenerator\CS\Output --- test/Microsoft.AspNet.Razor.Test/Utils/BaselineWriter.cs | 5 ++++- test/Microsoft.AspNet.Razor.Test/Utils/ExceptionHelpers.cs | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Razor.Test/Utils/BaselineWriter.cs b/test/Microsoft.AspNet.Razor.Test/Utils/BaselineWriter.cs index 553c34aac6..3ab6dbf11d 100644 --- a/test/Microsoft.AspNet.Razor.Test/Utils/BaselineWriter.cs +++ b/test/Microsoft.AspNet.Razor.Test/Utils/BaselineWriter.cs @@ -1,4 +1,7 @@ -using System.Diagnostics; +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System.Diagnostics; using System.IO; namespace Microsoft.AspNet.Razor.Test.Utils diff --git a/test/Microsoft.AspNet.Razor.Test/Utils/ExceptionHelpers.cs b/test/Microsoft.AspNet.Razor.Test/Utils/ExceptionHelpers.cs index 06cb509641..28207bf248 100644 --- a/test/Microsoft.AspNet.Razor.Test/Utils/ExceptionHelpers.cs +++ b/test/Microsoft.AspNet.Razor.Test/Utils/ExceptionHelpers.cs @@ -1,4 +1,7 @@ -using System; +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System; using Xunit; namespace Microsoft.AspNet.Razor.Test