-
Notifications
You must be signed in to change notification settings - Fork 737
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
11 changed files
with
22 additions
and
21 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
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
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
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
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
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,6 +1,6 @@ | ||
pugixml 1.14 - an XML processing library | ||
|
||
Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected]) | ||
Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected]) | ||
Report bugs and download new versions at https://pugixml.org/ | ||
|
||
This is the distribution of pugixml, which is a C++ XML processing library, | ||
|
@@ -26,7 +26,7 @@ The distribution contains the following folders: | |
|
||
This library is distributed under the MIT License: | ||
|
||
Copyright (c) 2006-2024 Arseny Kapoulkine | ||
Copyright (c) 2006-2025 Arseny Kapoulkine | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
|
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
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
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.14 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2025, 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 | ||
|
@@ -55,7 +55,7 @@ | |
#endif | ||
|
||
/** | ||
* Copyright (c) 2006-2024 Arseny Kapoulkine | ||
* Copyright (c) 2006-2025 Arseny Kapoulkine | ||
* | ||
* Permission is hereby granted, free of charge, to any person | ||
* obtaining a copy of this software and associated documentation | ||
|
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.14 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2025, 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 | ||
|
@@ -13528,7 +13528,7 @@ namespace pugi | |
#endif | ||
|
||
/** | ||
* Copyright (c) 2006-2024 Arseny Kapoulkine | ||
* Copyright (c) 2006-2025 Arseny Kapoulkine | ||
* | ||
* Permission is hereby granted, free of charge, to any person | ||
* obtaining a copy of this software and associated documentation | ||
|
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.14 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2025, 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 | ||
|
@@ -1560,7 +1560,7 @@ namespace std | |
#endif | ||
|
||
/** | ||
* Copyright (c) 2006-2024 Arseny Kapoulkine | ||
* Copyright (c) 2006-2025 Arseny Kapoulkine | ||
* | ||
* Permission is hereby granted, free of charge, to any person | ||
* obtaining a copy of this software and associated documentation | ||
|