diff --git a/.clang-format b/.clang-format index d32e8d1..68ad4ce 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.cmake/Findlibcasm-ir.cmake b/.cmake/Findlibcasm-ir.cmake index 8c19832..daf73d8 100644 --- a/.cmake/Findlibcasm-ir.cmake +++ b/.cmake/Findlibcasm-ir.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitattributes b/.gitattributes index e0bf9aa..6b779ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-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 75c1f88..e7669f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-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 207f32f..fc56584 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitignore b/.gitignore index 1281448..de9d394 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitmodules b/.gitmodules index a5adaed..b08eb0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-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 0985ae0..504c4a4 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/CMakeLists.txt b/CMakeLists.txt index d6152c9..f60b137 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/LICENSE.txt b/LICENSE.txt index c3f195b..b9b3886 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright (C) 2015-2023 CASM Organization +Copyright (C) 2015-2024 CASM Organization All rights reserved. Developed by: Philipp Paulweber et al. diff --git a/Makefile b/Makefile index 1e5250d..52931db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/README.org b/README.org index a440ea4..fb6b1d7 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 3370e20..c1d0526 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-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 defa92d..b6d86a4 100644 --- a/etc/benchmark/CMakeLists.txt +++ b/etc/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-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 b2a5133..3fd6724 100644 --- a/etc/benchmark/main.cpp +++ b/etc/benchmark/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 8241c2f..7a93f14 100644 --- a/etc/test/CMakeLists.txt +++ b/etc/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/test/agent.cpp b/etc/test/agent.cpp index 0c7425d..0e589fc 100644 --- a/etc/test/agent.cpp +++ b/etc/test/agent.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/annotation.cpp b/etc/test/annotation.cpp index 95e5da8..43327b6 100644 --- a/etc/test/annotation.cpp +++ b/etc/test/annotation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant.cpp b/etc/test/constant.cpp index e7f69c1..a5336d4 100644 --- a/etc/test/constant.cpp +++ b/etc/test/constant.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/binary.cpp b/etc/test/constant/binary.cpp index 75e56b9..862b6de 100644 --- a/etc/test/constant/binary.cpp +++ b/etc/test/constant/binary.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/integer.cpp b/etc/test/constant/integer.cpp index 5974734..6a7b6c1 100644 --- a/etc/test/constant/integer.cpp +++ b/etc/test/constant/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/list.cpp b/etc/test/constant/list.cpp index 3576630..f31a5da 100644 --- a/etc/test/constant/list.cpp +++ b/etc/test/constant/list.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/range.cpp b/etc/test/constant/range.cpp index 2313f73..fc2c74d 100644 --- a/etc/test/constant/range.cpp +++ b/etc/test/constant/range.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/rational.cpp b/etc/test/constant/rational.cpp index 8ab5382..910fe72 100644 --- a/etc/test/constant/rational.cpp +++ b/etc/test/constant/rational.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/string.cpp b/etc/test/constant/string.cpp index 7068982..384ed19 100644 --- a/etc/test/constant/string.cpp +++ b/etc/test/constant/string.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/constant/undef.cpp b/etc/test/constant/undef.cpp index 1268cd9..d7f020e 100644 --- a/etc/test/constant/undef.cpp +++ b/etc/test/constant/undef.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/enumeration.cpp b/etc/test/enumeration.cpp index 940711d..00e5c14 100644 --- a/etc/test/enumeration.cpp +++ b/etc/test/enumeration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/instruction/add.cpp b/etc/test/instruction/add.cpp index acb1a2c..d016ef2 100644 --- a/etc/test/instruction/add.cpp +++ b/etc/test/instruction/add.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/instruction/imp.cpp b/etc/test/instruction/imp.cpp index 6cd773a..afb5739 100644 --- a/etc/test/instruction/imp.cpp +++ b/etc/test/instruction/imp.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/instruction/inv.cpp b/etc/test/instruction/inv.cpp index a3add74..12b037f 100644 --- a/etc/test/instruction/inv.cpp +++ b/etc/test/instruction/inv.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/instruction/pow.cpp b/etc/test/instruction/pow.cpp index 5aeab86..4721acf 100644 --- a/etc/test/instruction/pow.cpp +++ b/etc/test/instruction/pow.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/isa.cpp b/etc/test/isa.cpp index 61aa8fb..2ea3a11 100644 --- a/etc/test/isa.cpp +++ b/etc/test/isa.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 1067c47..98b9438 100644 --- a/etc/test/main.cpp +++ b/etc/test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 b947eaa..cfafcd0 100644 --- a/etc/test/main.h +++ b/etc/test/main.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/abort.cpp b/etc/test/operation/abort.cpp index e6960c9..0b9a77b 100644 --- a/etc/test/operation/abort.cpp +++ b/etc/test/operation/abort.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/add/integer.cpp b/etc/test/operation/add/integer.cpp index a1c16d2..f313fb2 100644 --- a/etc/test/operation/add/integer.cpp +++ b/etc/test/operation/add/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/add/string.cpp b/etc/test/operation/add/string.cpp index f54bbb1..c00e6d9 100644 --- a/etc/test/operation/add/string.cpp +++ b/etc/test/operation/add/string.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/and.cpp b/etc/test/operation/and.cpp index 159e533..102d156 100644 --- a/etc/test/operation/and.cpp +++ b/etc/test/operation/and.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/boolean/binary.cpp b/etc/test/operation/as/boolean/binary.cpp index a335cc2..1b789a9 100644 --- a/etc/test/operation/as/boolean/binary.cpp +++ b/etc/test/operation/as/boolean/binary.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/boolean/boolean.cpp b/etc/test/operation/as/boolean/boolean.cpp index 1034f8b..920a2fb 100644 --- a/etc/test/operation/as/boolean/boolean.cpp +++ b/etc/test/operation/as/boolean/boolean.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/boolean/integer.cpp b/etc/test/operation/as/boolean/integer.cpp index 49b305d..f1a1c80 100644 --- a/etc/test/operation/as/boolean/integer.cpp +++ b/etc/test/operation/as/boolean/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/integer/binary.cpp b/etc/test/operation/as/integer/binary.cpp index 80d7aa5..c5e09eb 100644 --- a/etc/test/operation/as/integer/binary.cpp +++ b/etc/test/operation/as/integer/binary.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/integer/boolean.cpp b/etc/test/operation/as/integer/boolean.cpp index a7fe8a4..db7dfd7 100644 --- a/etc/test/operation/as/integer/boolean.cpp +++ b/etc/test/operation/as/integer/boolean.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/integer/integer.cpp b/etc/test/operation/as/integer/integer.cpp index 6dc70ef..5a98169 100644 --- a/etc/test/operation/as/integer/integer.cpp +++ b/etc/test/operation/as/integer/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/binary.cpp b/etc/test/operation/as/string/binary.cpp index 55c3861..01a3b51 100644 --- a/etc/test/operation/as/string/binary.cpp +++ b/etc/test/operation/as/string/binary.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/boolean.cpp b/etc/test/operation/as/string/boolean.cpp index 31776fc..b2a58c5 100644 --- a/etc/test/operation/as/string/boolean.cpp +++ b/etc/test/operation/as/string/boolean.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/decimal.cpp b/etc/test/operation/as/string/decimal.cpp index 99d98c3..05a9487 100644 --- a/etc/test/operation/as/string/decimal.cpp +++ b/etc/test/operation/as/string/decimal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/enumeration.cpp b/etc/test/operation/as/string/enumeration.cpp index 8330807..67c624d 100644 --- a/etc/test/operation/as/string/enumeration.cpp +++ b/etc/test/operation/as/string/enumeration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/integer.cpp b/etc/test/operation/as/string/integer.cpp index 1359fac..02b85ab 100644 --- a/etc/test/operation/as/string/integer.cpp +++ b/etc/test/operation/as/string/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/rational.cpp b/etc/test/operation/as/string/rational.cpp index 00956d4..2a8f4d0 100644 --- a/etc/test/operation/as/string/rational.cpp +++ b/etc/test/operation/as/string/rational.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/as/string/string.cpp b/etc/test/operation/as/string/string.cpp index 79924a3..d2c9573 100644 --- a/etc/test/operation/as/string/string.cpp +++ b/etc/test/operation/as/string/string.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/assert.cpp b/etc/test/operation/assert.cpp index f601fab..f376894 100644 --- a/etc/test/operation/assert.cpp +++ b/etc/test/operation/assert.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/at/tuple.cpp b/etc/test/operation/at/tuple.cpp index 80ae3e2..85b6b91 100644 --- a/etc/test/operation/at/tuple.cpp +++ b/etc/test/operation/at/tuple.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/equ.cpp b/etc/test/operation/equ.cpp index 3b5c419..b553c4a 100644 --- a/etc/test/operation/equ.cpp +++ b/etc/test/operation/equ.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/geq/integer.cpp b/etc/test/operation/geq/integer.cpp index 9335b2b..ff78fe1 100644 --- a/etc/test/operation/geq/integer.cpp +++ b/etc/test/operation/geq/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/gth/integer.cpp b/etc/test/operation/gth/integer.cpp index 30d20bd..e34fabd 100644 --- a/etc/test/operation/gth/integer.cpp +++ b/etc/test/operation/gth/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/imp.cpp b/etc/test/operation/imp.cpp index c51797d..b60cb4e 100644 --- a/etc/test/operation/imp.cpp +++ b/etc/test/operation/imp.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/inv/integer.cpp b/etc/test/operation/inv/integer.cpp index b7b814a..28cc26a 100644 --- a/etc/test/operation/inv/integer.cpp +++ b/etc/test/operation/inv/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/leq/integer.cpp b/etc/test/operation/leq/integer.cpp index 368294c..1ae370a 100644 --- a/etc/test/operation/leq/integer.cpp +++ b/etc/test/operation/leq/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/lth/integer.cpp b/etc/test/operation/lth/integer.cpp index a084158..4452be0 100644 --- a/etc/test/operation/lth/integer.cpp +++ b/etc/test/operation/lth/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/not.cpp b/etc/test/operation/not.cpp index 22d5d96..0159a3c 100644 --- a/etc/test/operation/not.cpp +++ b/etc/test/operation/not.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/or.cpp b/etc/test/operation/or.cpp index 6a3ad56..bc74f22 100644 --- a/etc/test/operation/or.cpp +++ b/etc/test/operation/or.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/print.cpp b/etc/test/operation/print.cpp index 665f196..2382cec 100644 --- a/etc/test/operation/print.cpp +++ b/etc/test/operation/print.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/println.cpp b/etc/test/operation/println.cpp index de2aec3..7ce588d 100644 --- a/etc/test/operation/println.cpp +++ b/etc/test/operation/println.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/size/enumeration.cpp b/etc/test/operation/size/enumeration.cpp index 85b772f..5683141 100644 --- a/etc/test/operation/size/enumeration.cpp +++ b/etc/test/operation/size/enumeration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/size/list.cpp b/etc/test/operation/size/list.cpp index afd03a6..10b8818 100644 --- a/etc/test/operation/size/list.cpp +++ b/etc/test/operation/size/list.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/size/range.cpp b/etc/test/operation/size/range.cpp index e2e2407..0f3675a 100644 --- a/etc/test/operation/size/range.cpp +++ b/etc/test/operation/size/range.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/operation/xor.cpp b/etc/test/operation/xor.cpp index 2ec1162..a8d743c 100644 --- a/etc/test/operation/xor.cpp +++ b/etc/test/operation/xor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/property.cpp b/etc/test/property.cpp index dd578b8..2c9def4 100644 --- a/etc/test/property.cpp +++ b/etc/test/property.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/transform/BranchEliminationPass.cpp b/etc/test/transform/BranchEliminationPass.cpp index 68f0502..655433c 100644 --- a/etc/test/transform/BranchEliminationPass.cpp +++ b/etc/test/transform/BranchEliminationPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type.cpp b/etc/test/type.cpp index 16be26c..b713bd1 100644 --- a/etc/test/type.cpp +++ b/etc/test/type.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/binary.cpp b/etc/test/type/binary.cpp index 7e4bd63..f5b6c83 100644 --- a/etc/test/type/binary.cpp +++ b/etc/test/type/binary.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/boolean.cpp b/etc/test/type/boolean.cpp index 931493d..b237376 100644 --- a/etc/test/type/boolean.cpp +++ b/etc/test/type/boolean.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/decimal.cpp b/etc/test/type/decimal.cpp index e985f00..cee31cf 100644 --- a/etc/test/type/decimal.cpp +++ b/etc/test/type/decimal.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/enum.cpp b/etc/test/type/enum.cpp index ba21c1f..5f6140f 100644 --- a/etc/test/type/enum.cpp +++ b/etc/test/type/enum.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/file.cpp b/etc/test/type/file.cpp index 17c3ca6..cd72ce6 100644 --- a/etc/test/type/file.cpp +++ b/etc/test/type/file.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/id.cpp b/etc/test/type/id.cpp index 94d892a..c64b056 100644 --- a/etc/test/type/id.cpp +++ b/etc/test/type/id.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/integer.cpp b/etc/test/type/integer.cpp index f86d2cf..4892f45 100644 --- a/etc/test/type/integer.cpp +++ b/etc/test/type/integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/list.cpp b/etc/test/type/list.cpp index b2482b4..099c63e 100644 --- a/etc/test/type/list.cpp +++ b/etc/test/type/list.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/object.cpp b/etc/test/type/object.cpp index 36d2d2f..4bba335 100644 --- a/etc/test/type/object.cpp +++ b/etc/test/type/object.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/port.cpp b/etc/test/type/port.cpp index 6445927..e98d71d 100644 --- a/etc/test/type/port.cpp +++ b/etc/test/type/port.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/range.cpp b/etc/test/type/range.cpp index 8f8fe4b..7c3e465 100644 --- a/etc/test/type/range.cpp +++ b/etc/test/type/range.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/ranged_integer.cpp b/etc/test/type/ranged_integer.cpp index 6ec2b6d..9780144 100644 --- a/etc/test/type/ranged_integer.cpp +++ b/etc/test/type/ranged_integer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/rational.cpp b/etc/test/type/rational.cpp index 6eb0e7d..c4353ad 100644 --- a/etc/test/type/rational.cpp +++ b/etc/test/type/rational.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/record.cpp b/etc/test/type/record.cpp index 43ea4e1..8277a08 100644 --- a/etc/test/type/record.cpp +++ b/etc/test/type/record.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/relation.cpp b/etc/test/type/relation.cpp index 5be3ab8..23856d1 100644 --- a/etc/test/type/relation.cpp +++ b/etc/test/type/relation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/tuple.cpp b/etc/test/type/tuple.cpp index ba03a1e..061cc42 100644 --- a/etc/test/type/tuple.cpp +++ b/etc/test/type/tuple.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/type/void.cpp b/etc/test/type/void.cpp index ce76bc4..2cdd2f3 100644 --- a/etc/test/type/void.cpp +++ b/etc/test/type/void.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/value.cpp b/etc/test/value.cpp index 4524d8b..5335611 100644 --- a/etc/test/value.cpp +++ b/etc/test/value.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Agent.cpp b/src/Agent.cpp index f7a3b9f..9c1cb3a 100644 --- a/src/Agent.cpp +++ b/src/Agent.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Agent.h b/src/Agent.h index 3c54cc1..0bd2678 100644 --- a/src/Agent.h +++ b/src/Agent.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Annotation.cpp b/src/Annotation.cpp index e605d50..7df7850 100644 --- a/src/Annotation.cpp +++ b/src/Annotation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Annotation.h b/src/Annotation.h index 0576a26..6778e0f 100644 --- a/src/Annotation.h +++ b/src/Annotation.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Block.cpp b/src/Block.cpp index 22e045d..cbbe443 100644 --- a/src/Block.cpp +++ b/src/Block.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Block.h b/src/Block.h index 01cf5a9..9405559 100644 --- a/src/Block.h +++ b/src/Block.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Builtin.cpp b/src/Builtin.cpp index a2cf1f5..0559a96 100644 --- a/src/Builtin.cpp +++ b/src/Builtin.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Builtin.h b/src/Builtin.h index 9661cdd..e2f3a20 100644 --- a/src/Builtin.h +++ b/src/Builtin.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e4671d6..b51a03a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/src/CasmIR.h b/src/CasmIR.h index fb8e17a..79bd39f 100644 --- a/src/CasmIR.h +++ b/src/CasmIR.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Constant.cpp b/src/Constant.cpp index 2f81e91..7e5229f 100644 --- a/src/Constant.cpp +++ b/src/Constant.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Constant.h b/src/Constant.h index 11dcf0d..ef94ca5 100644 --- a/src/Constant.h +++ b/src/Constant.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Derived.cpp b/src/Derived.cpp index e3ddb61..fbf0a92 100644 --- a/src/Derived.cpp +++ b/src/Derived.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Derived.h b/src/Derived.h index 07694c8..ccf2e2c 100644 --- a/src/Derived.h +++ b/src/Derived.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Enumeration.cpp b/src/Enumeration.cpp index aed0e04..4853ce7 100644 --- a/src/Enumeration.cpp +++ b/src/Enumeration.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Enumeration.h b/src/Enumeration.h index fa3da3a..74e0711 100644 --- a/src/Enumeration.h +++ b/src/Enumeration.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Exception.cpp b/src/Exception.cpp index f4f3c44..f06386b 100644 --- a/src/Exception.cpp +++ b/src/Exception.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Exception.h b/src/Exception.h index 42b6b7e..dd37822 100644 --- a/src/Exception.h +++ b/src/Exception.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Function.cpp b/src/Function.cpp index 2a6826a..e8f6cc8 100644 --- a/src/Function.cpp +++ b/src/Function.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Function.h b/src/Function.h index 6b0a9df..52df51a 100644 --- a/src/Function.h +++ b/src/Function.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Instruction.cpp b/src/Instruction.cpp index c0f7ec5..cee95f7 100644 --- a/src/Instruction.cpp +++ b/src/Instruction.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Instruction.h b/src/Instruction.h index 3e52795..82f6d4c 100644 --- a/src/Instruction.h +++ b/src/Instruction.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/List.cpp b/src/List.cpp index 5b4f8a7..704f70c 100644 --- a/src/List.cpp +++ b/src/List.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/List.h b/src/List.h index 3a621cc..9981dc1 100644 --- a/src/List.h +++ b/src/List.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Operation.cpp b/src/Operation.cpp index 11d0575..e95aa17 100644 --- a/src/Operation.cpp +++ b/src/Operation.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Operation.h b/src/Operation.h index f9f4b58..9926e3c 100644 --- a/src/Operation.h +++ b/src/Operation.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Property.cpp b/src/Property.cpp index 98c20a4..b959198 100644 --- a/src/Property.cpp +++ b/src/Property.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Property.h b/src/Property.h index cbacb91..c078894 100644 --- a/src/Property.h +++ b/src/Property.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Range.cpp b/src/Range.cpp index 5332bbc..afb622d 100644 --- a/src/Range.cpp +++ b/src/Range.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Range.h b/src/Range.h index 50f9472..3a7de7c 100644 --- a/src/Range.h +++ b/src/Range.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Rule.cpp b/src/Rule.cpp index acaa667..ebece22 100644 --- a/src/Rule.cpp +++ b/src/Rule.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Rule.h b/src/Rule.h index b729b28..a4f71cb 100644 --- a/src/Rule.h +++ b/src/Rule.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Specification.cpp b/src/Specification.cpp index 652fa29..03ef68e 100644 --- a/src/Specification.cpp +++ b/src/Specification.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Specification.h b/src/Specification.h index e837443..67ae561 100644 --- a/src/Specification.h +++ b/src/Specification.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Statement.cpp b/src/Statement.cpp index 8464494..ab1144c 100644 --- a/src/Statement.cpp +++ b/src/Statement.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Statement.h b/src/Statement.h index a700f9e..2382b75 100644 --- a/src/Statement.h +++ b/src/Statement.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/SymbolicExecutionEnvironment.cpp b/src/SymbolicExecutionEnvironment.cpp index 78b8b53..c1f70a7 100644 --- a/src/SymbolicExecutionEnvironment.cpp +++ b/src/SymbolicExecutionEnvironment.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/SymbolicExecutionEnvironment.h b/src/SymbolicExecutionEnvironment.h index b465118..1de88f5 100644 --- a/src/SymbolicExecutionEnvironment.h +++ b/src/SymbolicExecutionEnvironment.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Type.cpp b/src/Type.cpp index 2813bfc..4de7122 100644 --- a/src/Type.cpp +++ b/src/Type.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Type.h b/src/Type.h index 3bfc0ab..80a73ba 100644 --- a/src/Type.h +++ b/src/Type.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/User.cpp b/src/User.cpp index 96cf2aa..73ca472 100644 --- a/src/User.cpp +++ b/src/User.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/User.h b/src/User.h index d3aed87..eb99451 100644 --- a/src/User.h +++ b/src/User.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Value.cpp b/src/Value.cpp index d6d471f..87bb133 100644 --- a/src/Value.cpp +++ b/src/Value.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Value.h b/src/Value.h index cd0aa22..9f5b72a 100644 --- a/src/Value.h +++ b/src/Value.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 4f3ba3e..ce45e49 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Visitor.cpp b/src/Visitor.cpp index 71ceac7..abf8a09 100644 --- a/src/Visitor.cpp +++ b/src/Visitor.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Visitor.h b/src/Visitor.h index 247c99f..7096a55 100644 --- a/src/Visitor.h +++ b/src/Visitor.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 2c1ade9..72eda6f 100644 --- a/src/analyze/ConsistencyCheckPass.cpp +++ b/src/analyze/ConsistencyCheckPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 3debfa4..8f72ac4 100644 --- a/src/analyze/ConsistencyCheckPass.h +++ b/src/analyze/ConsistencyCheckPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/IRDumpDebugPass.cpp b/src/analyze/IRDumpDebugPass.cpp index ad41be1..39df872 100644 --- a/src/analyze/IRDumpDebugPass.cpp +++ b/src/analyze/IRDumpDebugPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/IRDumpDebugPass.h b/src/analyze/IRDumpDebugPass.h index 86bf723..85a8b5e 100644 --- a/src/analyze/IRDumpDebugPass.h +++ b/src/analyze/IRDumpDebugPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 ac2ad48..734e979 100644 --- a/src/execute/NumericExecutionPass.cpp +++ b/src/execute/NumericExecutionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-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 21b06eb..fe024f9 100644 --- a/src/execute/NumericExecutionPass.h +++ b/src/execute/NumericExecutionPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/libcasm-ir.h b/src/libcasm-ir.h index 2f16c6b..bca1cd3 100644 --- a/src/libcasm-ir.h +++ b/src/libcasm-ir.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/BranchEliminationPass.cpp b/src/transform/BranchEliminationPass.cpp index 7db28f9..c0e039d 100644 --- a/src/transform/BranchEliminationPass.cpp +++ b/src/transform/BranchEliminationPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/BranchEliminationPass.h b/src/transform/BranchEliminationPass.h index 0ad74c2..dd30d48 100644 --- a/src/transform/BranchEliminationPass.h +++ b/src/transform/BranchEliminationPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/IRDumpDotPass.cpp b/src/transform/IRDumpDotPass.cpp index 253705d..704fc8e 100644 --- a/src/transform/IRDumpDotPass.cpp +++ b/src/transform/IRDumpDotPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/IRDumpDotPass.h b/src/transform/IRDumpDotPass.h index 7500983..3e5756d 100644 --- a/src/transform/IRDumpDotPass.h +++ b/src/transform/IRDumpDotPass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/IRDumpSourcePass.cpp b/src/transform/IRDumpSourcePass.cpp index 4ffff43..bf92384 100644 --- a/src/transform/IRDumpSourcePass.cpp +++ b/src/transform/IRDumpSourcePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/transform/IRDumpSourcePass.h b/src/transform/IRDumpSourcePass.h index 016bb9c..be46243 100644 --- a/src/transform/IRDumpSourcePass.h +++ b/src/transform/IRDumpSourcePass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al.