Skip to content

Commit 6fa538f

Browse files
author
Kartik Kumar
committed
Update copyright statements to 2025. Update Doxygen docs.
1 parent 8d6a709 commit 6fa538f

32 files changed

+65
-66
lines changed

.github/workflows/run-all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2024 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2025 Kartik Kumar ([email protected])
22
# Distributed under the MIT License.
33
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
44

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2024 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2025 Kartik Kumar ([email protected])
22
# Distributed under the MIT License.
33
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
44

LICENSE

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

3-
Copyright (c) 2014-2024 Kartik Kumar ([email protected])
3+
Copyright (c) 2014-2025 Kartik Kumar ([email protected])
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2024 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2025 Kartik Kumar ([email protected])
22
# Distributed under the MIT License.
33
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
44

apps/cppbase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2024 Kartik Kumar ([email protected])
2+
* Copyright (c) 2014-2025 Kartik Kumar ([email protected])
33
* Distributed under the MIT License.
44
* See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
55
*/

apps/helloWorld.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2024 Kartik Kumar ([email protected])
2+
* Copyright (c) 2014-2025 Kartik Kumar ([email protected])
33
* Distributed under the MIT License.
44
* See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
55
*/

cmake_uninstall.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2024 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2025 Kartik Kumar ([email protected])
22
# Distributed under the MIT License.
33
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
44

docs/html/README_8md.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.13.1"/>
6+
<meta name="generator" content="Doxygen 1.13.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>cppbase: README.md File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -53,7 +53,7 @@
5353
</table>
5454
</div>
5555
<!-- end header part -->
56-
<!-- Generated by Doxygen 1.13.1 -->
56+
<!-- Generated by Doxygen 1.13.2 -->
5757
<script type="text/javascript">
5858
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
5959
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -112,7 +112,7 @@
112112
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
113113
<ul>
114114
<li class="navelem"><a class="el" href="README_8md.html">README.md</a></li>
115-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.1 </li>
115+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
116116
</ul>
117117
</div>
118118
</body>

docs/html/clipboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ SOFTWARE.
2828
*/
2929

3030
let clipboard_title = "Copy to clipboard"
31-
let clipboard_icon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`
32-
let clipboard_successIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>`
31+
let clipboard_icon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#888" d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`
32+
let clipboard_successIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>`
3333
let clipboard_successDuration = 1000
3434

3535
$(function() {

docs/html/cppbaseAll_8hpp.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.13.1"/>
6+
<meta name="generator" content="Doxygen 1.13.2"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>cppbase: cppbaseAll.hpp File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -53,7 +53,7 @@
5353
</table>
5454
</div>
5555
<!-- end header part -->
56-
<!-- Generated by Doxygen 1.13.1 -->
56+
<!-- Generated by Doxygen 1.13.2 -->
5757
<script type="text/javascript">
5858
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
5959
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -125,7 +125,7 @@
125125
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
126126
<ul>
127127
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d1bd97ed40e89648596a0852aac26258.html">cppbase</a></li><li class="navelem"><a class="el" href="cppbaseAll_8hpp.html">cppbaseAll.hpp</a></li>
128-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.1 </li>
128+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
129129
</ul>
130130
</div>
131131
</body>

0 commit comments

Comments
 (0)