Skip to content

Commit b004bb6

Browse files
author
Kartik Kumar
committed
Update Copyright statement.
1 parent 81fad69 commit b004bb6

17 files changed

+17
-17
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-2022 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
3+
Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
2+
* Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
2+
* Copyright (c) 2014-2024 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-2022 Kartik Kumar ([email protected])
1+
# Copyright (c) 2014-2024 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/cppbaseAll_8hpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</div><!--header-->
102102
<div class="contents">
103103
<a href="cppbaseAll_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
104-
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2014-2022 Kartik Kumar ([email protected])</span></div>
104+
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2014-2024 Kartik Kumar ([email protected])</span></div>
105105
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Distributed under the MIT License.</span></div>
106106
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT</span></div>
107107
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> */</span></div>

docs/html/factorial_8hpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</div><!--header-->
102102
<div class="contents">
103103
<a href="factorial_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
104-
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2014-2022 Kartik Kumar ([email protected])</span></div>
104+
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2014-2024 Kartik Kumar ([email protected])</span></div>
105105
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Distributed under the MIT License.</span></div>
106106
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT</span></div>
107107
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> */</span></div>

include/CMakeLists.txt

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

0 commit comments

Comments
 (0)