diff --git a/.clang-format b/.clang-format index 491e58f0..6c7e7c41 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.cmake/Findlibcasm-fe.cmake b/.cmake/Findlibcasm-fe.cmake index d39eb3b3..e016c9c5 100644 --- a/.cmake/Findlibcasm-fe.cmake +++ b/.cmake/Findlibcasm-fe.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitattributes b/.gitattributes index 64d449e3..b6eb179c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f94560bb..ac35ff64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1c30ba85..232c0163 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitignore b/.gitignore index 506e92d5..34ce94f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitmodules b/.gitmodules index e89e5f82..f3f8be02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 6a940219..112e8275 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/CMakeLists.txt b/CMakeLists.txt index b7e572d2..eac7ca6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/LICENSE.txt b/LICENSE.txt index bdd0ad2f..f1ecae8e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright (C) 2014-2023 CASM Organization +Copyright (C) 2014-2024 CASM Organization All rights reserved. Developed by: Philipp Paulweber et al. diff --git a/Makefile b/Makefile index a225a458..261ddf4b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/README.org b/README.org index 9bde13d2..e4be1c3d 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 30f70fe6..2c42c1f4 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/benchmark/CMakeLists.txt b/etc/benchmark/CMakeLists.txt index af985ba1..b01575b0 100644 --- a/etc/benchmark/CMakeLists.txt +++ b/etc/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/benchmark/main.cpp b/etc/benchmark/main.cpp index 1a9d8485..2d6f89eb 100644 --- a/etc/benchmark/main.cpp +++ b/etc/benchmark/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/script.sh b/etc/script.sh index 049a03f8..19286db2 100755 --- a/etc/script.sh +++ b/etc/script.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/test/CMakeLists.txt b/etc/test/CMakeLists.txt index 0b0fa4d3..ca4c6ecb 100644 --- a/etc/test/CMakeLists.txt +++ b/etc/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/test/cst/NodeTest.cpp b/etc/test/cst/NodeTest.cpp index 2d093cd2..cfe75e6b 100644 --- a/etc/test/cst/NodeTest.cpp +++ b/etc/test/cst/NodeTest.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/cst/literal.cpp b/etc/test/cst/literal.cpp index 329a86a9..3291607b 100644 --- a/etc/test/cst/literal.cpp +++ b/etc/test/cst/literal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/cst/span.cpp b/etc/test/cst/span.cpp index f4905f65..e5d84400 100644 --- a/etc/test/cst/span.cpp +++ b/etc/test/cst/span.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/import/FileLoadingStrategyTest.cpp b/etc/test/import/FileLoadingStrategyTest.cpp index c6551d61..3b7bc191 100644 --- a/etc/test/import/FileLoadingStrategyTest.cpp +++ b/etc/test/import/FileLoadingStrategyTest.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/import/SpecificationRepositoryTest.cpp b/etc/test/import/SpecificationRepositoryTest.cpp index ab83ddd4..70f814cf 100644 --- a/etc/test/import/SpecificationRepositoryTest.cpp +++ b/etc/test/import/SpecificationRepositoryTest.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/main.cpp b/etc/test/main.cpp index dbc4d7b4..21d7b09c 100644 --- a/etc/test/main.cpp +++ b/etc/test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/main.h b/etc/test/main.h index 5b21b477..23af1805 100644 --- a/etc/test/main.h +++ b/etc/test/main.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/numeric/expression_evaluation.cpp b/etc/test/numeric/expression_evaluation.cpp index 7a5f1323..adff3156 100644 --- a/etc/test/numeric/expression_evaluation.cpp +++ b/etc/test/numeric/expression_evaluation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/pass.h b/etc/test/pass.h index dd20b07e..311ab6fd 100644 --- a/etc/test/pass.h +++ b/etc/test/pass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/passes.cpp b/etc/test/passes.cpp index 405a0107..2938f437 100644 --- a/etc/test/passes.cpp +++ b/etc/test/passes.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/project.cpp b/etc/test/project.cpp index 63b5e8fa..7c24bdec 100644 --- a/etc/test/project.cpp +++ b/etc/test/project.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/branch.cpp b/etc/test/symbolic/branch.cpp index 14c28b79..5833f027 100644 --- a/etc/test/symbolic/branch.cpp +++ b/etc/test/symbolic/branch.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/consistency.cpp b/etc/test/symbolic/consistency.cpp index 8705dc08..ca1db302 100644 --- a/etc/test/symbolic/consistency.cpp +++ b/etc/test/symbolic/consistency.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/expression_evaluation.cpp b/etc/test/symbolic/expression_evaluation.cpp index 15e168b6..8b05ebf8 100644 --- a/etc/test/symbolic/expression_evaluation.cpp +++ b/etc/test/symbolic/expression_evaluation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/numeric_execution.cpp b/etc/test/symbolic/numeric_execution.cpp index 44afabb9..aee6e831 100644 --- a/etc/test/symbolic/numeric_execution.cpp +++ b/etc/test/symbolic/numeric_execution.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/testhelper.cpp b/etc/test/symbolic/testhelper.cpp index c2c98a81..966fe7f5 100644 --- a/etc/test/symbolic/testhelper.cpp +++ b/etc/test/symbolic/testhelper.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/testhelper.h b/etc/test/symbolic/testhelper.h index 12e8be0e..c7dc1684 100644 --- a/etc/test/symbolic/testhelper.h +++ b/etc/test/symbolic/testhelper.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/symbolic/transformation.cpp b/etc/test/symbolic/transformation.cpp index e914a129..ceaf97a8 100644 --- a/etc/test/symbolic/transformation.cpp +++ b/etc/test/symbolic/transformation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/updateset/UpdateSetManagerTest.cpp b/etc/test/updateset/UpdateSetManagerTest.cpp index 5a2d26de..e8d57c36 100644 --- a/etc/test/updateset/UpdateSetManagerTest.cpp +++ b/etc/test/updateset/UpdateSetManagerTest.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/updateset/UpdateSetTest.cpp b/etc/test/updateset/UpdateSetTest.cpp index 4a50bccb..1ef193de 100644 --- a/etc/test/updateset/UpdateSetTest.cpp +++ b/etc/test/updateset/UpdateSetTest.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/utf8.cpp b/etc/test/utf8.cpp index f83e710e..8ef6604f 100644 --- a/etc/test/utf8.cpp +++ b/etc/test/utf8.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/lib/CASM.casm b/lib/CASM.casm index 82e792ab..a4e15c2c 100644 --- a/lib/CASM.casm +++ b/lib/CASM.casm @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 83ae60d8..6878c8d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/src/CasmFE.h b/src/CasmFE.h index 8f835115..67fc5adc 100644 --- a/src/CasmFE.h +++ b/src/CasmFE.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Codes.h b/src/Codes.h index 97f0e6f6..e44180da 100644 --- a/src/Codes.h +++ b/src/Codes.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Configuration.cpp b/src/Configuration.cpp index b6f9fd78..089323d9 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Configuration.h b/src/Configuration.h index 814849f7..51d9c81b 100644 --- a/src/Configuration.h +++ b/src/Configuration.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Exception.cpp b/src/Exception.cpp index fe23e64f..fcc5cfef 100644 --- a/src/Exception.cpp +++ b/src/Exception.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Exception.h b/src/Exception.h index 329b5edc..68459279 100644 --- a/src/Exception.h +++ b/src/Exception.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/GrammarLexer.l b/src/GrammarLexer.l index 2d5b77b0..9032acc7 100644 --- a/src/GrammarLexer.l +++ b/src/GrammarLexer.l @@ -1,6 +1,6 @@ %{ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/GrammarParser.y b/src/GrammarParser.y index ddb8f10a..114a1917 100644 --- a/src/GrammarParser.y +++ b/src/GrammarParser.y @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/GrammarToken.hpp b/src/GrammarToken.hpp index 9f7a011c..aa0b4127 100644 --- a/src/GrammarToken.hpp +++ b/src/GrammarToken.hpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 83a75553..4ca1d406 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Lexer.h b/src/Lexer.h index a6f48adf..2ed9f7ab 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Logger.cpp b/src/Logger.cpp index 07f7b207..42b9c17c 100644 --- a/src/Logger.cpp +++ b/src/Logger.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Logger.h b/src/Logger.h index bfb662bf..256bec36 100644 --- a/src/Logger.h +++ b/src/Logger.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Namespace.cpp b/src/Namespace.cpp index 163c0a85..475a63c8 100644 --- a/src/Namespace.cpp +++ b/src/Namespace.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Namespace.h b/src/Namespace.h index 90f369ab..75ca4c97 100644 --- a/src/Namespace.h +++ b/src/Namespace.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Project.cpp b/src/Project.cpp index d1b6ab55..04be23a7 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Project.h b/src/Project.h index 17431df0..42ed59e2 100644 --- a/src/Project.h +++ b/src/Project.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Specification.cpp b/src/Specification.cpp index 2cb7c8f0..2671d49e 100644 --- a/src/Specification.cpp +++ b/src/Specification.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Specification.h b/src/Specification.h index 2369b805..9583a5cf 100644 --- a/src/Specification.h +++ b/src/Specification.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/TypeInfo.cpp b/src/TypeInfo.cpp index 6fa2ca32..b63bd871 100644 --- a/src/TypeInfo.cpp +++ b/src/TypeInfo.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/TypeInfo.h b/src/TypeInfo.h index 8527796a..6092fbe6 100644 --- a/src/TypeInfo.h +++ b/src/TypeInfo.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Version.in.h b/src/Version.in.h index d3186ef0..11066fe8 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/allocator/BlockAllocator.h b/src/allocator/BlockAllocator.h index 8eba0949..357d02ff 100644 --- a/src/allocator/BlockAllocator.h +++ b/src/allocator/BlockAllocator.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/allocator/MemoryPool.h b/src/allocator/MemoryPool.h index ecb1ab45..fab6ab19 100644 --- a/src/allocator/MemoryPool.h +++ b/src/allocator/MemoryPool.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/AttributionPass.cpp b/src/analyze/AttributionPass.cpp index 91982e3b..903ab6ac 100644 --- a/src/analyze/AttributionPass.cpp +++ b/src/analyze/AttributionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/AttributionPass.h b/src/analyze/AttributionPass.h index a725f30b..f2b7dad2 100644 --- a/src/analyze/AttributionPass.h +++ b/src/analyze/AttributionPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/ConsistencyCheckPass.cpp b/src/analyze/ConsistencyCheckPass.cpp index e72306e5..9273c84c 100644 --- a/src/analyze/ConsistencyCheckPass.cpp +++ b/src/analyze/ConsistencyCheckPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/ConsistencyCheckPass.h b/src/analyze/ConsistencyCheckPass.h index 32705b38..c8d9b791 100644 --- a/src/analyze/ConsistencyCheckPass.h +++ b/src/analyze/ConsistencyCheckPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/FrameSizeDeterminationPass.cpp b/src/analyze/FrameSizeDeterminationPass.cpp index 92bb8617..75580270 100644 --- a/src/analyze/FrameSizeDeterminationPass.cpp +++ b/src/analyze/FrameSizeDeterminationPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/FrameSizeDeterminationPass.h b/src/analyze/FrameSizeDeterminationPass.h index 67650355..5b9a66c0 100644 --- a/src/analyze/FrameSizeDeterminationPass.h +++ b/src/analyze/FrameSizeDeterminationPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/ProjectResolverPass.cpp b/src/analyze/ProjectResolverPass.cpp index c1ef776a..e3106de5 100644 --- a/src/analyze/ProjectResolverPass.cpp +++ b/src/analyze/ProjectResolverPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/ProjectResolverPass.h b/src/analyze/ProjectResolverPass.h index daffbac4..500f2bbc 100644 --- a/src/analyze/ProjectResolverPass.h +++ b/src/analyze/ProjectResolverPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/PropertyResolverPass.cpp b/src/analyze/PropertyResolverPass.cpp index 78403148..0db48daf 100644 --- a/src/analyze/PropertyResolverPass.cpp +++ b/src/analyze/PropertyResolverPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/PropertyResolverPass.h b/src/analyze/PropertyResolverPass.h index 241e32ad..641a47c2 100644 --- a/src/analyze/PropertyResolverPass.h +++ b/src/analyze/PropertyResolverPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/PropertyRevisePass.cpp b/src/analyze/PropertyRevisePass.cpp index d29a106b..ee76f473 100644 --- a/src/analyze/PropertyRevisePass.cpp +++ b/src/analyze/PropertyRevisePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/PropertyRevisePass.h b/src/analyze/PropertyRevisePass.h index f41a7276..e0640c42 100644 --- a/src/analyze/PropertyRevisePass.h +++ b/src/analyze/PropertyRevisePass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/SymbolRegistrationPass.cpp b/src/analyze/SymbolRegistrationPass.cpp index c405024e..912452bc 100644 --- a/src/analyze/SymbolRegistrationPass.cpp +++ b/src/analyze/SymbolRegistrationPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/SymbolRegistrationPass.h b/src/analyze/SymbolRegistrationPass.h index cfbb6b4e..cc5a9f77 100644 --- a/src/analyze/SymbolRegistrationPass.h +++ b/src/analyze/SymbolRegistrationPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/SymbolResolverPass.cpp b/src/analyze/SymbolResolverPass.cpp index 735f4979..14c32a30 100644 --- a/src/analyze/SymbolResolverPass.cpp +++ b/src/analyze/SymbolResolverPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/SymbolResolverPass.h b/src/analyze/SymbolResolverPass.h index 13134684..4f1e774b 100644 --- a/src/analyze/SymbolResolverPass.h +++ b/src/analyze/SymbolResolverPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TemplatingPass.cpp b/src/analyze/TemplatingPass.cpp index 53ae0f60..b8d5a96f 100644 --- a/src/analyze/TemplatingPass.cpp +++ b/src/analyze/TemplatingPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TemplatingPass.h b/src/analyze/TemplatingPass.h index 70a85f76..5a8e1b1e 100644 --- a/src/analyze/TemplatingPass.h +++ b/src/analyze/TemplatingPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TypeCheckPass.cpp b/src/analyze/TypeCheckPass.cpp index 45cf668d..824bde2c 100644 --- a/src/analyze/TypeCheckPass.cpp +++ b/src/analyze/TypeCheckPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TypeCheckPass.h b/src/analyze/TypeCheckPass.h index 150b0361..1f41a5d2 100644 --- a/src/analyze/TypeCheckPass.h +++ b/src/analyze/TypeCheckPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TypeInferencePass.cpp b/src/analyze/TypeInferencePass.cpp index f3f8dd50..fe2ae05b 100644 --- a/src/analyze/TypeInferencePass.cpp +++ b/src/analyze/TypeInferencePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/TypeInferencePass.h b/src/analyze/TypeInferencePass.h index 295063b2..cb4a23a4 100644 --- a/src/analyze/TypeInferencePass.h +++ b/src/analyze/TypeInferencePass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Declaration.cpp b/src/ast/Declaration.cpp index 284d4c48..6715e6b6 100644 --- a/src/ast/Declaration.cpp +++ b/src/ast/Declaration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Declaration.h b/src/ast/Declaration.h index d2985a54..6be56e2b 100644 --- a/src/ast/Declaration.h +++ b/src/ast/Declaration.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Definition.cpp b/src/ast/Definition.cpp index 9e6c64eb..721e63f8 100644 --- a/src/ast/Definition.cpp +++ b/src/ast/Definition.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Definition.h b/src/ast/Definition.h index 9f3b2fe4..f17d259a 100644 --- a/src/ast/Definition.h +++ b/src/ast/Definition.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Expression.cpp b/src/ast/Expression.cpp index 2818a1d0..498c9a9d 100644 --- a/src/ast/Expression.cpp +++ b/src/ast/Expression.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Expression.h b/src/ast/Expression.h index 6672783d..848d196b 100644 --- a/src/ast/Expression.h +++ b/src/ast/Expression.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Identifier.cpp b/src/ast/Identifier.cpp index d2c9d15d..fb23e6b5 100644 --- a/src/ast/Identifier.cpp +++ b/src/ast/Identifier.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Identifier.h b/src/ast/Identifier.h index a2c42be5..017619a9 100644 --- a/src/ast/Identifier.h +++ b/src/ast/Identifier.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Literal.cpp b/src/ast/Literal.cpp index d3f42146..cd43dce1 100644 --- a/src/ast/Literal.cpp +++ b/src/ast/Literal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Literal.h b/src/ast/Literal.h index 4acd2d5e..b343f39c 100644 --- a/src/ast/Literal.h +++ b/src/ast/Literal.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Node.cpp b/src/ast/Node.cpp index e9bbfa85..7d64a982 100644 --- a/src/ast/Node.cpp +++ b/src/ast/Node.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Node.h b/src/ast/Node.h index 145e1c50..f8d03418 100644 --- a/src/ast/Node.h +++ b/src/ast/Node.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Root.cpp b/src/ast/Root.cpp index fd1b2075..25ffb4dc 100644 --- a/src/ast/Root.cpp +++ b/src/ast/Root.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Root.h b/src/ast/Root.h index cff9450a..bc2911f3 100644 --- a/src/ast/Root.h +++ b/src/ast/Root.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Rule.cpp b/src/ast/Rule.cpp index 8bf97495..53376e02 100644 --- a/src/ast/Rule.cpp +++ b/src/ast/Rule.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Rule.h b/src/ast/Rule.h index d26dc4be..f6eaa196 100644 --- a/src/ast/Rule.h +++ b/src/ast/Rule.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Specification.cpp b/src/ast/Specification.cpp index 811c7145..f075335e 100644 --- a/src/ast/Specification.cpp +++ b/src/ast/Specification.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Specification.h b/src/ast/Specification.h index f692c83d..dfcac3f6 100644 --- a/src/ast/Specification.h +++ b/src/ast/Specification.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Type.cpp b/src/ast/Type.cpp index 42974af7..5bcf554c 100644 --- a/src/ast/Type.cpp +++ b/src/ast/Type.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Type.h b/src/ast/Type.h index 8316d667..c0b526a4 100644 --- a/src/ast/Type.h +++ b/src/ast/Type.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Visitor.cpp b/src/ast/Visitor.cpp index 897b79a7..a5f0ff08 100644 --- a/src/ast/Visitor.cpp +++ b/src/ast/Visitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/ast/Visitor.h b/src/ast/Visitor.h index 153a7507..63865a86 100644 --- a/src/ast/Visitor.h +++ b/src/ast/Visitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Attribute.cpp b/src/cst/Attribute.cpp index 02f7bf98..d26983eb 100644 --- a/src/cst/Attribute.cpp +++ b/src/cst/Attribute.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Attribute.h b/src/cst/Attribute.h index 9251f2d7..f27f1c05 100644 --- a/src/cst/Attribute.h +++ b/src/cst/Attribute.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Declaration.cpp b/src/cst/Declaration.cpp index adf794b4..224bc23d 100644 --- a/src/cst/Declaration.cpp +++ b/src/cst/Declaration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Declaration.h b/src/cst/Declaration.h index ba9b4521..faa8344f 100644 --- a/src/cst/Declaration.h +++ b/src/cst/Declaration.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Definition.cpp b/src/cst/Definition.cpp index 94d5d662..659399af 100644 --- a/src/cst/Definition.cpp +++ b/src/cst/Definition.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Definition.h b/src/cst/Definition.h index 5404448b..d36aa588 100644 --- a/src/cst/Definition.h +++ b/src/cst/Definition.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Expression.cpp b/src/cst/Expression.cpp index 3269e185..bd804d67 100644 --- a/src/cst/Expression.cpp +++ b/src/cst/Expression.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Expression.h b/src/cst/Expression.h index db554345..25b2d854 100644 --- a/src/cst/Expression.h +++ b/src/cst/Expression.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Helper.cpp b/src/cst/Helper.cpp index 6fca1956..da0c9735 100644 --- a/src/cst/Helper.cpp +++ b/src/cst/Helper.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Helper.h b/src/cst/Helper.h index 1b6c02df..8a424843 100644 --- a/src/cst/Helper.h +++ b/src/cst/Helper.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Identifier.cpp b/src/cst/Identifier.cpp index 38a7c167..75eb26e4 100644 --- a/src/cst/Identifier.cpp +++ b/src/cst/Identifier.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Identifier.h b/src/cst/Identifier.h index b73d0d5e..588527d6 100644 --- a/src/cst/Identifier.h +++ b/src/cst/Identifier.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Literal.cpp b/src/cst/Literal.cpp index 2bcf145f..5ad0a04a 100644 --- a/src/cst/Literal.cpp +++ b/src/cst/Literal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Literal.h b/src/cst/Literal.h index 64d90df3..fe0c5963 100644 --- a/src/cst/Literal.h +++ b/src/cst/Literal.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Node.cpp b/src/cst/Node.cpp index 1921520b..dbaf4aaf 100644 --- a/src/cst/Node.cpp +++ b/src/cst/Node.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Node.h b/src/cst/Node.h index d85af30d..ee61add7 100644 --- a/src/cst/Node.h +++ b/src/cst/Node.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Root.cpp b/src/cst/Root.cpp index 047a466c..3bc0d678 100644 --- a/src/cst/Root.cpp +++ b/src/cst/Root.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Root.h b/src/cst/Root.h index 00f8e222..7aaa0d95 100644 --- a/src/cst/Root.h +++ b/src/cst/Root.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Rule.cpp b/src/cst/Rule.cpp index 9f7d470b..0c97f0b7 100644 --- a/src/cst/Rule.cpp +++ b/src/cst/Rule.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Rule.h b/src/cst/Rule.h index 79ebbaff..75aad604 100644 --- a/src/cst/Rule.h +++ b/src/cst/Rule.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Span.cpp b/src/cst/Span.cpp index 363b97b1..b0fdf0b5 100644 --- a/src/cst/Span.cpp +++ b/src/cst/Span.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Span.h b/src/cst/Span.h index 95865568..ba4d86e1 100644 --- a/src/cst/Span.h +++ b/src/cst/Span.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Token.cpp b/src/cst/Token.cpp index 08c810d7..d28afac4 100644 --- a/src/cst/Token.cpp +++ b/src/cst/Token.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Token.h b/src/cst/Token.h index 1bb5016f..c9806150 100644 --- a/src/cst/Token.h +++ b/src/cst/Token.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Type.cpp b/src/cst/Type.cpp index fd24de8a..9cec99ef 100644 --- a/src/cst/Type.cpp +++ b/src/cst/Type.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Type.h b/src/cst/Type.h index 2dde9096..289256b7 100644 --- a/src/cst/Type.h +++ b/src/cst/Type.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Visitor.cpp b/src/cst/Visitor.cpp index e51eb68f..2e93a3f5 100644 --- a/src/cst/Visitor.cpp +++ b/src/cst/Visitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/cst/Visitor.h b/src/cst/Visitor.h index 5740cfee..2717bd85 100644 --- a/src/cst/Visitor.h +++ b/src/cst/Visitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/Agent.cpp b/src/execute/Agent.cpp index 878210bc..fd42ffb8 100644 --- a/src/execute/Agent.cpp +++ b/src/execute/Agent.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/Agent.h b/src/execute/Agent.h index 8ab2cec0..3249a991 100644 --- a/src/execute/Agent.h +++ b/src/execute/Agent.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ChainedHashMap.h b/src/execute/ChainedHashMap.h index 5edf5aee..04bae66f 100644 --- a/src/execute/ChainedHashMap.h +++ b/src/execute/ChainedHashMap.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ExecutionVisitor.cpp b/src/execute/ExecutionVisitor.cpp index 115ea3c3..7a985595 100644 --- a/src/execute/ExecutionVisitor.cpp +++ b/src/execute/ExecutionVisitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ExecutionVisitor.h b/src/execute/ExecutionVisitor.h index ccfbc505..223e2219 100644 --- a/src/execute/ExecutionVisitor.h +++ b/src/execute/ExecutionVisitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/Frame.cpp b/src/execute/Frame.cpp index 1087811e..53ef1f22 100644 --- a/src/execute/Frame.cpp +++ b/src/execute/Frame.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/Frame.h b/src/execute/Frame.h index a928ad0a..b66b85a3 100644 --- a/src/execute/Frame.h +++ b/src/execute/Frame.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/FunctionState.h b/src/execute/FunctionState.h index d14a6f57..5d410399 100644 --- a/src/execute/FunctionState.h +++ b/src/execute/FunctionState.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/HashMapBase.cpp b/src/execute/HashMapBase.cpp index ce90958e..a5418301 100644 --- a/src/execute/HashMapBase.cpp +++ b/src/execute/HashMapBase.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/HashMapBase.h b/src/execute/HashMapBase.h index a488c023..d25ebff5 100644 --- a/src/execute/HashMapBase.h +++ b/src/execute/HashMapBase.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/LocationRegistry.h b/src/execute/LocationRegistry.h index 903a8d8e..3b3cdb2e 100644 --- a/src/execute/LocationRegistry.h +++ b/src/execute/LocationRegistry.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/NumericExecutionPass.cpp b/src/execute/NumericExecutionPass.cpp index 360d3780..363de28d 100644 --- a/src/execute/NumericExecutionPass.cpp +++ b/src/execute/NumericExecutionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/NumericExecutionPass.h b/src/execute/NumericExecutionPass.h index f338c67b..5f209875 100644 --- a/src/execute/NumericExecutionPass.h +++ b/src/execute/NumericExecutionPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ProbingHashMap.h b/src/execute/ProbingHashMap.h index 76b16180..e5dcff6f 100644 --- a/src/execute/ProbingHashMap.h +++ b/src/execute/ProbingHashMap.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ReferenceConstant.cpp b/src/execute/ReferenceConstant.cpp index ff1a130d..e6b12231 100644 --- a/src/execute/ReferenceConstant.cpp +++ b/src/execute/ReferenceConstant.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/ReferenceConstant.h b/src/execute/ReferenceConstant.h index aed08b49..4aa1c539 100644 --- a/src/execute/ReferenceConstant.h +++ b/src/execute/ReferenceConstant.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/RobinHoodHashMap.h b/src/execute/RobinHoodHashMap.h index 76b32cc7..04d74650 100644 --- a/src/execute/RobinHoodHashMap.h +++ b/src/execute/RobinHoodHashMap.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/RuntimeException.cpp b/src/execute/RuntimeException.cpp index 90ea6996..a552c564 100644 --- a/src/execute/RuntimeException.cpp +++ b/src/execute/RuntimeException.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/RuntimeException.h b/src/execute/RuntimeException.h index a9a49eec..981e683d 100644 --- a/src/execute/RuntimeException.h +++ b/src/execute/RuntimeException.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/Stack.h b/src/execute/Stack.h index c06152f6..4fe9b203 100644 --- a/src/execute/Stack.h +++ b/src/execute/Stack.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicConsistencyPass.cpp b/src/execute/SymbolicConsistencyPass.cpp index e008963c..6cd16260 100644 --- a/src/execute/SymbolicConsistencyPass.cpp +++ b/src/execute/SymbolicConsistencyPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicConsistencyPass.h b/src/execute/SymbolicConsistencyPass.h index b5a6d621..863cd1e2 100644 --- a/src/execute/SymbolicConsistencyPass.h +++ b/src/execute/SymbolicConsistencyPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicConsistencyVisitor.cpp b/src/execute/SymbolicConsistencyVisitor.cpp index 37ec6b1f..59d89aed 100644 --- a/src/execute/SymbolicConsistencyVisitor.cpp +++ b/src/execute/SymbolicConsistencyVisitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicConsistencyVisitor.h b/src/execute/SymbolicConsistencyVisitor.h index da0c9815..b0aa52db 100644 --- a/src/execute/SymbolicConsistencyVisitor.h +++ b/src/execute/SymbolicConsistencyVisitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicExecutionPass.cpp b/src/execute/SymbolicExecutionPass.cpp index 338aa202..07612fa2 100644 --- a/src/execute/SymbolicExecutionPass.cpp +++ b/src/execute/SymbolicExecutionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/SymbolicExecutionPass.h b/src/execute/SymbolicExecutionPass.h index ca518898..aff68fb5 100644 --- a/src/execute/SymbolicExecutionPass.h +++ b/src/execute/SymbolicExecutionPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/UpdateException.cpp b/src/execute/UpdateException.cpp index 4f6c0c58..86a3f1dd 100644 --- a/src/execute/UpdateException.cpp +++ b/src/execute/UpdateException.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/UpdateException.h b/src/execute/UpdateException.h index ac32bd31..6daa171f 100644 --- a/src/execute/UpdateException.h +++ b/src/execute/UpdateException.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/execute/UpdateSet.h b/src/execute/UpdateSet.h index 97537483..280784d1 100644 --- a/src/execute/UpdateSet.h +++ b/src/execute/UpdateSet.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/FileLoadingStrategy.cpp b/src/import/FileLoadingStrategy.cpp index 6df56274..c908ecdb 100644 --- a/src/import/FileLoadingStrategy.cpp +++ b/src/import/FileLoadingStrategy.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/FileLoadingStrategy.h b/src/import/FileLoadingStrategy.h index 50961cf2..4b971b95 100644 --- a/src/import/FileLoadingStrategy.h +++ b/src/import/FileLoadingStrategy.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/ImportError.cpp b/src/import/ImportError.cpp index 19e7fca0..81c1a513 100644 --- a/src/import/ImportError.cpp +++ b/src/import/ImportError.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/ImportError.h b/src/import/ImportError.h index c7da56c7..9e694ab6 100644 --- a/src/import/ImportError.h +++ b/src/import/ImportError.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/LibraryLoaderPass.cpp b/src/import/LibraryLoaderPass.cpp index 75457f0a..dc15d9b5 100644 --- a/src/import/LibraryLoaderPass.cpp +++ b/src/import/LibraryLoaderPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/LibraryLoaderPass.h b/src/import/LibraryLoaderPass.h index a2d2354f..57d010f5 100644 --- a/src/import/LibraryLoaderPass.h +++ b/src/import/LibraryLoaderPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/LoadingStrategy.h b/src/import/LoadingStrategy.h index 69cd9217..6b0f364b 100644 --- a/src/import/LoadingStrategy.h +++ b/src/import/LoadingStrategy.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/PathLoadingStrategy.cpp b/src/import/PathLoadingStrategy.cpp index a95b0423..71024d14 100644 --- a/src/import/PathLoadingStrategy.cpp +++ b/src/import/PathLoadingStrategy.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/PathLoadingStrategy.h b/src/import/PathLoadingStrategy.h index d64cae7a..20bcad31 100644 --- a/src/import/PathLoadingStrategy.h +++ b/src/import/PathLoadingStrategy.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationLoader.cpp b/src/import/SpecificationLoader.cpp index d1ed6fce..9fcf67cb 100644 --- a/src/import/SpecificationLoader.cpp +++ b/src/import/SpecificationLoader.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationLoader.h b/src/import/SpecificationLoader.h index 59a3bd31..0bb42e5c 100644 --- a/src/import/SpecificationLoader.h +++ b/src/import/SpecificationLoader.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationMergerPass.cpp b/src/import/SpecificationMergerPass.cpp index 3a32e420..8d88d3c4 100644 --- a/src/import/SpecificationMergerPass.cpp +++ b/src/import/SpecificationMergerPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationMergerPass.h b/src/import/SpecificationMergerPass.h index 59271980..1f324e7d 100644 --- a/src/import/SpecificationMergerPass.h +++ b/src/import/SpecificationMergerPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationRepository.cpp b/src/import/SpecificationRepository.cpp index 5b6f1068..92c0f36c 100644 --- a/src/import/SpecificationRepository.cpp +++ b/src/import/SpecificationRepository.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/import/SpecificationRepository.h b/src/import/SpecificationRepository.h index 0d04682e..18e07713 100644 --- a/src/import/SpecificationRepository.h +++ b/src/import/SpecificationRepository.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/libcasm-fe.h b/src/libcasm-fe.h index faf3b7ec..dd52a61b 100644 --- a/src/libcasm-fe.h +++ b/src/libcasm-fe.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Definition.cpp b/src/lst/Definition.cpp index c1e089a1..3c7e8ba1 100644 --- a/src/lst/Definition.cpp +++ b/src/lst/Definition.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Definition.h b/src/lst/Definition.h index 6bbf6380..7f3eef79 100644 --- a/src/lst/Definition.h +++ b/src/lst/Definition.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Expression.cpp b/src/lst/Expression.cpp index a7bdccec..693405f3 100644 --- a/src/lst/Expression.cpp +++ b/src/lst/Expression.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Expression.h b/src/lst/Expression.h index 193cab17..d63be5c5 100644 --- a/src/lst/Expression.h +++ b/src/lst/Expression.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Identifier.cpp b/src/lst/Identifier.cpp index b93e9a71..e40249b7 100644 --- a/src/lst/Identifier.cpp +++ b/src/lst/Identifier.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Identifier.h b/src/lst/Identifier.h index a61aa0e9..de7fc20a 100644 --- a/src/lst/Identifier.h +++ b/src/lst/Identifier.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Literal.cpp b/src/lst/Literal.cpp index dc521e4e..a622eca8 100644 --- a/src/lst/Literal.cpp +++ b/src/lst/Literal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Literal.h b/src/lst/Literal.h index 65b66655..d066ec03 100644 --- a/src/lst/Literal.h +++ b/src/lst/Literal.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Node.cpp b/src/lst/Node.cpp index 4ea15127..0f780b5e 100644 --- a/src/lst/Node.cpp +++ b/src/lst/Node.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Node.h b/src/lst/Node.h index 097fdf57..938966d2 100644 --- a/src/lst/Node.h +++ b/src/lst/Node.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Root.cpp b/src/lst/Root.cpp index 5f0cab82..7057b232 100644 --- a/src/lst/Root.cpp +++ b/src/lst/Root.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Root.h b/src/lst/Root.h index 3c5f6919..b6bc0534 100644 --- a/src/lst/Root.h +++ b/src/lst/Root.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Rule.cpp b/src/lst/Rule.cpp index ce148dc0..586d936b 100644 --- a/src/lst/Rule.cpp +++ b/src/lst/Rule.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Rule.h b/src/lst/Rule.h index 9be24f2f..2959019d 100644 --- a/src/lst/Rule.h +++ b/src/lst/Rule.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Visitor.cpp b/src/lst/Visitor.cpp index 80b93961..ee040e26 100644 --- a/src/lst/Visitor.cpp +++ b/src/lst/Visitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/lst/Visitor.h b/src/lst/Visitor.h index 220e091f..8f7e6c52 100644 --- a/src/lst/Visitor.h +++ b/src/lst/Visitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/AstDumpPass.h b/src/transform/AstDumpPass.h index d6413b1a..59f0b0ae 100644 --- a/src/transform/AstDumpPass.h +++ b/src/transform/AstDumpPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/AstToLstPass.cpp b/src/transform/AstToLstPass.cpp index c5ddece8..41c80a82 100644 --- a/src/transform/AstToLstPass.cpp +++ b/src/transform/AstToLstPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/AstToLstPass.h b/src/transform/AstToLstPass.h index 7c1825f8..71728f73 100644 --- a/src/transform/AstToLstPass.h +++ b/src/transform/AstToLstPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstDumpPass.cpp b/src/transform/CstDumpPass.cpp index e82e9a8c..81f3a978 100644 --- a/src/transform/CstDumpPass.cpp +++ b/src/transform/CstDumpPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstDumpPass.h b/src/transform/CstDumpPass.h index 67596bcd..f2177c5b 100644 --- a/src/transform/CstDumpPass.h +++ b/src/transform/CstDumpPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstEmitPass.cpp b/src/transform/CstEmitPass.cpp index a888e537..bf75434a 100644 --- a/src/transform/CstEmitPass.cpp +++ b/src/transform/CstEmitPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstEmitPass.h b/src/transform/CstEmitPass.h index 3deb2e94..65285ba4 100644 --- a/src/transform/CstEmitPass.h +++ b/src/transform/CstEmitPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstToAstPass.cpp b/src/transform/CstToAstPass.cpp index 1c7fe0e1..bb9007d4 100644 --- a/src/transform/CstToAstPass.cpp +++ b/src/transform/CstToAstPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/CstToAstPass.h b/src/transform/CstToAstPass.h index 42ce1834..94d1205d 100644 --- a/src/transform/CstToAstPass.h +++ b/src/transform/CstToAstPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/LstDumpPass.h b/src/transform/LstDumpPass.h index 64288211..56fa2db9 100644 --- a/src/transform/LstDumpPass.h +++ b/src/transform/LstDumpPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/LstToIrPass.cpp b/src/transform/LstToIrPass.cpp index bf191a6a..869b380d 100644 --- a/src/transform/LstToIrPass.cpp +++ b/src/transform/LstToIrPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/LstToIrPass.h b/src/transform/LstToIrPass.h index 9b87bd4a..e1328b6f 100644 --- a/src/transform/LstToIrPass.h +++ b/src/transform/LstToIrPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/SourceToCstPass.cpp b/src/transform/SourceToCstPass.cpp index 2a4378b5..1e216416 100644 --- a/src/transform/SourceToCstPass.cpp +++ b/src/transform/SourceToCstPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/SourceToCstPass.h b/src/transform/SourceToCstPass.h index b6c819c5..920b0a20 100644 --- a/src/transform/SourceToCstPass.h +++ b/src/transform/SourceToCstPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al.