Added missing copyright header

This commit is contained in:
Kristian Hellang 2016-11-22 13:08:34 +01:00
parent a0f5585d3f
commit e316898c9f
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,3 +1,5 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -62,7 +62,9 @@ namespace Microsoft.AspNetCore.Server.Kestrel.GeneratedCode
typeof(IHttpConnectionFeature) typeof(IHttpConnectionFeature)
}; };
return $@" return $@"// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -262,7 +262,9 @@ namespace Microsoft.AspNetCore.Server.Kestrel.GeneratedCode
offset += header.BytesCount; offset += header.BytesCount;
} }
} }
return $@" return $@"// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure; using Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure;