Skip to content

Commit 0ea2aed

Browse files
committed
Copyright 2025
1 parent 0ed7d97 commit 0ea2aed

63 files changed

Lines changed: 63 additions & 63 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.26 FATAL_ERROR)
22
#
33
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
44
#
5-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
5+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
66
#
77
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
88
#

TEMPLATE_LICENSE

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

3-
Copyright (c) 2024 International Development and Integration Systems LLC (IDI-Systems)
3+
Copyright (c) 2025 International Development and Integration Systems LLC (IDI-Systems)
44

55
This license only applies to IDI-Systems's CMake Template for C++ Projects. All
66
derivative projects that consume this template in any form are explicitly

cmake/idi/functions/framework/idi_configure_base_includes.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/framework/idi_init.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/framework/idi_load_platform_config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/framework/idi_main.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/framework/idi_new_component.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/framework/idi_src.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/idi_add_dependency.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

cmake/idi/functions/idi_add_sources.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# @author Cliff Foster (Nou) <cliff@idi-systems.com>
33
#
4-
# @copyright Copyright (c) 2024 International Development & Integration Systems LLC
4+
# @copyright Copyright (c) 2025 International Development & Integration Systems LLC
55
#
66
# Licensed under a modified MIT License, see TEMPLATE_LICENSE for full license details
77
#

0 commit comments

Comments
 (0)