aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2020-11-26 01:00:27 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2020-11-26 01:00:27 -0800
commitfe4bc946b2338cc659507120942505f765d435a0 (patch)
tree6e97d21de55c7307cbbb08632197a3275a8ddb29
parent632c042a355dda6b97d488fc3bb232d0aac4dbe0 (diff)
downloadpugixml-fe4bc946b2338cc659507120942505f765d435a0.zip
pugixml-fe4bc946b2338cc659507120942505f765d435a0.tar.gz
pugixml-fe4bc946b2338cc659507120942505f765d435a0.tar.bz2
Update copyright year to 2020 everywhere
-rw-r--r--LICENSE.md2
-rw-r--r--docs/manual.adoc4
-rw-r--r--docs/manual.html6
-rw-r--r--docs/quickstart.adoc4
-rw-r--r--docs/quickstart.html6
-rw-r--r--readme.txt2
-rw-r--r--scripts/nuget/pugixml.nuspec2
-rw-r--r--scripts/pugixml_dll.rc2
-rw-r--r--src/pugiconfig.hpp4
-rw-r--r--src/pugixml.cpp4
-rw-r--r--src/pugixml.hpp4
11 files changed, 20 insertions, 20 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 7cd2f3d..2503b81 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2006-2019 Arseny Kapoulkine
+Copyright (c) 2006-2020 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/docs/manual.adoc b/docs/manual.adoc
index f82b82f..1f80929 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -46,7 +46,7 @@ Thanks to *Vyacheslav Egorov* for documentation proofreading and fuzz testing.
The pugixml library is distributed under the MIT license:
....
-Copyright (c) 2006-2019 Arseny Kapoulkine
+Copyright (c) 2006-2020 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -74,7 +74,7 @@ This means that you can freely use pugixml in your applications, both open-sourc
....
This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2019 Arseny Kapoulkine.
+pugixml is Copyright (C) 2006-2020 Arseny Kapoulkine.
....
[[install]]
diff --git a/docs/manual.html b/docs/manual.html
index 91bbbda..35acf77 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -636,7 +636,7 @@ No documentation is perfect; neither is this one. If you find errors or omission
</div>
<div class="literalblock">
<div class="content">
-<pre>Copyright (c) 2006-2019 Arseny Kapoulkine
+<pre>Copyright (c) 2006-2020 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -666,7 +666,7 @@ OTHER DEALINGS IN THE SOFTWARE.</pre>
<div class="literalblock">
<div class="content">
<pre>This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2019 Arseny Kapoulkine.</pre>
+pugixml is Copyright (C) 2006-2020 Arseny Kapoulkine.</pre>
</div>
</div>
</div>
@@ -5861,7 +5861,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2020-11-25 10:12:30 -0800
+Last updated 2020-11-26 00:58:35 -0800
</div>
</div>
<style>
diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc
index b4d621d..ee15665 100644
--- a/docs/quickstart.adoc
+++ b/docs/quickstart.adoc
@@ -255,7 +255,7 @@ If filing an issue is not possible due to privacy or other concerns, you can con
The pugixml library is distributed under the MIT license:
....
-Copyright (c) 2006-2019 Arseny Kapoulkine
+Copyright (c) 2006-2020 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -283,5 +283,5 @@ This means that you can freely use pugixml in your applications, both open-sourc
....
This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2019 Arseny Kapoulkine.
+pugixml is Copyright (C) 2006-2020 Arseny Kapoulkine.
....
diff --git a/docs/quickstart.html b/docs/quickstart.html
index cdf5763..57e6a98 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -986,7 +986,7 @@ XPath functions throw <code>xpath_exception</code> objects on error; the sample
</div>
<div class="literalblock">
<div class="content">
-<pre>Copyright (c) 2006-2019 Arseny Kapoulkine
+<pre>Copyright (c) 2006-2020 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -1016,7 +1016,7 @@ OTHER DEALINGS IN THE SOFTWARE.</pre>
<div class="literalblock">
<div class="content">
<pre>This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2019 Arseny Kapoulkine.</pre>
+pugixml is Copyright (C) 2006-2020 Arseny Kapoulkine.</pre>
</div>
</div>
</div>
@@ -1030,7 +1030,7 @@ pugixml is Copyright (C) 2006-2019 Arseny Kapoulkine.</pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2020-11-25 10:12:25 -0800
+Last updated 2020-11-26 00:58:43 -0800
</div>
</div>
<style>
diff --git a/readme.txt b/readme.txt
index faae08a..bfb1875 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,6 @@
pugixml 1.11 - an XML processing library
-Copyright (C) 2006-2019, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+Copyright (C) 2006-2020, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
Report bugs and download new versions at https://pugixml.org/
This is the distribution of pugixml, which is a C++ XML processing library,
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index 231d40a..7e59a09 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, VS2017 and VS2019, 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-2019 Arseny Kapoulkine</copyright>
+ <copyright>Copyright (c) 2006-2020 Arseny Kapoulkine</copyright>
<tags>native nativepackage</tags>
</metadata>
</package>
diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc
index dde62dc..d156d50 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-2019, by Arseny Kapoulkine\0"
+ VALUE "LegalCopyright", "Copyright (C) 2006-2020, by Arseny Kapoulkine\0"
VALUE "OriginalFilename", "pugixml.dll\0"
VALUE "ProductName", "pugixml\0"
VALUE "ProductVersion", PUGIXML_VERSION_NUMBER
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index ed1acea..405a66b 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -1,7 +1,7 @@
/**
* pugixml parser - version 1.11
* --------------------------------------------------------
- * Copyright (C) 2006-2019, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2020, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
*
* This library is distributed under the MIT License. See notice at the end
@@ -52,7 +52,7 @@
#endif
/**
- * Copyright (c) 2006-2019 Arseny Kapoulkine
+ * Copyright (c) 2006-2020 Arseny Kapoulkine
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index 05540c0..efdcdf6 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -1,7 +1,7 @@
/**
* pugixml parser - version 1.11
* --------------------------------------------------------
- * Copyright (C) 2006-2019, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2020, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
*
* This library is distributed under the MIT License. See notice at the end
@@ -12995,7 +12995,7 @@ namespace pugi
#endif
/**
- * Copyright (c) 2006-2019 Arseny Kapoulkine
+ * Copyright (c) 2006-2020 Arseny Kapoulkine
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 8f662b9..7e2ce77 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -1,7 +1,7 @@
/**
* pugixml parser - version 1.11
* --------------------------------------------------------
- * Copyright (C) 2006-2019, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2020, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
*
* This library is distributed under the MIT License. See notice at the end
@@ -1474,7 +1474,7 @@ namespace std
#endif
/**
- * Copyright (c) 2006-2019 Arseny Kapoulkine
+ * Copyright (c) 2006-2020 Arseny Kapoulkine
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation