diff --git a/.license-tools-config.json b/.license-tools-config.json index b13999cf..e5a434d2 100644 --- a/.license-tools-config.json +++ b/.license-tools-config.json @@ -1,9 +1,10 @@ { "author": { - "name": "Chair for Design Automation, TUM\nCopyright (c) 2025 Munich Quantum Software Company GmbH", - "years": [2024, 2025] + "name": "Chair for Design Automation, TUM\nCopyright (c) 2025 - 2026 Munich Quantum Software Company GmbH", + "years": [2024, 2026] }, "force_author": true, + "force_license": true, "license": "MIT", "title": false, "include": ["**/*"], diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31c343fa..654d723d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -120,7 +120,7 @@ repos: types_or: [yaml, markdown, html, css, scss, javascript, json] # Check for spelling - - repo: https://github.com/crate-ci/typos + - repo: https://github.com/adhtruong/mirrors-typos rev: v1.41.0 hooks: - id: typos diff --git a/LICENSE.md b/LICENSE.md index 8df41d62..6b8f6035 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2024 Chair for Design Automation, Technical University of Munich +Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH 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/app/testDDSimDebugger.cpp b/app/testDDSimDebugger.cpp index a722312d..41abf1c0 100644 --- a/app/testDDSimDebugger.cpp +++ b/app/testDDSimDebugger.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/bindings/InterfaceBindings.cpp b/bindings/InterfaceBindings.cpp index ebeb619c..9b2ea20b 100644 --- a/bindings/InterfaceBindings.cpp +++ b/bindings/InterfaceBindings.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/bindings/bindings.cpp b/bindings/bindings.cpp index bd5a0be1..af2cb34e 100644 --- a/bindings/bindings.cpp +++ b/bindings/bindings.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/bindings/dd/DDSimDebugBindings.cpp b/bindings/dd/DDSimDebugBindings.cpp index abd5bfdb..9fffb32f 100644 --- a/bindings/dd/DDSimDebugBindings.cpp +++ b/bindings/dd/DDSimDebugBindings.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/cmake/ExternalDependencies.cmake b/cmake/ExternalDependencies.cmake index 475737a4..7d6c9119 100644 --- a/cmake/ExternalDependencies.cmake +++ b/cmake/ExternalDependencies.cmake @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index e4183763..d3957daa 100644 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/docs/conf.py b/docs/conf.py index 2ffb3185..105ddbc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT @@ -48,9 +48,9 @@ release = version.split("+")[0] project = "MQT Debugger" -author = "Chair for Design Automation, Technical University of Munich" +author = "Chair for Design Automation, TUM & Munich Quantum Software Company" language = "en" -project_copyright = "Chair for Design Automation, Technical University of Munich" +project_copyright = "2024 - 2026 Chair for Design Automation, TUM & 2025 - 2026 Munich Quantum Software Company" master_doc = "index" diff --git a/include/backend/dd/DDSimDebug.hpp b/include/backend/dd/DDSimDebug.hpp index bc8ab10e..84fc4fcf 100644 --- a/include/backend/dd/DDSimDebug.hpp +++ b/include/backend/dd/DDSimDebug.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/backend/dd/DDSimDiagnostics.hpp b/include/backend/dd/DDSimDiagnostics.hpp index c22de1b1..6926353e 100644 --- a/include/backend/dd/DDSimDiagnostics.hpp +++ b/include/backend/dd/DDSimDiagnostics.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/backend/debug.h b/include/backend/debug.h index da83f5d5..2fd7c21f 100644 --- a/include/backend/debug.h +++ b/include/backend/debug.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/backend/diagnostics.h b/include/backend/diagnostics.h index 7433f9d5..06242db4 100644 --- a/include/backend/diagnostics.h +++ b/include/backend/diagnostics.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common.h b/include/common.h index 82545a06..c31e2ff7 100644 --- a/include/common.h +++ b/include/common.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/ComplexMathematics.hpp b/include/common/ComplexMathematics.hpp index f9d45105..647ff9b4 100644 --- a/include/common/ComplexMathematics.hpp +++ b/include/common/ComplexMathematics.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/Span.hpp b/include/common/Span.hpp index 9b9449b7..a5d23617 100644 --- a/include/common/Span.hpp +++ b/include/common/Span.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/parsing/AssertionParsing.hpp b/include/common/parsing/AssertionParsing.hpp index 503dcef7..c8ebb18d 100644 --- a/include/common/parsing/AssertionParsing.hpp +++ b/include/common/parsing/AssertionParsing.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/parsing/AssertionTools.hpp b/include/common/parsing/AssertionTools.hpp index 208a134b..720e31a3 100644 --- a/include/common/parsing/AssertionTools.hpp +++ b/include/common/parsing/AssertionTools.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/parsing/CodePreprocessing.hpp b/include/common/parsing/CodePreprocessing.hpp index 2d856f17..fe2f94b6 100644 --- a/include/common/parsing/CodePreprocessing.hpp +++ b/include/common/parsing/CodePreprocessing.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/parsing/ParsingError.hpp b/include/common/parsing/ParsingError.hpp index 8ea1bd01..68aa3459 100644 --- a/include/common/parsing/ParsingError.hpp +++ b/include/common/parsing/ParsingError.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/common/parsing/Utils.hpp b/include/common/parsing/Utils.hpp index d4039266..55b70107 100644 --- a/include/common/parsing/Utils.hpp +++ b/include/common/parsing/Utils.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/frontend/cli/CliFrontEnd.hpp b/include/frontend/cli/CliFrontEnd.hpp index 82aa0d37..7ebe336f 100644 --- a/include/frontend/cli/CliFrontEnd.hpp +++ b/include/frontend/cli/CliFrontEnd.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/python/InterfaceBindings.hpp b/include/python/InterfaceBindings.hpp index adef6320..a8cf9b33 100644 --- a/include/python/InterfaceBindings.hpp +++ b/include/python/InterfaceBindings.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/include/python/dd/DDSimDebugBindings.hpp b/include/python/dd/DDSimDebugBindings.hpp index dd7278ae..0f7deb45 100644 --- a/include/python/dd/DDSimDebugBindings.hpp +++ b/include/python/dd/DDSimDebugBindings.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/noxfile.py b/noxfile.py index ab64b2cc..57f3a49f 100755 --- a/noxfile.py +++ b/noxfile.py @@ -1,6 +1,6 @@ #!/usr/bin/env -S uv run --script --quiet -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/pyproject.toml b/pyproject.toml index 2e10c7bb..8500f773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT @@ -30,9 +30,9 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Natural Language :: English", - "Operating System :: POSIX :: Linux", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", + "Operating System :: POSIX :: Linux", "Programming Language :: C++", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -252,12 +252,19 @@ mch = "mch" [tool.repo-review] -ignore = ["GH200"] +ignore = [ + "GH200", # We use Renovate instead of Dependabot + "PC160", # We use a mirror of crate-ci/typos +] [tool.uv] required-version = ">=0.5.20" -reinstall-package = ["mqt.debugger"] +cache-keys = [ + { file = "pyproject.toml" }, + { git = { commit = true, tags = true } }, + { file = "bindings/**/*.cpp"}, +] # symengine>=0.11,<0.14 (optional dependency of qiskit) is incompatible with Python 3.14 override-dependencies = [ "symengine>=0.11,<0.14; python_version < '3.14'", diff --git a/python/mqt/debugger/__init__.py b/python/mqt/debugger/__init__.py index 65678984..24ec7766 100644 --- a/python/mqt/debugger/__init__.py +++ b/python/mqt/debugger/__init__.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/_version.pyi b/python/mqt/debugger/_version.pyi index f2df28b9..a49246fa 100644 --- a/python/mqt/debugger/_version.pyi +++ b/python/mqt/debugger/_version.pyi @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/__init__.py b/python/mqt/debugger/check/__init__.py index 85a00359..b6a88b44 100644 --- a/python/mqt/debugger/check/__init__.py +++ b/python/mqt/debugger/check/__init__.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/__main__.py b/python/mqt/debugger/check/__main__.py index c55236ad..7e61a623 100644 --- a/python/mqt/debugger/check/__main__.py +++ b/python/mqt/debugger/check/__main__.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/calibration.py b/python/mqt/debugger/check/calibration.py index a6807252..96e88d26 100644 --- a/python/mqt/debugger/check/calibration.py +++ b/python/mqt/debugger/check/calibration.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/result_checker.py b/python/mqt/debugger/check/result_checker.py index 82e9a755..711d7274 100644 --- a/python/mqt/debugger/check/result_checker.py +++ b/python/mqt/debugger/check/result_checker.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/run_preparation.py b/python/mqt/debugger/check/run_preparation.py index f9a1de8b..e3da834f 100644 --- a/python/mqt/debugger/check/run_preparation.py +++ b/python/mqt/debugger/check/run_preparation.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/check/runtime_check.py b/python/mqt/debugger/check/runtime_check.py index eab8c781..e74ce2e9 100644 --- a/python/mqt/debugger/check/runtime_check.py +++ b/python/mqt/debugger/check/runtime_check.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/__init__.py b/python/mqt/debugger/dap/__init__.py index ab04b3ea..73802852 100644 --- a/python/mqt/debugger/dap/__init__.py +++ b/python/mqt/debugger/dap/__init__.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/adapter.py b/python/mqt/debugger/dap/adapter.py index b65175d0..3d5c0039 100644 --- a/python/mqt/debugger/dap/adapter.py +++ b/python/mqt/debugger/dap/adapter.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/dap_server.py b/python/mqt/debugger/dap/dap_server.py index 504b77b7..27f99ea1 100644 --- a/python/mqt/debugger/dap/dap_server.py +++ b/python/mqt/debugger/dap/dap_server.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/__init__.py b/python/mqt/debugger/dap/messages/__init__.py index f15bad76..da8744cb 100644 --- a/python/mqt/debugger/dap/messages/__init__.py +++ b/python/mqt/debugger/dap/messages/__init__.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/capabilities_dap_event.py b/python/mqt/debugger/dap/messages/capabilities_dap_event.py index 8a6e84d7..e558c110 100644 --- a/python/mqt/debugger/dap/messages/capabilities_dap_event.py +++ b/python/mqt/debugger/dap/messages/capabilities_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/change_amplitude_dap_message.py b/python/mqt/debugger/dap/messages/change_amplitude_dap_message.py index d4478021..8bbf99d5 100644 --- a/python/mqt/debugger/dap/messages/change_amplitude_dap_message.py +++ b/python/mqt/debugger/dap/messages/change_amplitude_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/change_bit_dap_message.py b/python/mqt/debugger/dap/messages/change_bit_dap_message.py index 83c79a32..30a69fc1 100644 --- a/python/mqt/debugger/dap/messages/change_bit_dap_message.py +++ b/python/mqt/debugger/dap/messages/change_bit_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/configuration_done_dap_message.py b/python/mqt/debugger/dap/messages/configuration_done_dap_message.py index d44ebdc7..23287bd4 100644 --- a/python/mqt/debugger/dap/messages/configuration_done_dap_message.py +++ b/python/mqt/debugger/dap/messages/configuration_done_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/continue_dap_message.py b/python/mqt/debugger/dap/messages/continue_dap_message.py index d483450b..ad87f645 100644 --- a/python/mqt/debugger/dap/messages/continue_dap_message.py +++ b/python/mqt/debugger/dap/messages/continue_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/dap_event.py b/python/mqt/debugger/dap/messages/dap_event.py index 12e0b3bf..6285890e 100644 --- a/python/mqt/debugger/dap/messages/dap_event.py +++ b/python/mqt/debugger/dap/messages/dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/dap_message.py b/python/mqt/debugger/dap/messages/dap_message.py index 8598eb8a..b06cacf6 100644 --- a/python/mqt/debugger/dap/messages/dap_message.py +++ b/python/mqt/debugger/dap/messages/dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/disconnect_dap_message.py b/python/mqt/debugger/dap/messages/disconnect_dap_message.py index 9cd65343..f3aaded9 100644 --- a/python/mqt/debugger/dap/messages/disconnect_dap_message.py +++ b/python/mqt/debugger/dap/messages/disconnect_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/exception_info_message.py b/python/mqt/debugger/dap/messages/exception_info_message.py index 9f4f8ca6..57232525 100644 --- a/python/mqt/debugger/dap/messages/exception_info_message.py +++ b/python/mqt/debugger/dap/messages/exception_info_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/exited_dap_event.py b/python/mqt/debugger/dap/messages/exited_dap_event.py index cc647350..f63b05a8 100644 --- a/python/mqt/debugger/dap/messages/exited_dap_event.py +++ b/python/mqt/debugger/dap/messages/exited_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/gray_out_event.py b/python/mqt/debugger/dap/messages/gray_out_event.py index cbfb12a0..830731f3 100644 --- a/python/mqt/debugger/dap/messages/gray_out_event.py +++ b/python/mqt/debugger/dap/messages/gray_out_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/initialize_dap_message.py b/python/mqt/debugger/dap/messages/initialize_dap_message.py index c9b46deb..6afa8112 100644 --- a/python/mqt/debugger/dap/messages/initialize_dap_message.py +++ b/python/mqt/debugger/dap/messages/initialize_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/initialized_dap_event.py b/python/mqt/debugger/dap/messages/initialized_dap_event.py index fe3cde87..c4677f06 100644 --- a/python/mqt/debugger/dap/messages/initialized_dap_event.py +++ b/python/mqt/debugger/dap/messages/initialized_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/launch_dap_message.py b/python/mqt/debugger/dap/messages/launch_dap_message.py index 42c00184..be3fd6e3 100644 --- a/python/mqt/debugger/dap/messages/launch_dap_message.py +++ b/python/mqt/debugger/dap/messages/launch_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/next_dap_message.py b/python/mqt/debugger/dap/messages/next_dap_message.py index ec728994..773042a8 100644 --- a/python/mqt/debugger/dap/messages/next_dap_message.py +++ b/python/mqt/debugger/dap/messages/next_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/output_dap_event.py b/python/mqt/debugger/dap/messages/output_dap_event.py index 95d46194..3391f864 100644 --- a/python/mqt/debugger/dap/messages/output_dap_event.py +++ b/python/mqt/debugger/dap/messages/output_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/pause_dap_message.py b/python/mqt/debugger/dap/messages/pause_dap_message.py index 393aca7e..84101700 100644 --- a/python/mqt/debugger/dap/messages/pause_dap_message.py +++ b/python/mqt/debugger/dap/messages/pause_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/restart_dap_message.py b/python/mqt/debugger/dap/messages/restart_dap_message.py index a3d8bdca..7411887d 100644 --- a/python/mqt/debugger/dap/messages/restart_dap_message.py +++ b/python/mqt/debugger/dap/messages/restart_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/restart_frame_dap_message.py b/python/mqt/debugger/dap/messages/restart_frame_dap_message.py index b225830a..18848e58 100644 --- a/python/mqt/debugger/dap/messages/restart_frame_dap_message.py +++ b/python/mqt/debugger/dap/messages/restart_frame_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/reverse_continue_dap_message.py b/python/mqt/debugger/dap/messages/reverse_continue_dap_message.py index 9207db97..3d2bc686 100644 --- a/python/mqt/debugger/dap/messages/reverse_continue_dap_message.py +++ b/python/mqt/debugger/dap/messages/reverse_continue_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/scopes_dap_message.py b/python/mqt/debugger/dap/messages/scopes_dap_message.py index 15500d44..50cb632c 100644 --- a/python/mqt/debugger/dap/messages/scopes_dap_message.py +++ b/python/mqt/debugger/dap/messages/scopes_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/set_breakpoints_dap_message.py b/python/mqt/debugger/dap/messages/set_breakpoints_dap_message.py index 487a39a5..b2d43158 100644 --- a/python/mqt/debugger/dap/messages/set_breakpoints_dap_message.py +++ b/python/mqt/debugger/dap/messages/set_breakpoints_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/set_exception_breakpoints_dap_message.py b/python/mqt/debugger/dap/messages/set_exception_breakpoints_dap_message.py index 5b3b86ca..58e0e67c 100644 --- a/python/mqt/debugger/dap/messages/set_exception_breakpoints_dap_message.py +++ b/python/mqt/debugger/dap/messages/set_exception_breakpoints_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/stack_trace_dap_message.py b/python/mqt/debugger/dap/messages/stack_trace_dap_message.py index 938bbd55..5cf93166 100644 --- a/python/mqt/debugger/dap/messages/stack_trace_dap_message.py +++ b/python/mqt/debugger/dap/messages/stack_trace_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/step_back_dap_message.py b/python/mqt/debugger/dap/messages/step_back_dap_message.py index 0ee7c05d..39ecd6d1 100644 --- a/python/mqt/debugger/dap/messages/step_back_dap_message.py +++ b/python/mqt/debugger/dap/messages/step_back_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/step_in_dap_message.py b/python/mqt/debugger/dap/messages/step_in_dap_message.py index 143d58e7..c4b7446e 100644 --- a/python/mqt/debugger/dap/messages/step_in_dap_message.py +++ b/python/mqt/debugger/dap/messages/step_in_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/step_out_dap_message.py b/python/mqt/debugger/dap/messages/step_out_dap_message.py index 12ed9476..a9529361 100644 --- a/python/mqt/debugger/dap/messages/step_out_dap_message.py +++ b/python/mqt/debugger/dap/messages/step_out_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/stopped_dap_event.py b/python/mqt/debugger/dap/messages/stopped_dap_event.py index 8ab16449..94e1c2d2 100644 --- a/python/mqt/debugger/dap/messages/stopped_dap_event.py +++ b/python/mqt/debugger/dap/messages/stopped_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/terminate_dap_message.py b/python/mqt/debugger/dap/messages/terminate_dap_message.py index 8ec4a70a..4cd2a8dc 100644 --- a/python/mqt/debugger/dap/messages/terminate_dap_message.py +++ b/python/mqt/debugger/dap/messages/terminate_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/terminated_dap_event.py b/python/mqt/debugger/dap/messages/terminated_dap_event.py index fc2f5ab7..1000be45 100644 --- a/python/mqt/debugger/dap/messages/terminated_dap_event.py +++ b/python/mqt/debugger/dap/messages/terminated_dap_event.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/threads_dap_message.py b/python/mqt/debugger/dap/messages/threads_dap_message.py index 6aaf2556..0fcfdf3c 100644 --- a/python/mqt/debugger/dap/messages/threads_dap_message.py +++ b/python/mqt/debugger/dap/messages/threads_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/utils.py b/python/mqt/debugger/dap/messages/utils.py index af4c697c..0ccf5c9e 100644 --- a/python/mqt/debugger/dap/messages/utils.py +++ b/python/mqt/debugger/dap/messages/utils.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/dap/messages/variables_dap_message.py b/python/mqt/debugger/dap/messages/variables_dap_message.py index dd916273..e5a41f95 100644 --- a/python/mqt/debugger/dap/messages/variables_dap_message.py +++ b/python/mqt/debugger/dap/messages/variables_dap_message.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/python/mqt/debugger/pydebugger.pyi b/python/mqt/debugger/pydebugger.pyi index 0ebabad1..c4476b00 100644 --- a/python/mqt/debugger/pydebugger.pyi +++ b/python/mqt/debugger/pydebugger.pyi @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/sitecustomize.py b/sitecustomize.py index 4fed0200..bde539ab 100644 --- a/sitecustomize.py +++ b/sitecustomize.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/src/backend/dd/DDSimDebug.cpp b/src/backend/dd/DDSimDebug.cpp index 2045a501..c807ad6a 100644 --- a/src/backend/dd/DDSimDebug.cpp +++ b/src/backend/dd/DDSimDebug.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/backend/dd/DDSimDiagnostics.cpp b/src/backend/dd/DDSimDiagnostics.cpp index 6daf51a6..cbaf4dfb 100644 --- a/src/backend/dd/DDSimDiagnostics.cpp +++ b/src/backend/dd/DDSimDiagnostics.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/ComplexMathematics.cpp b/src/common/ComplexMathematics.cpp index b4e85a3e..45802c0a 100644 --- a/src/common/ComplexMathematics.cpp +++ b/src/common/ComplexMathematics.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/parsing/AssertionParsing.cpp b/src/common/parsing/AssertionParsing.cpp index 3c7a48ee..2d294de5 100644 --- a/src/common/parsing/AssertionParsing.cpp +++ b/src/common/parsing/AssertionParsing.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/parsing/AssertionTools.cpp b/src/common/parsing/AssertionTools.cpp index ffbf47b3..c9b3cb1e 100644 --- a/src/common/parsing/AssertionTools.cpp +++ b/src/common/parsing/AssertionTools.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/parsing/CodePreprocessing.cpp b/src/common/parsing/CodePreprocessing.cpp index e908230a..c0ce03ff 100644 --- a/src/common/parsing/CodePreprocessing.cpp +++ b/src/common/parsing/CodePreprocessing.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/parsing/ParsingError.cpp b/src/common/parsing/ParsingError.cpp index 587436d5..0b60a322 100644 --- a/src/common/parsing/ParsingError.cpp +++ b/src/common/parsing/ParsingError.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/common/parsing/Utils.cpp b/src/common/parsing/Utils.cpp index 19f480f4..a52c0109 100644 --- a/src/common/parsing/Utils.cpp +++ b/src/common/parsing/Utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/src/frontend/cli/CliFrontEnd.cpp b/src/frontend/cli/CliFrontEnd.cpp index 27dd20f9..e81f760f 100644 --- a/src/frontend/cli/CliFrontEnd.cpp +++ b/src/frontend/cli/CliFrontEnd.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/python/test_compilation.py b/test/python/test_compilation.py index 7d7ca17c..36ffe113 100644 --- a/test/python/test_compilation.py +++ b/test/python/test_compilation.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/python/test_diagnosis.py b/test/python/test_diagnosis.py index dc5fc5f2..122d4117 100644 --- a/test/python/test_diagnosis.py +++ b/test/python/test_diagnosis.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/python/test_end_to_end.py b/test/python/test_end_to_end.py index f7a05df4..1227a202 100644 --- a/test/python/test_end_to_end.py +++ b/test/python/test_end_to_end.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/python/test_python_bindings.py b/test/python/test_python_bindings.py index 00f5d50d..14dc7b56 100644 --- a/test/python/test_python_bindings.py +++ b/test/python/test_python_bindings.py @@ -1,5 +1,5 @@ -# Copyright (c) 2024 - 2025 Chair for Design Automation, TUM -# Copyright (c) 2025 Munich Quantum Software Company GmbH +# Copyright (c) 2024 - 2026 Chair for Design Automation, TUM +# Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH # All rights reserved. # # SPDX-License-Identifier: MIT diff --git a/test/test_assertion_creation.cpp b/test/test_assertion_creation.cpp index bd69089d..a7a12271 100644 --- a/test/test_assertion_creation.cpp +++ b/test/test_assertion_creation.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_assertion_movement.cpp b/test/test_assertion_movement.cpp index f3c17f6d..76e56f66 100644 --- a/test/test_assertion_movement.cpp +++ b/test/test_assertion_movement.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_compilation_projective_measurements.cpp b/test/test_compilation_projective_measurements.cpp index 62e1b9d7..ba4a8858 100644 --- a/test/test_compilation_projective_measurements.cpp +++ b/test/test_compilation_projective_measurements.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_compilation_statistical_slices.cpp b/test/test_compilation_statistical_slices.cpp index be1d3d9c..9a07f99d 100644 --- a/test/test_compilation_statistical_slices.cpp +++ b/test/test_compilation_statistical_slices.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_custom_code.cpp b/test/test_custom_code.cpp index fb76e441..bf1bd69b 100644 --- a/test/test_custom_code.cpp +++ b/test/test_custom_code.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_data_retrieval.cpp b/test/test_data_retrieval.cpp index 357820d5..15771446 100644 --- a/test/test_data_retrieval.cpp +++ b/test/test_data_retrieval.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_diagnostics.cpp b/test/test_diagnostics.cpp index 7799e6ba..5a05e586 100644 --- a/test/test_diagnostics.cpp +++ b/test/test_diagnostics.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_parsing.cpp b/test/test_parsing.cpp index 5f251f75..27d9a58d 100644 --- a/test/test_parsing.cpp +++ b/test/test_parsing.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_simulation.cpp b/test/test_simulation.cpp index d5f65f3c..1e575cd6 100644 --- a/test/test_simulation.cpp +++ b/test/test_simulation.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/test_utility.cpp b/test/test_utility.cpp index 19020d37..c85c500a 100644 --- a/test/test_utility.cpp +++ b/test/test_utility.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/utils/common_fixtures.hpp b/test/utils/common_fixtures.hpp index 4f1c14a2..3fb0c1ca 100644 --- a/test/utils/common_fixtures.hpp +++ b/test/utils/common_fixtures.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/utils/utils_test.hpp b/test/utils/utils_test.hpp index 37e1a4b6..86a379dd 100644 --- a/test/utils/utils_test.hpp +++ b/test/utils/utils_test.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT diff --git a/test/utils_test.cpp b/test/utils_test.cpp index 6df9d09c..e2f11cb6 100644 --- a/test/utils_test.cpp +++ b/test/utils_test.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2024 - 2025 Chair for Design Automation, TUM - * Copyright (c) 2025 Munich Quantum Software Company GmbH + * Copyright (c) 2024 - 2026 Chair for Design Automation, TUM + * Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH * All rights reserved. * * SPDX-License-Identifier: MIT