Skip to content

Commit 653c606

Browse files
authored
📄 update copyright notice (#788)
## Description This small PR updates the copyright notice to 2025 using the automatic pre-commit hook. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. --------- Signed-off-by: burgholzer <[email protected]>
1 parent 631659a commit 653c606

File tree

253 files changed

+372
-369
lines changed

Some content is hidden

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

253 files changed

+372
-369
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/Cache.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/CompilerOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/CompilerWarnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/ExternalDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/FindGMP.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/GetVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/PackageAddTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/PreventInSourceBuilds.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

cmake/Sanitizers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Chair for Design Automation, TUM
1+
# Copyright (c) 2025 Chair for Design Automation, TUM
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)