diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nuget/pugixml.nuspec | 2 | ||||
-rw-r--r-- | scripts/pugixml.podspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec index 046ea31..5e4fe7c 100644 --- a/scripts/nuget/pugixml.nuspec +++ b/scripts/nuget/pugixml.nuspec @@ -15,7 +15,7 @@ pugixml is used by a lot of projects, both open-source and proprietary, for perf This package contains builds for VS2013, VS2015 and VS2017, 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>http://pugixml.org/docs/manual.html#changes</releaseNotes>
- <copyright>Copyright (c) 2006-2017 Arseny Kapoulkine</copyright>
+ <copyright>Copyright (c) 2006-2018 Arseny Kapoulkine</copyright>
<tags>native nativepackage</tags>
</metadata>
</package>
diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec index 0c7ad13..98ac744 100644 --- a/scripts/pugixml.podspec +++ b/scripts/pugixml.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :text => <<-qwertyuiop The MIT License (MIT) -Copyright (c) 2006-2017 Arseny Kapoulkine +Copyright (c) 2006-2018 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |