Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 7e76ea8

Browse files
committed
Update file license headers
1 parent ba49651 commit 7e76ea8

File tree

116 files changed

+234
-1821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+234
-1821
lines changed

src/Microsoft.AspNetCore.Server.WebListener/AuthenticationHandler.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
// -----------------------------------------------------------------------
19-
// <copyright file="AuthenticationManager.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
// -----------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255
using System.Collections.Generic;

src/Microsoft.AspNetCore.Server.WebListener/FeatureContext.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195
using System.Collections.Generic;

src/Microsoft.AspNetCore.Server.WebListener/Helpers.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
// -----------------------------------------------------------------------
19-
// <copyright file="Helpers.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
// -----------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System.Runtime.CompilerServices;
255
using System.Threading.Tasks;

src/Microsoft.AspNetCore.Server.WebListener/Internal/WebListenerOptionsSetup.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using Microsoft.Extensions.Logging;
195
using Microsoft.Extensions.Options;

src/Microsoft.AspNetCore.Server.WebListener/LogHelper.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
//------------------------------------------------------------------------------
19-
// <copyright file="HttpListener.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
//------------------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255
using System.Diagnostics;

src/Microsoft.AspNetCore.Server.WebListener/MessagePump.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195
using System.Collections.Generic;

src/Microsoft.AspNetCore.Server.WebListener/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.Reflection;

src/Microsoft.AspNetCore.Server.WebListener/ResponseStream.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
// -----------------------------------------------------------------------
19-
// <copyright file="ResponseStreamAsyncResult.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
// -----------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255
using System.IO;

src/Microsoft.AspNetCore.Server.WebListener/StandardFeatureCollection.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) .NET Foundation.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195
using System.Collections;

src/Microsoft.AspNetCore.Server.WebListener/WebHostBuilderWebListenerExtensions.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195
using Microsoft.AspNetCore.Hosting.Server;

src/Microsoft.AspNetCore.Server.WebListener/WebListenerOptions.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195
using Microsoft.Net.Http.Server;

src/Microsoft.Net.Http.Server/AsyncAcceptContext.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
//------------------------------------------------------------------------------
19-
// <copyright file="_ListenerAsyncResult.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
//------------------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255
using System.Diagnostics.CodeAnalysis;

src/Microsoft.Net.Http.Server/AuthenticationManager.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
// -----------------------------------------------------------------------
19-
// <copyright file="AuthenticationManager.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
// -----------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255
using System.Collections.Generic;

src/Microsoft.Net.Http.Server/AuthenticationSchemes.cs

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
173

184
using System;
195

src/Microsoft.Net.Http.Server/Constants.cs

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
// Copyright (c) Microsoft Open Technologies, Inc.
2-
// All Rights Reserved
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR
11-
// CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
12-
// WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF
13-
// TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR
14-
// NON-INFRINGEMENT.
15-
// See the Apache 2 License for the specific language governing
16-
// permissions and limitations under the License.
17-
18-
// -----------------------------------------------------------------------
19-
// <copyright file="Constants.cs" company="Microsoft">
20-
// Copyright (c) Microsoft Corporation. All rights reserved.
21-
// </copyright>
22-
// -----------------------------------------------------------------------
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
233

244
using System;
255

src/Microsoft.Net.Http.Server/GlobalSuppressions.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)