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
This commit is contained in:
parent
8f81007517
commit
a477bd5cb1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue