Skip to content

Commit 6a2ab29

Browse files
committed
chore: update LICENSE
1 parent 6301f48 commit 6a2ab29

24 files changed

+42
-34
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
license:
11-
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/license-checker.yml@v0.0.6
11+
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/license-checker.yml@v0.0.9

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
tests:
11-
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/x86_64-linux-gnu-gcc.yml@v0.0.8
11+
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/x86_64-linux-gnu-gcc.yml@v0.0.9
1212
with:
13-
pre-build: sudo apt install -y libgl1-mesa-dev libglx-dev ninja-build
13+
pre-build: sudo apt install -y libgl1-mesa-dev libglx-dev ninja-build

.licenserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"{cmake}/**/*.cmake": [
33
"#[[",
44
"MIT License",
5-
"Copyright (c) 2024 ZIMO Elektronik",
5+
"Copyright (c) 2025 ZIMO Elektronik",
66
"Permission is hereby granted, free of charge, to any person obtaining a copy",
77
"of this software and associated documentation files (the \"Software\"), to deal",
88
"in the Software without restriction, including without limitation the rights",

.vscode/tasks.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ if(PROJECT_IS_TOP_LEVEL AND CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
3939
include(CTest)
4040
endif()
4141

42-
if(BUILD_TESTING AND CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
42+
if(BUILD_TESTING
43+
AND PROJECT_IS_TOP_LEVEL
44+
AND CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
4345
add_subdirectory(tests)
4446
endif()

CMakePresets.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": 6,
3+
"cmakeMinimumRequired": {
4+
"major": 3,
5+
"minor": 25,
6+
"patch": 0
7+
},
8+
"configurePresets": [
9+
{
10+
"name": "Debug",
11+
"binaryDir": "${sourceDir}/build",
12+
"cacheVariables": {
13+
"CMAKE_BUILD_TYPE": "Debug"
14+
}
15+
}
16+
]
17+
}

LICENSE

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) 2024 ZIMO Elektronik
3+
Copyright (c) 2025 ZIMO Elektronik
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

cmake/FindCQtDeployer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/add_clang_format_target.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/add_compile_link_options.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/build_qt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/find_qt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/minify_html.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/sanitize.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/target_common_warnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/target_compile_link_options.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/target_unity_build.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-arm-clang.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-arm-none-eabi-gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-clang.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-gcc-12.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/toolchain-x86_64-w64-mingw32-gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cmake/version_from_git.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[[
22
MIT License
33
4-
Copyright (c) 2024 ZIMO Elektronik
4+
Copyright (c) 2025 ZIMO Elektronik
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)