From d3b9e4e1e85d0aca562d0e6b62533e68e5a4a749 Mon Sep 17 00:00:00 2001
From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Date: Sat, 21 Jan 2017 10:48:47 -0800
Subject: [PATCH] Update copyright year to 2017

---
 README.md               | 2 +-
 docs/manual.adoc        | 4 ++--
 docs/quickstart.adoc    | 6 +++---
 readme.txt              | 4 ++--
 scripts/nuget.autopkg   | 2 +-
 scripts/pugixml.podspec | 2 +-
 src/pugiconfig.hpp      | 4 ++--
 src/pugixml.cpp         | 4 ++--
 src/pugixml.hpp         | 4 ++--
 9 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 1f9e2992..af78bf18 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ You’re advised to start with the quick-start guide; however, many important li
 ## License
 This library is available to anybody free of charge, under the terms of MIT License:
 
-Copyright (c) 2006-2016 Arseny Kapoulkine
+Copyright (c) 2006-2017 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 61dcfcb7..6688bd6b 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-2016 Arseny Kapoulkine
+Copyright (c) 2006-2017 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 (http://pugixml.org).
-pugixml is Copyright (C) 2006-2016 Arseny Kapoulkine.
+pugixml is Copyright (C) 2006-2017 Arseny Kapoulkine.
 ....
 
 [[install]]
diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc
index fe5eac63..6e77a173 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-2016 Arseny Kapoulkine
+Copyright (c) 2006-2017 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 (http://pugixml.org).
-pugixml is Copyright (C) 2006-2016 Arseny Kapoulkine.
-....
\ No newline at end of file
+pugixml is Copyright (C) 2006-2017 Arseny Kapoulkine.
+....
diff --git a/readme.txt b/readme.txt
index 58d89cce..015786c7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,6 @@
 pugixml 1.8 - an XML processing library
 
-Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+Copyright (C) 2006-2017, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
 Report bugs and download new versions at http://pugixml.org/
 
 This is the distribution of pugixml, which is a C++ XML processing library,
@@ -28,7 +28,7 @@ The distribution contains the following folders:
 
 This library is distributed under the MIT License:
 
-Copyright (c) 2006-2016 Arseny Kapoulkine
+Copyright (c) 2006-2017 Arseny Kapoulkine
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg
index b24f6c61..2a620a23 100644
--- a/scripts/nuget.autopkg
+++ b/scripts/nuget.autopkg
@@ -18,7 +18,7 @@ nuget {
 		title: pugixml;
 		summary: "Light-weight, simple and fast XML parser for C++ with XPath support";
 		releaseNotes: "http://pugixml.org/docs/manual.html#changes";
-		copyright: "Copyright (c) 2006-2016 Arseny Kapoulkine";
+		copyright: "Copyright (c) 2006-2017 Arseny Kapoulkine";
 		licenseUrl: "http://pugixml.org/license.html";
 		requireLicenseAcceptance: false;
 
diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec
index 75084181..0c7ad13e 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-2016 Arseny Kapoulkine
+Copyright (c) 2006-2017 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
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index 2d1e6aa8..7d364de3 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -1,7 +1,7 @@
 /**
  * pugixml parser - version 1.8
  * --------------------------------------------------------
- * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2017, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
  * Report bugs and download new versions at http://pugixml.org/
  *
  * This library is distributed under the MIT License. See notice at the end
@@ -49,7 +49,7 @@
 #endif
 
 /**
- * Copyright (c) 2006-2016 Arseny Kapoulkine
+ * Copyright (c) 2006-2017 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 d379a233..0813ae69 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -1,7 +1,7 @@
 /**
  * pugixml parser - version 1.8
  * --------------------------------------------------------
- * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2017, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
  * Report bugs and download new versions at http://pugixml.org/
  *
  * This library is distributed under the MIT License. See notice at the end
@@ -12604,7 +12604,7 @@ namespace pugi
 #endif
 
 /**
- * Copyright (c) 2006-2016 Arseny Kapoulkine
+ * Copyright (c) 2006-2017 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 6288d4bd..4d76bfa2 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -1,7 +1,7 @@
 /**
  * pugixml parser - version 1.8
  * --------------------------------------------------------
- * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+ * Copyright (C) 2006-2017, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
  * Report bugs and download new versions at http://pugixml.org/
  *
  * This library is distributed under the MIT License. See notice at the end
@@ -1409,7 +1409,7 @@ namespace std
 #endif
 
 /**
- * Copyright (c) 2006-2016 Arseny Kapoulkine
+ * Copyright (c) 2006-2017 Arseny Kapoulkine
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation
-- 
GitLab