aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:58:58 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:58:58 -0800
commit25c4fb74a8808822bc822027bc20ae4410be2f7d (patch)
tree3540f4bbf03750561f0acef315684d5c77650222 /scripts
parentc9e219c17bd5a3cd465726058c322f40dccca77b (diff)
downloadpugixml-25c4fb74a8808822bc822027bc20ae4410be2f7d.zip
pugixml-25c4fb74a8808822bc822027bc20ae4410be2f7d.tar.gz
pugixml-25c4fb74a8808822bc822027bc20ae4410be2f7d.tar.bz2
Update copyright year to 2022
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget/pugixml.nuspec2
-rw-r--r--scripts/pugixml_dll.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index 2bb43bb..36d833f 100644
--- a/scripts/nuget/pugixml.nuspec
+++ b/scripts/nuget/pugixml.nuspec
@@ -14,7 +14,7 @@ pugixml is used by a lot of projects, both open-source and proprietary, for perf
This package contains builds for VS2013, VS2015, VS2017, VS2019 and VS2022, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
<summary>Light-weight, simple and fast XML parser for C++ with XPath support</summary>
<releaseNotes>https://pugixml.org/docs/manual.html#changes</releaseNotes>
- <copyright>Copyright (c) 2006-2020 Arseny Kapoulkine</copyright>
+ <copyright>Copyright (c) 2006-2022 Arseny Kapoulkine</copyright>
<tags>native nativepackage</tags>
</metadata>
</package>
diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc
index 4e8d85a..72c68d0 100644
--- a/scripts/pugixml_dll.rc
+++ b/scripts/pugixml_dll.rc
@@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "pugixml library\0"
VALUE "FileVersion", PUGIXML_VERSION_NUMBER
VALUE "InternalName", "pugixml.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 2006-2020, by Arseny Kapoulkine\0"
+ VALUE "LegalCopyright", "Copyright (C) 2006-2022, by Arseny Kapoulkine\0"
VALUE "OriginalFilename", "pugixml.dll\0"
VALUE "ProductName", "pugixml\0"
VALUE "ProductVersion", PUGIXML_VERSION_NUMBER