Update copyright year to 2017

This commit is contained in:
Arseny Kapoulkine 2017-01-21 10:48:47 -08:00
parent 198900eff4
commit d3b9e4e1e8
9 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@ Youre advised to start with the quick-start guide; however, many important li
## License ## License
This library is available to anybody free of charge, under the terms of MIT 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 Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -46,7 +46,7 @@ Thanks to *Vyacheslav Egorov* for documentation proofreading and fuzz testing.
The pugixml library is distributed under the MIT license: 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 Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation 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). 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]] [[install]]

View File

@ -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: 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 Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation 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). 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.
.... ....

View File

@ -1,6 +1,6 @@
pugixml 1.8 - an XML processing library 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/ Report bugs and download new versions at http://pugixml.org/
This is the distribution of pugixml, which is a C++ XML processing library, 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: 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 Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -18,7 +18,7 @@ nuget {
title: pugixml; title: pugixml;
summary: "Light-weight, simple and fast XML parser for C++ with XPath support"; summary: "Light-weight, simple and fast XML parser for C++ with XPath support";
releaseNotes: "http://pugixml.org/docs/manual.html#changes"; 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"; licenseUrl: "http://pugixml.org/license.html";
requireLicenseAcceptance: false; requireLicenseAcceptance: false;

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :text => <<-qwertyuiop s.license = { :type => 'MIT', :text => <<-qwertyuiop
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
/** /**
* pugixml parser - version 1.8 * 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/ * Report bugs and download new versions at http://pugixml.org/
* *
* This library is distributed under the MIT License. See notice at the end * This library is distributed under the MIT License. See notice at the end
@ -49,7 +49,7 @@
#endif #endif
/** /**
* Copyright (c) 2006-2016 Arseny Kapoulkine * Copyright (c) 2006-2017 Arseny Kapoulkine
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,7 @@
/** /**
* pugixml parser - version 1.8 * 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/ * Report bugs and download new versions at http://pugixml.org/
* *
* This library is distributed under the MIT License. See notice at the end * This library is distributed under the MIT License. See notice at the end
@ -12604,7 +12604,7 @@ namespace pugi
#endif #endif
/** /**
* Copyright (c) 2006-2016 Arseny Kapoulkine * Copyright (c) 2006-2017 Arseny Kapoulkine
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View File

@ -1,7 +1,7 @@
/** /**
* pugixml parser - version 1.8 * 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/ * Report bugs and download new versions at http://pugixml.org/
* *
* This library is distributed under the MIT License. See notice at the end * This library is distributed under the MIT License. See notice at the end
@ -1409,7 +1409,7 @@ namespace std
#endif #endif
/** /**
* Copyright (c) 2006-2016 Arseny Kapoulkine * Copyright (c) 2006-2017 Arseny Kapoulkine
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation