Skip to content

Commit 5d05630

Browse files
committed
Update copyright headers
***NO_CI***
1 parent 2d61fac commit 5d05630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.Networking.Sntp.DELIVERABLES.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<developmentDependency>false</developmentDependency>
1313
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Networking.Sntp</projectUrl>
1414
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
15-
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
15+
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1616
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.Networking.Sntp assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>
1717
<summary>nanoFramework.Networking.Sntp.DELIVERABLES is not meant for development.</summary>
1818
<tags>

nanoFramework.Networking.Sntp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("nanoFramework.Networking.Sntp")]
88
[assembly: AssemblyCompany("nanoFramework Contributors")]
99
[assembly: AssemblyProduct("nanoFramework.Networking.Sntp")]
10-
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2018")]
10+
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]
1111

1212
////////////////////////////////////////////////////////////////
1313
// update this whenever the native assembly signature changes //

0 commit comments

Comments
 (0)