Skip to content

Commit b299231

Browse files
committed
Update copyright year to 2025
1 parent 06318b0 commit b299231

File tree

11 files changed

+22
-21
lines changed

11 files changed

+22
-21
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2006-2024 Arseny Kapoulkine
3+
Copyright (c) 2006-2025 Arseny Kapoulkine
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

docs/manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Thanks to *Vyacheslav Egorov* for documentation proofreading and fuzz testing.
4646
The pugixml library is distributed under the MIT license:
4747

4848
....
49-
Copyright (c) 2006-2024 Arseny Kapoulkine
49+
Copyright (c) 2006-2025 Arseny Kapoulkine
5050
5151
Permission is hereby granted, free of charge, to any person
5252
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
7474

7575
....
7676
This software is based on pugixml library (https://pugixml.org).
77-
pugixml is Copyright (C) 2006-2024 Arseny Kapoulkine.
77+
pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.
7878
....
7979

8080
[[install]]

docs/manual.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ <h3 id="overview.license"><a class="anchor" href="#overview.license"></a><a clas
708708
</div>
709709
<div class="literalblock">
710710
<div class="content">
711-
<pre>Copyright (c) 2006-2024 Arseny Kapoulkine
711+
<pre>Copyright (c) 2006-2025 Arseny Kapoulkine
712712

713713
Permission is hereby granted, free of charge, to any person
714714
obtaining a copy of this software and associated documentation
@@ -738,7 +738,7 @@ <h3 id="overview.license"><a class="anchor" href="#overview.license"></a><a clas
738738
<div class="literalblock">
739739
<div class="content">
740740
<pre>This software is based on pugixml library (https://pugixml.org).
741-
pugixml is Copyright (C) 2006-2024 Arseny Kapoulkine.</pre>
741+
pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.</pre>
742742
</div>
743743
</div>
744744
</div>
@@ -6216,7 +6216,7 @@ <h3 id="apiref.functions"><a class="anchor" href="#apiref.functions"></a><a clas
62166216
</div>
62176217
<div id="footer">
62186218
<div id="footer-text">
6219-
Last updated 2024-11-05 07:43:48 -0800
6219+
Last updated 2025-01-10 07:29:37 -0800
62206220
</div>
62216221
</div>
62226222
</body>

docs/quickstart.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ If filing an issue is not possible due to privacy or other concerns, you can con
255255
The pugixml library is distributed under the MIT license:
256256

257257
....
258-
Copyright (c) 2006-2024 Arseny Kapoulkine
258+
Copyright (c) 2006-2025 Arseny Kapoulkine
259259
260260
Permission is hereby granted, free of charge, to any person
261261
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
283283

284284
....
285285
This software is based on pugixml library (https://pugixml.org).
286-
pugixml is Copyright (C) 2006-2024 Arseny Kapoulkine.
286+
pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.
287287
....

docs/quickstart.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@
448448
pre.pygments .tok-cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
449449
pre.pygments .tok-gd { color: #A00000 } /* Generic.Deleted */
450450
pre.pygments .tok-ge { font-style: italic } /* Generic.Emph */
451+
pre.pygments .tok-ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
451452
pre.pygments .tok-gr { color: #E40000 } /* Generic.Error */
452453
pre.pygments .tok-gh { color: #000080; font-weight: bold } /* Generic.Heading */
453454
pre.pygments .tok-gi { color: #008400 } /* Generic.Inserted */
@@ -1054,7 +1055,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10541055
</div>
10551056
<div class="literalblock">
10561057
<div class="content">
1057-
<pre>Copyright (c) 2006-2024 Arseny Kapoulkine
1058+
<pre>Copyright (c) 2006-2025 Arseny Kapoulkine
10581059

10591060
Permission is hereby granted, free of charge, to any person
10601061
obtaining a copy of this software and associated documentation
@@ -1084,7 +1085,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10841085
<div class="literalblock">
10851086
<div class="content">
10861087
<pre>This software is based on pugixml library (https://pugixml.org).
1087-
pugixml is Copyright (C) 2006-2024 Arseny Kapoulkine.</pre>
1088+
pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.</pre>
10881089
</div>
10891090
</div>
10901091
</div>
@@ -1098,7 +1099,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10981099
</div>
10991100
<div id="footer">
11001101
<div id="footer-text">
1101-
Last updated 2024-01-26 09:23:09 -0800
1102+
Last updated 2025-01-10 07:29:46 -0800
11021103
</div>
11031104
</div>
11041105
</body>

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pugixml 1.14 - an XML processing library
22

3-
Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected])
3+
Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected])
44
Report bugs and download new versions at https://pugixml.org/
55

66
This is the distribution of pugixml, which is a C++ XML processing library,
@@ -26,7 +26,7 @@ The distribution contains the following folders:
2626

2727
This library is distributed under the MIT License:
2828

29-
Copyright (c) 2006-2024 Arseny Kapoulkine
29+
Copyright (c) 2006-2025 Arseny Kapoulkine
3030

3131
Permission is hereby granted, free of charge, to any person
3232
obtaining a copy of this software and associated documentation

scripts/nuget/pugixml.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pugixml is used by a lot of projects, both open-source and proprietary, for perf
1414
This package contains builds for VS2013, VS2015, VS2017, VS2019 and VS2022, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
1515
<summary>Light-weight, simple and fast XML parser for C++ with XPath support</summary>
1616
<releaseNotes>https://pugixml.org/docs/manual.html#changes</releaseNotes>
17-
<copyright>Copyright (c) 2006-2024 Arseny Kapoulkine</copyright>
17+
<copyright>Copyright (c) 2006-2025 Arseny Kapoulkine</copyright>
1818
<tags>native nativepackage</tags>
1919
</metadata>
2020
</package>

scripts/pugixml_dll.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ BEGIN
3131
VALUE "FileDescription", "pugixml library\0"
3232
VALUE "FileVersion", PUGIXML_VERSION_NUMBER
3333
VALUE "InternalName", "pugixml.dll\0"
34-
VALUE "LegalCopyright", "Copyright (C) 2006-2024, by Arseny Kapoulkine\0"
34+
VALUE "LegalCopyright", "Copyright (C) 2006-2025, by Arseny Kapoulkine\0"
3535
VALUE "OriginalFilename", "pugixml.dll\0"
3636
VALUE "ProductName", "pugixml\0"
3737
VALUE "ProductVersion", PUGIXML_VERSION_NUMBER

src/pugiconfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* pugixml parser - version 1.14
33
* --------------------------------------------------------
4-
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected])
4+
* Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/
66
*
77
* This library is distributed under the MIT License. See notice at the end
@@ -55,7 +55,7 @@
5555
#endif
5656

5757
/**
58-
* Copyright (c) 2006-2024 Arseny Kapoulkine
58+
* Copyright (c) 2006-2025 Arseny Kapoulkine
5959
*
6060
* Permission is hereby granted, free of charge, to any person
6161
* obtaining a copy of this software and associated documentation

src/pugixml.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* pugixml parser - version 1.14
33
* --------------------------------------------------------
4-
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected])
4+
* Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/
66
*
77
* This library is distributed under the MIT License. See notice at the end
@@ -13528,7 +13528,7 @@ namespace pugi
1352813528
#endif
1352913529

1353013530
/**
13531-
* Copyright (c) 2006-2024 Arseny Kapoulkine
13531+
* Copyright (c) 2006-2025 Arseny Kapoulkine
1353213532
*
1353313533
* Permission is hereby granted, free of charge, to any person
1353413534
* obtaining a copy of this software and associated documentation

src/pugixml.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* pugixml parser - version 1.14
33
* --------------------------------------------------------
4-
* Copyright (C) 2006-2024, by Arseny Kapoulkine ([email protected])
4+
* Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/
66
*
77
* This library is distributed under the MIT License. See notice at the end
@@ -1560,7 +1560,7 @@ namespace std
15601560
#endif
15611561

15621562
/**
1563-
* Copyright (c) 2006-2024 Arseny Kapoulkine
1563+
* Copyright (c) 2006-2025 Arseny Kapoulkine
15641564
*
15651565
* Permission is hereby granted, free of charge, to any person
15661566
* obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)