-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream-pugixml' into update-pybind11
# By pugixml Upstream * upstream-pugixml: pugixml 2023-09-07 (db78afc2)
- Loading branch information
Showing
3 changed files
with
1,134 additions
and
922 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.12 | ||
* pugixml parser - version 1.14 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2022, 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-2022 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.