-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,157 additions
and
934 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.11 | ||
* pugixml parser - version 1.14 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2020, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected]) | ||
* 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-2020 Arseny Kapoulkine | ||
* Copyright (c) 2006-2023 Arseny Kapoulkine | ||
* | ||
* Permission is hereby granted, free of charge, to any person | ||
* obtaining a copy of this software and associated documentation | ||
|
Oops, something went wrong.