Skip to content

Commit b21e1dc

Browse files
committed
fixing copyright for packages
1 parent 7f9dd4e commit b21e1dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/Microsoft.Toolkit.Uwp.Services.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library enables access to different data sources like Bing, Facebook, and Twitter. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
14-
<copyright>Copyright 2016</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>UWP Toolkit Windows Twitter OAuth Facebook Bing</tags>
1616
<references>
1717
<reference file="Microsoft.Toolkit.Uwp.Services.dll" />

build/Microsoft.Toolkit.Uwp.UI.Controls.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library provides XAML user controls. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
14-
<copyright>Copyright 2016</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>UWP Toolkit Windows Controls XAML Hamburger Range</tags>
1616
<dependencies>
1717
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />

build/Microsoft.Toolkit.Uwp.UI.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library provides UI services. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
14-
<copyright>Copyright 2016</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>UWP Toolkit Windows UI Converters</tags>
1616
<dependencies>
1717
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />

build/Microsoft.Toolkit.Uwp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.</description>
1313
<releaseNotes>First public release.</releaseNotes>
14-
<copyright>Copyright 2016</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>UWP Toolkit Windows</tags>
1616
</metadata>
1717
<files>

0 commit comments

Comments
 (0)