From b004bb658c756f5524ff38bf8edb87055f14159a Mon Sep 17 00:00:00 2001 From: Kartik Kumar Date: Mon, 2 Dec 2024 12:01:24 +0100 Subject: [PATCH] Update Copyright statement. --- .github/workflows/run-all-tests.yml | 2 +- CMakeLists.txt | 2 +- LICENSE | 2 +- apps/CMakeLists.txt | 2 +- apps/cppbase.cpp | 2 +- apps/helloWorld.cpp | 2 +- cmake_uninstall.cmake.in | 2 +- docs/html/cppbaseAll_8hpp_source.html | 2 +- docs/html/factorial_8hpp_source.html | 2 +- include/CMakeLists.txt | 2 +- include/cppbase/cppbaseAll.hpp | 2 +- include/cppbase/factorial.hpp | 2 +- src/CMakeLists.txt | 2 +- src/factorial.cpp | 2 +- tests/CMakeLists.txt | 2 +- tests/testFactorial.cpp | 2 +- version.hpp.in | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml index 3b3d929..285402b 100644 --- a/.github/workflows/run-all-tests.yml +++ b/.github/workflows/run-all-tests.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d8d8be..a53f211 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/LICENSE b/LICENSE index 588fe94..4f34d6c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index ee61d36..9a2c0e3 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/apps/cppbase.cpp b/apps/cppbase.cpp index df40652..fe3957c 100644 --- a/apps/cppbase.cpp +++ b/apps/cppbase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/apps/helloWorld.cpp b/apps/helloWorld.cpp index 59ca9f1..904b344 100644 --- a/apps/helloWorld.cpp +++ b/apps/helloWorld.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/cmake_uninstall.cmake.in b/cmake_uninstall.cmake.in index da537a2..f615671 100644 --- a/cmake_uninstall.cmake.in +++ b/cmake_uninstall.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/docs/html/cppbaseAll_8hpp_source.html b/docs/html/cppbaseAll_8hpp_source.html index 1b561ff..48d47cc 100644 --- a/docs/html/cppbaseAll_8hpp_source.html +++ b/docs/html/cppbaseAll_8hpp_source.html @@ -101,7 +101,7 @@
Go to the documentation of this file.
1/*
-
2 * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com)
+
2 * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com)
3 * Distributed under the MIT License.
4 * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
5 */
diff --git a/docs/html/factorial_8hpp_source.html b/docs/html/factorial_8hpp_source.html index 86980d3..a2f30ce 100644 --- a/docs/html/factorial_8hpp_source.html +++ b/docs/html/factorial_8hpp_source.html @@ -101,7 +101,7 @@
Go to the documentation of this file.
1/*
-
2 * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com)
+
2 * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com)
3 * Distributed under the MIT License.
4 * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
5 */
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index f0fa069..e856b50 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/include/cppbase/cppbaseAll.hpp b/include/cppbase/cppbaseAll.hpp index 7891570..f153d9c 100644 --- a/include/cppbase/cppbaseAll.hpp +++ b/include/cppbase/cppbaseAll.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/include/cppbase/factorial.hpp b/include/cppbase/factorial.hpp index 9bc2a4a..0fa0d8d 100644 --- a/include/cppbase/factorial.hpp +++ b/include/cppbase/factorial.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dccbd87..468b540 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/src/factorial.cpp b/src/factorial.cpp index 977c093..183cfa5 100644 --- a/src/factorial.cpp +++ b/src/factorial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index fcdb892..872cefd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) +# Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) # Distributed under the MIT License. # See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT diff --git a/tests/testFactorial.cpp b/tests/testFactorial.cpp index f246719..b60f816 100644 --- a/tests/testFactorial.cpp +++ b/tests/testFactorial.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */ diff --git a/version.hpp.in b/version.hpp.in index 029f11d..99ce90b 100644 --- a/version.hpp.in +++ b/version.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com) + * Copyright (c) 2014-2024 Kartik Kumar (me@kartikkumar.com) * Distributed under the MIT License. * See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT */