-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code fix to allow nana creator to run on raspberri pi updated pugixml lib to version 1.9
- Loading branch information
Showing
9 changed files
with
1,564 additions
and
1,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* pugixml parser - version 1.7 | ||
* pugixml parser - version 1.9 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2015, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2018, by Arseny Kapoulkine ([email protected]) | ||
* 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-2015 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 | ||
|
@@ -62,7 +62,7 @@ | |
* | ||
* The above copyright notice and this permission notice shall be | ||
* included in all copies or substantial portions of the Software. | ||
* | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
|
Oops, something went wrong.