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