Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit ae806e1

Browse files
committed
Updating copyright headers
1 parent 69f67f6 commit ae806e1

28 files changed

+52
-450
lines changed

samples/StaticFileSample/Startup.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
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-
181
using Microsoft.AspNet.Builder;
192
using Microsoft.AspNet.FileSystems;
203
using Microsoft.AspNet.StaticFiles;

src/Microsoft.AspNet.StaticFiles/Constants.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) Microsoft Open Technologies, Inc. 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.Threading.Tasks;
195

src/Microsoft.AspNet.StaticFiles/DefaultFilesExtensions.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) Microsoft Open Technologies, Inc. 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.AspNet.Http;

src/Microsoft.AspNet.StaticFiles/DefaultFilesMiddleware.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) Microsoft Open Technologies, Inc. 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.AspNet.StaticFiles/DefaultFilesOptions.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) Microsoft Open Technologies, Inc. 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.Collections.Generic;
195
using System.Diagnostics.CodeAnalysis;

src/Microsoft.AspNet.StaticFiles/DirectoryBrowserExtensions.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) Microsoft Open Technologies, Inc. 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.AspNet.Http;

src/Microsoft.AspNet.StaticFiles/DirectoryBrowserMiddleware.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) Microsoft Open Technologies, Inc. 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.AspNet.StaticFiles/DirectoryBrowserOptions.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) Microsoft Open Technologies, Inc. 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.AspNet.StaticFiles.Infrastructure;
195

src/Microsoft.AspNet.StaticFiles/FileExtensionContentTypeProvider.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) Microsoft Open Technologies, Inc. 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.AspNet.StaticFiles/FileServerExtensions.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) Microsoft Open Technologies, Inc. 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.AspNet.Http;

0 commit comments

Comments
 (0)