Skip to content

Commit 27c00f6

Browse files
committed
Update copyright headers
***NO_CI***
1 parent 75c4cc4 commit 27c00f6

34 files changed

+34
-34
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 The nanoFramework project contributors
1+
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

44
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.

nanoFramework.System.Net.Http.Client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Net.Http</projectUrl>
1515
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1616
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Net.Http" commit="$commit$" />
17-
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
17+
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>
1919
This package includes the nanoFramework.System.Net.Http assembly (client API only) for nanoFramework C# projects.
2020
.

nanoFramework.System.Net.Http.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Net.Http</projectUrl>
1515
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1616
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Net.Http" commit="$commit$" />
17-
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
17+
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>
1919
This package includes the nanoFramework.System.Net.Http assembly (server API only) for nanoFramework C# projects.
2020
.

nanoFramework.System.Net.Http.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Net.Http</projectUrl>
1515
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1616
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Net.Http" commit="$commit$" />
17-
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
17+
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>
1919
This package includes the nanoFramework.System.Net.Http assembly for nanoFramework C# projects.
2020
.

nanoFramework.System.Net.Http/Http/System.Net.AuthenticationType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

nanoFramework.System.Net.Http/Http/System.Net.Http.Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

nanoFramework.System.Net.Http/Http/System.Net.HttpListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

nanoFramework.System.Net.Http/Http/System.Net.HttpListenerContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

nanoFramework.System.Net.Http/Http/System.Net.HttpListenerRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

nanoFramework.System.Net.Http/Http/System.Net.HttpListenerResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2018 The nanoFramework project contributors
2+
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
55
//

0 commit comments

Comments
 (0)