diff --git a/.clang-format b/.clang-format index a65125fa..6222d7c5 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-tc.cmake b/.cmake/Findlibcasm-tc.cmake index d10159f6..041bdbef 100644 --- a/.cmake/Findlibcasm-tc.cmake +++ b/.cmake/Findlibcasm-tc.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 eef5e8c0..0935ddb8 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 dccee28e..52b9e8f9 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 cb0fe59c..cce5cafa 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 bcf70939..5467243b 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 703406f7..f9257fe5 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 57555390..084458ba 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 d9539bd7..2bc4a3f7 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 5f7882a1..2a410df3 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 b160f7b1..6c95a952 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 34d1f000..16579f47 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/application/99BottlesOfBeer.casm b/application/99BottlesOfBeer.casm index 4f4e2694..368f6c70 100644 --- a/application/99BottlesOfBeer.casm +++ b/application/99BottlesOfBeer.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/application/BrainFuckMachine.casm b/application/BrainFuckMachine.casm index 2692bc71..e8b83d62 100644 --- a/application/BrainFuckMachine.casm +++ b/application/BrainFuckMachine.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/application/CoffeeVendingMachine.casm b/application/CoffeeVendingMachine.casm index b7538cc8..c7df2a0f 100644 --- a/application/CoffeeVendingMachine.casm +++ b/application/CoffeeVendingMachine.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/application/Prisoners.casm b/application/Prisoners.casm index bf461ced..e6129ab5 100644 --- a/application/Prisoners.casm +++ b/application/Prisoners.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/application/SSEM.casm b/application/SSEM.casm index 7060475c..6cdc64d5 100644 --- a/application/SSEM.casm +++ b/application/SSEM.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/application/SSEM_.casm b/application/SSEM_.casm index 7f748fa4..0a8fc1c6 100644 --- a/application/SSEM_.casm +++ b/application/SSEM_.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/application/traffic_sim.casm b/application/traffic_sim.casm index d8db1e07..782f6ac9 100644 --- a/application/traffic_sim.casm +++ b/application/traffic_sim.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/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 688c0a7e..de2972f6 100644 --- a/benchmark/CMakeLists.txt +++ b/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/benchmark/ackermann.casm b/benchmark/ackermann.casm index 6f0e7023..63b85016 100644 --- a/benchmark/ackermann.casm +++ b/benchmark/ackermann.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/benchmark/bubblesort.casm b/benchmark/bubblesort.casm index 4d6d0c21..edf8c152 100644 --- a/benchmark/bubblesort.casm +++ b/benchmark/bubblesort.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/benchmark/bubblesort_large.casm b/benchmark/bubblesort_large.casm index 96ac89c1..e008c832 100644 --- a/benchmark/bubblesort_large.casm +++ b/benchmark/bubblesort_large.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/benchmark/conway.casm b/benchmark/conway.casm index 1968fbe9..cfed4881 100644 --- a/benchmark/conway.casm +++ b/benchmark/conway.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/benchmark/fibonacci.casm b/benchmark/fibonacci.casm index 35bacd13..a93f6430 100644 --- a/benchmark/fibonacci.casm +++ b/benchmark/fibonacci.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/benchmark/fibonacci_large.casm b/benchmark/fibonacci_large.casm index 41931c1a..8572bd31 100644 --- a/benchmark/fibonacci_large.casm +++ b/benchmark/fibonacci_large.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/benchmark/gray.casm b/benchmark/gray.casm index ccc93f33..3f334a61 100644 --- a/benchmark/gray.casm +++ b/benchmark/gray.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/benchmark/gray_large.casm b/benchmark/gray_large.casm index 086dd9cf..cdb7a75e 100644 --- a/benchmark/gray_large.casm +++ b/benchmark/gray_large.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/benchmark/monte_carlo_pi.casm b/benchmark/monte_carlo_pi.casm index 41ac8c88..f87f2320 100644 --- a/benchmark/monte_carlo_pi.casm +++ b/benchmark/monte_carlo_pi.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/benchmark/quicksort.casm b/benchmark/quicksort.casm index 00526042..0a159b2f 100644 --- a/benchmark/quicksort.casm +++ b/benchmark/quicksort.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/benchmark/quicksort_large.casm b/benchmark/quicksort_large.casm index 1f1cd74e..f9e5376a 100644 --- a/benchmark/quicksort_large.casm +++ b/benchmark/quicksort_large.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/benchmark/sieve.casm b/benchmark/sieve.casm index 2c2a35a7..9f339520 100644 --- a/benchmark/sieve.casm +++ b/benchmark/sieve.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/benchmark/stencil/2.casm b/benchmark/stencil/2.casm index 45a554b5..c19480b1 100644 --- a/benchmark/stencil/2.casm +++ b/benchmark/stencil/2.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/benchmark/stencil/3.casm b/benchmark/stencil/3.casm index 391091b4..d0323f28 100644 --- a/benchmark/stencil/3.casm +++ b/benchmark/stencil/3.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/benchmark/stencil/4.casm b/benchmark/stencil/4.casm index 8b3e795d..a1663904 100644 --- a/benchmark/stencil/4.casm +++ b/benchmark/stencil/4.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/benchmark/stencil/5.casm b/benchmark/stencil/5.casm index 101d2148..457452f8 100644 --- a/benchmark/stencil/5.casm +++ b/benchmark/stencil/5.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/benchmark/stencil/6.casm b/benchmark/stencil/6.casm index 0fd28e0a..94a8118d 100644 --- a/benchmark/stencil/6.casm +++ b/benchmark/stencil/6.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/benchmark/todo/quicksort_list.casm b/benchmark/todo/quicksort_list.casm index d9880b5e..ba6c2102 100644 --- a/benchmark/todo/quicksort_list.casm +++ b/benchmark/todo/quicksort_list.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/benchmark/todo/quicksort_list_large.casm b/benchmark/todo/quicksort_list_large.casm index 08ec71bb..07790a53 100644 --- a/benchmark/todo/quicksort_list_large.casm +++ b/benchmark/todo/quicksort_list_large.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/benchmark/updateset.casm b/benchmark/updateset.casm index af66d3dd..8c7c54a4 100644 --- a/benchmark/updateset.casm +++ b/benchmark/updateset.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/etc/CMakeLists.txt b/etc/CMakeLists.txt index 65c3e90d..50f054bd 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 192ea33d..628ef6f4 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 8bc710fe..1683d800 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/legacy/README.org b/etc/legacy/README.org index d74a84d9..a6662b9c 100644 --- a/etc/legacy/README.org +++ b/etc/legacy/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/legacy/bubblesort_large.casm b/etc/legacy/bubblesort_large.casm index 3278cbc6..97bdc451 100644 --- a/etc/legacy/bubblesort_large.casm +++ b/etc/legacy/bubblesort_large.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/etc/legacy/conway.casm b/etc/legacy/conway.casm index 15619b60..3735f139 100644 --- a/etc/legacy/conway.casm +++ b/etc/legacy/conway.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/etc/legacy/fibonacci_large.casm b/etc/legacy/fibonacci_large.casm index bcab9eb1..72b114ae 100644 --- a/etc/legacy/fibonacci_large.casm +++ b/etc/legacy/fibonacci_large.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/etc/legacy/filter_ma2_long.casm b/etc/legacy/filter_ma2_long.casm index b3195cf5..b444da01 100644 --- a/etc/legacy/filter_ma2_long.casm +++ b/etc/legacy/filter_ma2_long.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/etc/legacy/gray.casm b/etc/legacy/gray.casm index 9a64772d..948992c5 100644 --- a/etc/legacy/gray.casm +++ b/etc/legacy/gray.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/etc/legacy/gray_large.casm b/etc/legacy/gray_large.casm index 61fb7430..9af7d39d 100644 --- a/etc/legacy/gray_large.casm +++ b/etc/legacy/gray_large.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/etc/legacy/quicksort_large.casm b/etc/legacy/quicksort_large.casm index fede8310..c424f6bb 100644 --- a/etc/legacy/quicksort_large.casm +++ b/etc/legacy/quicksort_large.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/etc/legacy/sieve.casm b/etc/legacy/sieve.casm index 015f50f3..c5ecbbae 100644 --- a/etc/legacy/sieve.casm +++ b/etc/legacy/sieve.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/etc/legacy/updateset.casm b/etc/legacy/updateset.casm index 0bc9b79f..69cc88c9 100644 --- a/etc/legacy/updateset.casm +++ b/etc/legacy/updateset.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/etc/src/CMakeLists.txt b/etc/src/CMakeLists.txt index 51d7bcdc..c38f47c2 100644 --- a/etc/src/CMakeLists.txt +++ b/etc/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/etc/src/CasmTC.h b/etc/src/CasmTC.h index 8c77e16f..41130a3d 100644 --- a/etc/src/CasmTC.h +++ b/etc/src/CasmTC.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/src/Profile.cpp b/etc/src/Profile.cpp index ca3db951..5219bbfd 100644 --- a/etc/src/Profile.cpp +++ b/etc/src/Profile.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/src/Profile.h b/etc/src/Profile.h index 7c04081c..f186b1d8 100644 --- a/etc/src/Profile.h +++ b/etc/src/Profile.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/src/RunnerBenchmark.cpp b/etc/src/RunnerBenchmark.cpp index dde4523e..85751c03 100644 --- a/etc/src/RunnerBenchmark.cpp +++ b/etc/src/RunnerBenchmark.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/src/RunnerBenchmark.h b/etc/src/RunnerBenchmark.h index 4742a4ed..d858b348 100644 --- a/etc/src/RunnerBenchmark.h +++ b/etc/src/RunnerBenchmark.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/src/RunnerTest.cpp b/etc/src/RunnerTest.cpp index 745435f6..6e6bc191 100644 --- a/etc/src/RunnerTest.cpp +++ b/etc/src/RunnerTest.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/src/RunnerTest.h b/etc/src/RunnerTest.h index 056593a9..e64d3cc1 100644 --- a/etc/src/RunnerTest.h +++ b/etc/src/RunnerTest.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/src/Version.in.h b/etc/src/Version.in.h index d0a33cef..6b1791e0 100644 --- a/etc/src/Version.in.h +++ b/etc/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/etc/src/generator.cpp b/etc/src/generator.cpp index d801ccaa..fdb33c9b 100644 --- a/etc/src/generator.cpp +++ b/etc/src/generator.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/src/libcasm-tc.h b/etc/src/libcasm-tc.h index 34b67d43..44b3feb1 100644 --- a/etc/src/libcasm-tc.h +++ b/etc/src/libcasm-tc.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/CMakeLists.txt b/etc/test/CMakeLists.txt index d9511aff..629acff0 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/main.cpp b/etc/test/main.cpp index c5ebf4cd..1dc7ca1c 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 28432550..700bc95b 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/other/coreasm/bubblesort.coreasm b/other/coreasm/bubblesort.coreasm index af623515..288b3863 100644 --- a/other/coreasm/bubblesort.coreasm +++ b/other/coreasm/bubblesort.coreasm @@ -1,6 +1,6 @@ CoreASM bubblesort // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/other/coreasm/filter_ma2_long.coreasm b/other/coreasm/filter_ma2_long.coreasm index 6b7efd06..d6b09f64 100644 --- a/other/coreasm/filter_ma2_long.coreasm +++ b/other/coreasm/filter_ma2_long.coreasm @@ -1,6 +1,6 @@ CoreASM filter_specification // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/other/coreasm/gray.coreasm b/other/coreasm/gray.coreasm index 1914f92b..06407208 100644 --- a/other/coreasm/gray.coreasm +++ b/other/coreasm/gray.coreasm @@ -1,6 +1,6 @@ CoreASM gray // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/other/coreasm/quicksort.coreasm b/other/coreasm/quicksort.coreasm index 5301106e..870d0630 100644 --- a/other/coreasm/quicksort.coreasm +++ b/other/coreasm/quicksort.coreasm @@ -1,6 +1,6 @@ CoreASM quicksort // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/other/coreasm/updateset.coreasm b/other/coreasm/updateset.coreasm index b792d558..bc7f3877 100644 --- a/other/coreasm/updateset.coreasm +++ b/other/coreasm/updateset.coreasm @@ -1,6 +1,6 @@ CoreASM updateset // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/sortme/derived.casm b/sortme/derived.casm index a192ceff..c1cc2b0f 100644 --- a/sortme/derived.casm +++ b/sortme/derived.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/sortme/example.casm b/sortme/example.casm index e74b56ae..259f55af 100644 --- a/sortme/example.casm +++ b/sortme/example.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/sortme/f500_r500_u500.casm b/sortme/f500_r500_u500.casm index f44fb265..a4c00704 100644 --- a/sortme/f500_r500_u500.casm +++ b/sortme/f500_r500_u500.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/sortme/fibonacci_large.casm b/sortme/fibonacci_large.casm index 297eb94b..8e2b8422 100644 --- a/sortme/fibonacci_large.casm +++ b/sortme/fibonacci_large.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/sortme/filter_ma2_c3.casm b/sortme/filter_ma2_c3.casm index b5f7d4f7..5429a4a0 100644 --- a/sortme/filter_ma2_c3.casm +++ b/sortme/filter_ma2_c3.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/sortme/filter_ma2_long.casm b/sortme/filter_ma2_long.casm index 709ffb12..735dad5c 100644 --- a/sortme/filter_ma2_long.casm +++ b/sortme/filter_ma2_long.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/sortme/filter_ma2_short.casm b/sortme/filter_ma2_short.casm index 2f0b0503..47382a56 100644 --- a/sortme/filter_ma2_short.casm +++ b/sortme/filter_ma2_short.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/sortme/sieve.casm b/sortme/sieve.casm index 86e02c73..acc39c25 100644 --- a/sortme/sieve.casm +++ b/sortme/sieve.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/test/CMakeLists.txt b/test/CMakeLists.txt index b01468fc..83664947 100644 --- a/test/CMakeLists.txt +++ b/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/test/application/hello_world.casm b/test/application/hello_world.casm index 2aa6ceed..a7534a42 100644 --- a/test/application/hello_world.casm +++ b/test/application/hello_world.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/test/application/hello_world_concat.casm b/test/application/hello_world_concat.casm index 22cdc50d..f11f018a 100644 --- a/test/application/hello_world_concat.casm +++ b/test/application/hello_world_concat.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/test/application/hello_world_emoticons.casm b/test/application/hello_world_emoticons.casm index 3c402e8f..57880afa 100644 --- a/test/application/hello_world_emoticons.casm +++ b/test/application/hello_world_emoticons.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/test/application/hello_world_undef.casm b/test/application/hello_world_undef.casm index 361d946c..a5f8718d 100644 --- a/test/application/hello_world_undef.casm +++ b/test/application/hello_world_undef.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/test/application/log2.casm b/test/application/log2.casm index 4af73e6c..fffb8e03 100644 --- a/test/application/log2.casm +++ b/test/application/log2.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/test/application/swap.casm b/test/application/swap.casm index 7a30cc81..c313946a 100644 --- a/test/application/swap.casm +++ b/test/application/swap.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/test/builtin/abort/in_rule.casm b/test/builtin/abort/in_rule.casm index 27f72751..872548a1 100644 --- a/test/builtin/abort/in_rule.casm +++ b/test/builtin/abort/in_rule.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/test/builtin/abort/in_rule_no_parentheses.casm b/test/builtin/abort/in_rule_no_parentheses.casm index 0bf4dd62..367927e0 100644 --- a/test/builtin/abort/in_rule_no_parentheses.casm +++ b/test/builtin/abort/in_rule_no_parentheses.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/test/builtin/assert/condition_is_true.casm b/test/builtin/assert/condition_is_true.casm index a0119a11..610c3112 100644 --- a/test/builtin/assert/condition_is_true.casm +++ b/test/builtin/assert/condition_is_true.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/test/builtin/assert/error/condition_is_false.casm b/test/builtin/assert/error/condition_is_false.casm index ab331cb4..176dd647 100644 --- a/test/builtin/assert/error/condition_is_false.casm +++ b/test/builtin/assert/error/condition_is_false.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/test/builtin/assert/error/condition_is_undef.casm b/test/builtin/assert/error/condition_is_undef.casm index 26059bfe..1a258c73 100644 --- a/test/builtin/assert/error/condition_is_undef.casm +++ b/test/builtin/assert/error/condition_is_undef.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/test/builtin/assert/ruleref.casm b/test/builtin/assert/ruleref.casm index 52384f52..f6c2d860 100644 --- a/test/builtin/assert/ruleref.casm +++ b/test/builtin/assert/ruleref.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/test/builtin/assure/condition_is_true.casm b/test/builtin/assure/condition_is_true.casm index 7d48539b..627546f0 100644 --- a/test/builtin/assure/condition_is_true.casm +++ b/test/builtin/assure/condition_is_true.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/test/builtin/assure/error/condition_is_false.casm b/test/builtin/assure/error/condition_is_false.casm index 5974abc4..ccd8b2aa 100644 --- a/test/builtin/assure/error/condition_is_false.casm +++ b/test/builtin/assure/error/condition_is_false.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/test/builtin/assure/error/condition_is_undef.casm b/test/builtin/assure/error/condition_is_undef.casm index f233ee99..4777859c 100644 --- a/test/builtin/assure/error/condition_is_undef.casm +++ b/test/builtin/assure/error/condition_is_undef.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/test/builtin/print/error/invalid_argument_used.casm b/test/builtin/print/error/invalid_argument_used.casm index c69f77a3..30e77f20 100644 --- a/test/builtin/print/error/invalid_argument_used.casm +++ b/test/builtin/print/error/invalid_argument_used.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/test/builtin/print/string.casm b/test/builtin/print/string.casm index 8a78606c..b946bd8b 100644 --- a/test/builtin/print/string.casm +++ b/test/builtin/print/string.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/test/builtin/println/error/invalid_argument_used.casm b/test/builtin/println/error/invalid_argument_used.casm index bf4cfa43..c3587c1c 100644 --- a/test/builtin/println/error/invalid_argument_used.casm +++ b/test/builtin/println/error/invalid_argument_used.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/test/builtin/println/ruleref.casm b/test/builtin/println/ruleref.casm index ff936571..52844ec3 100644 --- a/test/builtin/println/ruleref.casm +++ b/test/builtin/println/ruleref.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/test/builtin/println/string.casm b/test/builtin/println/string.casm index 43bd4e63..324ace68 100644 --- a/test/builtin/println/string.casm +++ b/test/builtin/println/string.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/test/builtin/sext/binary16_to_binary48.casm b/test/builtin/sext/binary16_to_binary48.casm index bdca9b4f..e92c4ce2 100644 --- a/test/builtin/sext/binary16_to_binary48.casm +++ b/test/builtin/sext/binary16_to_binary48.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/test/builtin/sext/binary20_to_binary30.casm b/test/builtin/sext/binary20_to_binary30.casm index d2d351a7..3c5a6c49 100644 --- a/test/builtin/sext/binary20_to_binary30.casm +++ b/test/builtin/sext/binary20_to_binary30.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/test/builtin/sext/undef_yields_undef.casm b/test/builtin/sext/undef_yields_undef.casm index e002a71d..d54e98cd 100644 --- a/test/builtin/sext/undef_yields_undef.casm +++ b/test/builtin/sext/undef_yields_undef.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/test/builtin/shl/bit16.casm b/test/builtin/shl/bit16.casm index 5d2360da..f19b2a90 100644 --- a/test/builtin/shl/bit16.casm +++ b/test/builtin/shl/bit16.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/test/builtin/shr/bit16.casm b/test/builtin/shr/bit16.casm index 686433f2..a6371c90 100644 --- a/test/builtin/shr/bit16.casm +++ b/test/builtin/shr/bit16.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/test/builtin/trunc/binary30_to_binary20.casm b/test/builtin/trunc/binary30_to_binary20.casm index 08d2b425..ca6733d1 100644 --- a/test/builtin/trunc/binary30_to_binary20.casm +++ b/test/builtin/trunc/binary30_to_binary20.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/test/builtin/trunc/binary48_to_binary16.casm b/test/builtin/trunc/binary48_to_binary16.casm index e10735f8..5ca97611 100644 --- a/test/builtin/trunc/binary48_to_binary16.casm +++ b/test/builtin/trunc/binary48_to_binary16.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/test/builtin/trunc/undef_yields_undef.casm b/test/builtin/trunc/undef_yields_undef.casm index 044ddbc1..b93c0b09 100644 --- a/test/builtin/trunc/undef_yields_undef.casm +++ b/test/builtin/trunc/undef_yields_undef.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/test/builtin/zext/binary16_to_binary48.casm b/test/builtin/zext/binary16_to_binary48.casm index ecd1b97d..a5d5c0d6 100644 --- a/test/builtin/zext/binary16_to_binary48.casm +++ b/test/builtin/zext/binary16_to_binary48.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/test/builtin/zext/binary20_to_binary30.casm b/test/builtin/zext/binary20_to_binary30.casm index f5ccb683..48e5983b 100644 --- a/test/builtin/zext/binary20_to_binary30.casm +++ b/test/builtin/zext/binary20_to_binary30.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/test/builtin/zext/undef_yields_undef.casm b/test/builtin/zext/undef_yields_undef.casm index 29fcaeb0..a5f482f8 100644 --- a/test/builtin/zext/undef_yields_undef.casm +++ b/test/builtin/zext/undef_yields_undef.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/test/definition/behavior/error/at_least_one_structure_element.casm b/test/definition/behavior/error/at_least_one_structure_element.casm index d8eae2bf..3f5050f9 100644 --- a/test/definition/behavior/error/at_least_one_structure_element.casm +++ b/test/definition/behavior/error/at_least_one_structure_element.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/test/definition/behavior/error/identifer_already_used.casm b/test/definition/behavior/error/identifer_already_used.casm index a5846226..7c473620 100644 --- a/test/definition/behavior/error/identifer_already_used.casm +++ b/test/definition/behavior/error/identifer_already_used.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/test/definition/behavior/error/identifer_is_builtin_name.casm b/test/definition/behavior/error/identifer_is_builtin_name.casm index 7f50c952..5959258a 100644 --- a/test/definition/behavior/error/identifer_is_builtin_name.casm +++ b/test/definition/behavior/error/identifer_is_builtin_name.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/test/definition/behavior/of_a_rule_and_a_derived.casm b/test/definition/behavior/of_a_rule_and_a_derived.casm index c6091d97..b7ceff4c 100644 --- a/test/definition/behavior/of_a_rule_and_a_derived.casm +++ b/test/definition/behavior/of_a_rule_and_a_derived.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/test/definition/behavior/used_as_derived_argument_type.casm b/test/definition/behavior/used_as_derived_argument_type.casm index b73df1a0..28d24075 100644 --- a/test/definition/behavior/used_as_derived_argument_type.casm +++ b/test/definition/behavior/used_as_derived_argument_type.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/test/definition/derived/argument_type_inference.casm b/test/definition/derived/argument_type_inference.casm index 4e12d72e..cff03f86 100644 --- a/test/definition/derived/argument_type_inference.casm +++ b/test/definition/derived/argument_type_inference.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/test/definition/derived/call_pure_derived_in_pure_derived.casm b/test/definition/derived/call_pure_derived_in_pure_derived.casm index 8ec055ac..d130b5fd 100644 --- a/test/definition/derived/call_pure_derived_in_pure_derived.casm +++ b/test/definition/derived/call_pure_derived_in_pure_derived.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/test/definition/derived/error/argument_value_invalid.casm b/test/definition/derived/error/argument_value_invalid.casm index d1d3285c..c86b7372 100644 --- a/test/definition/derived/error/argument_value_invalid.casm +++ b/test/definition/derived/error/argument_value_invalid.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/test/definition/derived/error/argument_wrong_type_call.casm b/test/definition/derived/error/argument_wrong_type_call.casm index 1e9235d1..49a5c293 100644 --- a/test/definition/derived/error/argument_wrong_type_call.casm +++ b/test/definition/derived/error/argument_wrong_type_call.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/test/definition/derived/error/argument_wrong_type_expr.casm b/test/definition/derived/error/argument_wrong_type_expr.casm index 634a41db..f8c3913d 100644 --- a/test/definition/derived/error/argument_wrong_type_expr.casm +++ b/test/definition/derived/error/argument_wrong_type_expr.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/test/definition/derived/error/call_non_pure_derived_in_pure_derived.casm b/test/definition/derived/error/call_non_pure_derived_in_pure_derived.casm index 69de238c..14019776 100644 --- a/test/definition/derived/error/call_non_pure_derived_in_pure_derived.casm +++ b/test/definition/derived/error/call_non_pure_derived_in_pure_derived.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/test/definition/derived/error/expression_return_type_mismatch.casm b/test/definition/derived/error/expression_return_type_mismatch.casm index b649e69b..9d84a1f1 100644 --- a/test/definition/derived/error/expression_return_type_mismatch.casm +++ b/test/definition/derived/error/expression_return_type_mismatch.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/test/definition/derived/error/identifier_is_builtin.casm b/test/definition/derived/error/identifier_is_builtin.casm index f5562602..b7138ec9 100644 --- a/test/definition/derived/error/identifier_is_builtin.casm +++ b/test/definition/derived/error/identifier_is_builtin.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/test/definition/derived/error/identifier_is_type.casm b/test/definition/derived/error/identifier_is_type.casm index ce2ab76f..9d584570 100644 --- a/test/definition/derived/error/identifier_is_type.casm +++ b/test/definition/derived/error/identifier_is_type.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/test/definition/derived/error/invalid_return_type.casm b/test/definition/derived/error/invalid_return_type.casm index e597eaf5..30f39162 100644 --- a/test/definition/derived/error/invalid_return_type.casm +++ b/test/definition/derived/error/invalid_return_type.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/test/definition/derived/error/redefinition.casm b/test/definition/derived/error/redefinition.casm index 23d351c3..1afb99a4 100644 --- a/test/definition/derived/error/redefinition.casm +++ b/test/definition/derived/error/redefinition.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/test/definition/derived/error/return_value_invalid.casm b/test/definition/derived/error/return_value_invalid.casm index 46557962..e98a839b 100644 --- a/test/definition/derived/error/return_value_invalid.casm +++ b/test/definition/derived/error/return_value_invalid.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/test/definition/derived/error/rule_call_in_expression.casm b/test/definition/derived/error/rule_call_in_expression.casm index 07e9d760..559f8dac 100644 --- a/test/definition/derived/error/rule_call_in_expression.casm +++ b/test/definition/derived/error/rule_call_in_expression.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/test/definition/derived/error/too_few_arguments.casm b/test/definition/derived/error/too_few_arguments.casm index d0b95341..deaf0927 100644 --- a/test/definition/derived/error/too_few_arguments.casm +++ b/test/definition/derived/error/too_few_arguments.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/test/definition/derived/error/too_much_arguments.casm b/test/definition/derived/error/too_much_arguments.casm index 4d13f29e..d33c09e7 100644 --- a/test/definition/derived/error/too_much_arguments.casm +++ b/test/definition/derived/error/too_much_arguments.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/test/definition/derived/function_call_in_expression.casm b/test/definition/derived/function_call_in_expression.casm index fdff68d0..91ae7a0a 100644 --- a/test/definition/derived/function_call_in_expression.casm +++ b/test/definition/derived/function_call_in_expression.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/test/definition/derived/mulitple_use.casm b/test/definition/derived/mulitple_use.casm index ac9466c4..531d200c 100644 --- a/test/definition/derived/mulitple_use.casm +++ b/test/definition/derived/mulitple_use.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/test/definition/derived/no_arguments.casm b/test/definition/derived/no_arguments.casm index 02a166f9..70ccdaff 100644 --- a/test/definition/derived/no_arguments.casm +++ b/test/definition/derived/no_arguments.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/test/definition/derived/ranged_argument.casm b/test/definition/derived/ranged_argument.casm index 686e1f2e..222b4575 100644 --- a/test/definition/derived/ranged_argument.casm +++ b/test/definition/derived/ranged_argument.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/test/definition/derived/ranged_return_value.casm b/test/definition/derived/ranged_return_value.casm index e388955c..4b0b1919 100644 --- a/test/definition/derived/ranged_return_value.casm +++ b/test/definition/derived/ranged_return_value.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/test/definition/derived/recursive_call.casm b/test/definition/derived/recursive_call.casm index a16cc64e..87c5718a 100644 --- a/test/definition/derived/recursive_call.casm +++ b/test/definition/derived/recursive_call.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/test/definition/derived/undef_argument_value.casm b/test/definition/derived/undef_argument_value.casm index 7d53ec81..90eed2ba 100644 --- a/test/definition/derived/undef_argument_value.casm +++ b/test/definition/derived/undef_argument_value.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/test/definition/derived/undef_return_value.casm b/test/definition/derived/undef_return_value.casm index 6cff0a7a..d7a11247 100644 --- a/test/definition/derived/undef_return_value.casm +++ b/test/definition/derived/undef_return_value.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/test/definition/derived/using_variables_should_be_possible.casm b/test/definition/derived/using_variables_should_be_possible.casm index ab22d29e..88c6f7d6 100644 --- a/test/definition/derived/using_variables_should_be_possible.casm +++ b/test/definition/derived/using_variables_should_be_possible.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/test/definition/derived/using_variables_should_be_possible_reverse.casm b/test/definition/derived/using_variables_should_be_possible_reverse.casm index 03a70352..6e9707e2 100644 --- a/test/definition/derived/using_variables_should_be_possible_reverse.casm +++ b/test/definition/derived/using_variables_should_be_possible_reverse.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/test/definition/enumeration/error/enumerator_identifiers_already_used.casm b/test/definition/enumeration/error/enumerator_identifiers_already_used.casm index b69a4650..9c0e8c37 100644 --- a/test/definition/enumeration/error/enumerator_identifiers_already_used.casm +++ b/test/definition/enumeration/error/enumerator_identifiers_already_used.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/test/definition/enumeration/error/identifier_already_used.casm b/test/definition/enumeration/error/identifier_already_used.casm index 5ed766dc..49c9140c 100644 --- a/test/definition/enumeration/error/identifier_already_used.casm +++ b/test/definition/enumeration/error/identifier_already_used.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/test/definition/enumeration/error/identifier_is_builtin.casm b/test/definition/enumeration/error/identifier_is_builtin.casm index 3e77ce0c..ac54b098 100644 --- a/test/definition/enumeration/error/identifier_is_builtin.casm +++ b/test/definition/enumeration/error/identifier_is_builtin.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/test/definition/enumeration/error/identifier_is_type.casm b/test/definition/enumeration/error/identifier_is_type.casm index 0d8bdd07..f292bae3 100644 --- a/test/definition/enumeration/error/identifier_is_type.casm +++ b/test/definition/enumeration/error/identifier_is_type.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/test/definition/enumeration/error/missing_namespace.casm b/test/definition/enumeration/error/missing_namespace.casm index 3b385add..a291de4c 100644 --- a/test/definition/enumeration/error/missing_namespace.casm +++ b/test/definition/enumeration/error/missing_namespace.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/test/definition/enumeration/implicit_name_space.casm b/test/definition/enumeration/implicit_name_space.casm index 5b2dca76..7a1dcc79 100644 --- a/test/definition/enumeration/implicit_name_space.casm +++ b/test/definition/enumeration/implicit_name_space.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/test/definition/enumeration/implicit_name_space_with_function.casm b/test/definition/enumeration/implicit_name_space_with_function.casm index cfa58a6a..a8660b05 100644 --- a/test/definition/enumeration/implicit_name_space_with_function.casm +++ b/test/definition/enumeration/implicit_name_space_with_function.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/test/definition/enumeration/with_namespace.casm b/test/definition/enumeration/with_namespace.casm index 4165a7be..6770979f 100644 --- a/test/definition/enumeration/with_namespace.casm +++ b/test/definition/enumeration/with_namespace.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/test/definition/function/attribute/error/controlled_and_static.casm b/test/definition/function/attribute/error/controlled_and_static.casm index b1c6a6b4..6c25de50 100644 --- a/test/definition/function/attribute/error/controlled_and_static.casm +++ b/test/definition/function/attribute/error/controlled_and_static.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/test/definition/function/attribute/error/invalid.casm b/test/definition/function/attribute/error/invalid.casm index e1521f23..ccb95c8b 100644 --- a/test/definition/function/attribute/error/invalid.casm +++ b/test/definition/function/attribute/error/invalid.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/test/definition/function/attribute/error/static_and_controlled.casm b/test/definition/function/attribute/error/static_and_controlled.casm index b6b10a74..f0703ea2 100644 --- a/test/definition/function/attribute/error/static_and_controlled.casm +++ b/test/definition/function/attribute/error/static_and_controlled.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/test/definition/function/attribute/static/00.casm b/test/definition/function/attribute/static/00.casm index f32bf8dc..db11733d 100644 --- a/test/definition/function/attribute/static/00.casm +++ b/test/definition/function/attribute/static/00.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/test/definition/function/attribute/static/error/multiple.casm b/test/definition/function/attribute/static/error/multiple.casm index cfb754d6..348f2fd4 100644 --- a/test/definition/function/attribute/static/error/multiple.casm +++ b/test/definition/function/attribute/static/error/multiple.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/test/definition/function/attribute/static/error/multiple_others.casm b/test/definition/function/attribute/static/error/multiple_others.casm index e7aecef2..e6787e39 100644 --- a/test/definition/function/attribute/static/error/multiple_others.casm +++ b/test/definition/function/attribute/static/error/multiple_others.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/test/definition/function/attribute/symbolic/error/multiple.casm b/test/definition/function/attribute/symbolic/error/multiple.casm index 1832f829..8e111b7c 100644 --- a/test/definition/function/attribute/symbolic/error/multiple.casm +++ b/test/definition/function/attribute/symbolic/error/multiple.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/test/definition/function/attribute/symbolic/error/multiple_others.casm b/test/definition/function/attribute/symbolic/error/multiple_others.casm index a89ceb19..0954cebb 100644 --- a/test/definition/function/attribute/symbolic/error/multiple_others.casm +++ b/test/definition/function/attribute/symbolic/error/multiple_others.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/test/definition/function/attribute/symbolic/valid.casm b/test/definition/function/attribute/symbolic/valid.casm index 05a8f272..836208e0 100644 --- a/test/definition/function/attribute/symbolic/valid.casm +++ b/test/definition/function/attribute/symbolic/valid.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/test/definition/function/defined_pure_expression.casm b/test/definition/function/defined_pure_expression.casm index 035f964e..dc631e8f 100644 --- a/test/definition/function/defined_pure_expression.casm +++ b/test/definition/function/defined_pure_expression.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/test/definition/function/error/defined_invalid_value.casm b/test/definition/function/error/defined_invalid_value.casm index 9b0ddce4..1bd6a56a 100644 --- a/test/definition/function/error/defined_invalid_value.casm +++ b/test/definition/function/error/defined_invalid_value.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/test/definition/function/error/defined_non_pure_expression.casm b/test/definition/function/error/defined_non_pure_expression.casm index 6c452cb0..5638ecda 100644 --- a/test/definition/function/error/defined_non_pure_expression.casm +++ b/test/definition/function/error/defined_non_pure_expression.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/test/definition/function/error/defined_wrong_type.casm b/test/definition/function/error/defined_wrong_type.casm index 4dc0a96a..fc29bbe9 100644 --- a/test/definition/function/error/defined_wrong_type.casm +++ b/test/definition/function/error/defined_wrong_type.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/test/definition/function/error/identifier_is_builtin.casm b/test/definition/function/error/identifier_is_builtin.casm index 0ca1c942..e27007c0 100644 --- a/test/definition/function/error/identifier_is_builtin.casm +++ b/test/definition/function/error/identifier_is_builtin.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/test/definition/function/error/identifier_is_enumeration_name.casm b/test/definition/function/error/identifier_is_enumeration_name.casm index a0ac439b..99184a5d 100644 --- a/test/definition/function/error/identifier_is_enumeration_name.casm +++ b/test/definition/function/error/identifier_is_enumeration_name.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/test/definition/function/error/identifier_is_type.casm b/test/definition/function/error/identifier_is_type.casm index e18578e5..fa9a0d1e 100644 --- a/test/definition/function/error/identifier_is_type.casm +++ b/test/definition/function/error/identifier_is_type.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/test/definition/function/error/initialize_same_location_with_different_values.casm b/test/definition/function/error/initialize_same_location_with_different_values.casm index 39f26c87..97e87016 100644 --- a/test/definition/function/error/initialize_same_location_with_different_values.casm +++ b/test/definition/function/error/initialize_same_location_with_different_values.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/test/definition/function/error/initially_argument_with_side_effects.casm b/test/definition/function/error/initially_argument_with_side_effects.casm index a683639a..ae85ec32 100644 --- a/test/definition/function/error/initially_argument_with_side_effects.casm +++ b/test/definition/function/error/initially_argument_with_side_effects.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/test/definition/function/error/initially_expression_with_side_effects.casm b/test/definition/function/error/initially_expression_with_side_effects.casm index a049f60e..3cbc18e6 100644 --- a/test/definition/function/error/initially_expression_with_side_effects.casm +++ b/test/definition/function/error/initially_expression_with_side_effects.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/test/definition/function/error/initially_invalid_argument.casm b/test/definition/function/error/initially_invalid_argument.casm index 30098ea7..25f4d1c9 100644 --- a/test/definition/function/error/initially_invalid_argument.casm +++ b/test/definition/function/error/initially_invalid_argument.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/test/definition/function/error/initially_invalid_value.casm b/test/definition/function/error/initially_invalid_value.casm index 59929f26..97c8f51b 100644 --- a/test/definition/function/error/initially_invalid_value.casm +++ b/test/definition/function/error/initially_invalid_value.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/test/definition/function/error/initially_too_few_arguments.casm b/test/definition/function/error/initially_too_few_arguments.casm index c6ecd360..7664dff5 100644 --- a/test/definition/function/error/initially_too_few_arguments.casm +++ b/test/definition/function/error/initially_too_few_arguments.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/test/definition/function/error/initially_too_much_arguments.casm b/test/definition/function/error/initially_too_much_arguments.casm index 39ba6265..75cf1398 100644 --- a/test/definition/function/error/initially_too_much_arguments.casm +++ b/test/definition/function/error/initially_too_much_arguments.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/test/definition/function/error/initially_use_undecleared_function.casm b/test/definition/function/error/initially_use_undecleared_function.casm index 111ae8af..aa512914 100644 --- a/test/definition/function/error/initially_use_undecleared_function.casm +++ b/test/definition/function/error/initially_use_undecleared_function.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/test/definition/function/error/initially_wrong_argument_type.casm b/test/definition/function/error/initially_wrong_argument_type.casm index 25c5614c..7cc1b2e5 100644 --- a/test/definition/function/error/initially_wrong_argument_type.casm +++ b/test/definition/function/error/initially_wrong_argument_type.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/test/definition/function/error/initially_wrong_value_type.casm b/test/definition/function/error/initially_wrong_value_type.casm index 553560eb..4d6400ab 100644 --- a/test/definition/function/error/initially_wrong_value_type.casm +++ b/test/definition/function/error/initially_wrong_value_type.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/test/definition/function/error/lookup_invalid_argument_value.casm b/test/definition/function/error/lookup_invalid_argument_value.casm index 790bc24e..816e8e2f 100644 --- a/test/definition/function/error/lookup_invalid_argument_value.casm +++ b/test/definition/function/error/lookup_invalid_argument_value.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/test/definition/function/error/lookup_too_few_arguments.casm b/test/definition/function/error/lookup_too_few_arguments.casm index 2da7a93c..dc4b7b1b 100644 --- a/test/definition/function/error/lookup_too_few_arguments.casm +++ b/test/definition/function/error/lookup_too_few_arguments.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/test/definition/function/error/lookup_too_much_arguments.casm b/test/definition/function/error/lookup_too_much_arguments.casm index c8693c7d..4ca13c45 100644 --- a/test/definition/function/error/lookup_too_much_arguments.casm +++ b/test/definition/function/error/lookup_too_much_arguments.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/test/definition/function/error/lookup_undef_argument.casm b/test/definition/function/error/lookup_undef_argument.casm index bc29fd05..0af85ecb 100644 --- a/test/definition/function/error/lookup_undef_argument.casm +++ b/test/definition/function/error/lookup_undef_argument.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/test/definition/function/error/lookup_wrong_argument_type.casm b/test/definition/function/error/lookup_wrong_argument_type.casm index 3ee72e6f..08b755a4 100644 --- a/test/definition/function/error/lookup_wrong_argument_type.casm +++ b/test/definition/function/error/lookup_wrong_argument_type.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/test/definition/function/error/redefinition.casm b/test/definition/function/error/redefinition.casm index 303dd24b..dc80e298 100644 --- a/test/definition/function/error/redefinition.casm +++ b/test/definition/function/error/redefinition.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/test/definition/function/identifier_is_enumeration_value.casm b/test/definition/function/identifier_is_enumeration_value.casm index c024c1e7..37cd2058 100644 --- a/test/definition/function/identifier_is_enumeration_value.casm +++ b/test/definition/function/identifier_is_enumeration_value.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/test/definition/function/import/initially.casm b/test/definition/function/import/initially.casm index 484e9afe..cb9751e9 100644 --- a/test/definition/function/import/initially.casm +++ b/test/definition/function/import/initially.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/test/definition/function/import/lib.casm b/test/definition/function/import/lib.casm index f8ade1fe..aec4798d 100644 --- a/test/definition/function/import/lib.casm +++ b/test/definition/function/import/lib.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/test/definition/function/initialise_static_function.casm b/test/definition/function/initialise_static_function.casm index 040b4696..10d94892 100644 --- a/test/definition/function/initialise_static_function.casm +++ b/test/definition/function/initialise_static_function.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/test/definition/function/initially_should_work.casm b/test/definition/function/initially_should_work.casm index 93d3209e..a522efcd 100644 --- a/test/definition/function/initially_should_work.casm +++ b/test/definition/function/initially_should_work.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/test/definition/function/initially_use_previously_defined_functions_should_work.casm b/test/definition/function/initially_use_previously_defined_functions_should_work.casm index b35e307e..bf0a6732 100644 --- a/test/definition/function/initially_use_previously_defined_functions_should_work.casm +++ b/test/definition/function/initially_use_previously_defined_functions_should_work.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/test/definition/function/initially_with_multiple_arguments_should_work.casm b/test/definition/function/initially_with_multiple_arguments_should_work.casm index efa3b4bb..e71aaee4 100644 --- a/test/definition/function/initially_with_multiple_arguments_should_work.casm +++ b/test/definition/function/initially_with_multiple_arguments_should_work.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/test/definition/function/lookup_should_prefer_update_set_over_function_state_over_default_value.casm b/test/definition/function/lookup_should_prefer_update_set_over_function_state_over_default_value.casm index 880e0ad7..8d9435b5 100644 --- a/test/definition/function/lookup_should_prefer_update_set_over_function_state_over_default_value.casm +++ b/test/definition/function/lookup_should_prefer_update_set_over_function_state_over_default_value.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/test/definition/function/lookup_should_return_default_value_if_no_update_and_no_state_found.casm b/test/definition/function/lookup_should_return_default_value_if_no_update_and_no_state_found.casm index 3e546d4a..6dd2fb09 100644 --- a/test/definition/function/lookup_should_return_default_value_if_no_update_and_no_state_found.casm +++ b/test/definition/function/lookup_should_return_default_value_if_no_update_and_no_state_found.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/test/definition/function/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm b/test/definition/function/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm index a52bb3a1..634e43b4 100644 --- a/test/definition/function/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm +++ b/test/definition/function/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.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/test/definition/function/no_arguments_should_work.casm b/test/definition/function/no_arguments_should_work.casm index fc357e64..4a73186b 100644 --- a/test/definition/function/no_arguments_should_work.casm +++ b/test/definition/function/no_arguments_should_work.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/test/definition/implement/error/at_least_one_implement_element.casm b/test/definition/implement/error/at_least_one_implement_element.casm index 958c711b..4784196f 100644 --- a/test/definition/implement/error/at_least_one_implement_element.casm +++ b/test/definition/implement/error/at_least_one_implement_element.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/test/definition/implement/error/identifer_already_used.casm b/test/definition/implement/error/identifer_already_used.casm index 3c533646..c5e14fee 100644 --- a/test/definition/implement/error/identifer_already_used.casm +++ b/test/definition/implement/error/identifer_already_used.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/test/definition/implement/error/identifer_implements_undefined_structure.casm b/test/definition/implement/error/identifer_implements_undefined_structure.casm index 6f09d49f..a4f4c43d 100644 --- a/test/definition/implement/error/identifer_implements_undefined_structure.casm +++ b/test/definition/implement/error/identifer_implements_undefined_structure.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/test/definition/implement/error/identifer_is_builtin_name.casm b/test/definition/implement/error/identifer_is_builtin_name.casm index dbf7aa16..401a79a8 100644 --- a/test/definition/implement/error/identifer_is_builtin_name.casm +++ b/test/definition/implement/error/identifer_is_builtin_name.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/test/definition/implement/of_two_deriveds_and_one_rule.casm b/test/definition/implement/of_two_deriveds_and_one_rule.casm index f7df0201..3ed19c25 100644 --- a/test/definition/implement/of_two_deriveds_and_one_rule.casm +++ b/test/definition/implement/of_two_deriveds_and_one_rule.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/test/definition/import/cycle/SpecA.casm b/test/definition/import/cycle/SpecA.casm index 129e683f..cc2e137d 100644 --- a/test/definition/import/cycle/SpecA.casm +++ b/test/definition/import/cycle/SpecA.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/test/definition/import/cycle/SpecB.casm b/test/definition/import/cycle/SpecB.casm index cbc06172..562eee7d 100644 --- a/test/definition/import/cycle/SpecB.casm +++ b/test/definition/import/cycle/SpecB.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/test/definition/import/cycle/SpecC.casm b/test/definition/import/cycle/SpecC.casm index 4a410d5d..41347221 100644 --- a/test/definition/import/cycle/SpecC.casm +++ b/test/definition/import/cycle/SpecC.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/test/definition/import/error/import_lib_with_no_export.casm b/test/definition/import/error/import_lib_with_no_export.casm index 3dcb6016..f8c6175c 100644 --- a/test/definition/import/error/import_lib_with_no_export.casm +++ b/test/definition/import/error/import_lib_with_no_export.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/test/definition/import/error/import_non_existing_file.casm b/test/definition/import/error/import_non_existing_file.casm index 18ffeff7..61b87626 100644 --- a/test/definition/import/error/import_non_existing_file.casm +++ b/test/definition/import/error/import_non_existing_file.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/test/definition/import/error/import_non_existing_file_as_l.casm b/test/definition/import/error/import_non_existing_file_as_l.casm index 983c7f9f..437abf07 100644 --- a/test/definition/import/error/import_non_existing_file_as_l.casm +++ b/test/definition/import/error/import_non_existing_file_as_l.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/test/definition/import/error/lib_no_export.casm b/test/definition/import/error/lib_no_export.casm index a1c1b5f5..33c6ec9c 100644 --- a/test/definition/import/error/lib_no_export.casm +++ b/test/definition/import/error/lib_no_export.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/test/definition/import/import_lib.casm b/test/definition/import/import_lib.casm index 2063d5aa..19250acf 100644 --- a/test/definition/import/import_lib.casm +++ b/test/definition/import/import_lib.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/test/definition/import/import_lib_as_l.casm b/test/definition/import/import_lib_as_l.casm index 7f9875ef..1e2128e1 100644 --- a/test/definition/import/import_lib_as_l.casm +++ b/test/definition/import/import_lib_as_l.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/test/definition/import/import_lib_with_function_usage.casm b/test/definition/import/import_lib_with_function_usage.casm index 3a9e493b..afe90194 100644 --- a/test/definition/import/import_lib_with_function_usage.casm +++ b/test/definition/import/import_lib_with_function_usage.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/test/definition/import/lib.casm b/test/definition/import/lib.casm index 57dcad6e..c25cb51b 100644 --- a/test/definition/import/lib.casm +++ b/test/definition/import/lib.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/test/definition/import/project/LibC.casm b/test/definition/import/project/LibC.casm index 5a6b623c..b4e5b76f 100644 --- a/test/definition/import/project/LibC.casm +++ b/test/definition/import/project/LibC.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/test/definition/import/project/Module/LibA.casm b/test/definition/import/project/Module/LibA.casm index 019dd314..5febb8a6 100644 --- a/test/definition/import/project/Module/LibA.casm +++ b/test/definition/import/project/Module/LibA.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/test/definition/import/project/Module/LibB.casm b/test/definition/import/project/Module/LibB.casm index 63a9852f..32bc79cc 100644 --- a/test/definition/import/project/Module/LibB.casm +++ b/test/definition/import/project/Module/LibB.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/test/definition/import/project/Module/LibD.casm b/test/definition/import/project/Module/LibD.casm index d4536376..adf74412 100644 --- a/test/definition/import/project/Module/LibD.casm +++ b/test/definition/import/project/Module/LibD.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/test/definition/import/project/Spec.casm b/test/definition/import/project/Spec.casm index e728af9e..2c81b6a9 100644 --- a/test/definition/import/project/Spec.casm +++ b/test/definition/import/project/Spec.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/test/definition/init/error/multiple_agents_invalid_domain_type.casm b/test/definition/init/error/multiple_agents_invalid_domain_type.casm index 22fc6744..7b985ddf 100644 --- a/test/definition/init/error/multiple_agents_invalid_domain_type.casm +++ b/test/definition/init/error/multiple_agents_invalid_domain_type.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/test/definition/init/error/multiple_definition.casm b/test/definition/init/error/multiple_definition.casm index e9ff0065..f325c7c8 100644 --- a/test/definition/init/error/multiple_definition.casm +++ b/test/definition/init/error/multiple_definition.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/test/definition/init/error/non_existing_rule.casm b/test/definition/init/error/non_existing_rule.casm index d7124001..1531a6d2 100644 --- a/test/definition/init/error/non_existing_rule.casm +++ b/test/definition/init/error/non_existing_rule.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/test/definition/init/error/rule_with_arguments.casm b/test/definition/init/error/rule_with_arguments.casm index 00cac572..9516c604 100644 --- a/test/definition/init/error/rule_with_arguments.casm +++ b/test/definition/init/error/rule_with_arguments.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/test/definition/init/error/synchronous_multi_agent_shared_var_clash.casm b/test/definition/init/error/synchronous_multi_agent_shared_var_clash.casm index 853077a3..e37b78b8 100644 --- a/test/definition/init/error/synchronous_multi_agent_shared_var_clash.casm +++ b/test/definition/init/error/synchronous_multi_agent_shared_var_clash.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/test/definition/init/error/unknown_init_rule.casm b/test/definition/init/error/unknown_init_rule.casm index 801ce064..2ba9d144 100644 --- a/test/definition/init/error/unknown_init_rule.casm +++ b/test/definition/init/error/unknown_init_rule.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/test/definition/init/multiple_agents.casm b/test/definition/init/multiple_agents.casm index 321be57d..6cc5b865 100644 --- a/test/definition/init/multiple_agents.casm +++ b/test/definition/init/multiple_agents.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/test/definition/init/multiple_agents_asynchronous.casm b/test/definition/init/multiple_agents_asynchronous.casm index b9c914fa..d5384194 100644 --- a/test/definition/init/multiple_agents_asynchronous.casm +++ b/test/definition/init/multiple_agents_asynchronous.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/test/definition/init/multiple_agents_synchronous.casm b/test/definition/init/multiple_agents_synchronous.casm index bd40aae7..52988055 100644 --- a/test/definition/init/multiple_agents_synchronous.casm +++ b/test/definition/init/multiple_agents_synchronous.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/test/definition/init/single_agent.casm b/test/definition/init/single_agent.casm index a045bde7..8b79f211 100644 --- a/test/definition/init/single_agent.casm +++ b/test/definition/init/single_agent.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/test/definition/init/warning/no_init_definition_found.casm b/test/definition/init/warning/no_init_definition_found.casm index 9289bd49..be77fa6f 100644 --- a/test/definition/init/warning/no_init_definition_found.casm +++ b/test/definition/init/warning/no_init_definition_found.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/test/definition/invariant/error/non_boolean_expression_should_throw_type_error.casm b/test/definition/invariant/error/non_boolean_expression_should_throw_type_error.casm index 3655ec93..a7d3e916 100644 --- a/test/definition/invariant/error/non_boolean_expression_should_throw_type_error.casm +++ b/test/definition/invariant/error/non_boolean_expression_should_throw_type_error.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/test/definition/invariant/error/undef_expression_should_throw.casm b/test/definition/invariant/error/undef_expression_should_throw.casm index 42a9815a..87014092 100644 --- a/test/definition/invariant/error/undef_expression_should_throw.casm +++ b/test/definition/invariant/error/undef_expression_should_throw.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/test/definition/invariant/expression_with_locals.casm b/test/definition/invariant/expression_with_locals.casm index 2b44c3f7..8e78dc6d 100644 --- a/test/definition/invariant/expression_with_locals.casm +++ b/test/definition/invariant/expression_with_locals.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/test/definition/invariant/should_detect_invariant_violation_after_step.casm b/test/definition/invariant/should_detect_invariant_violation_after_step.casm index 399a45ef..b1513f3a 100644 --- a/test/definition/invariant/should_detect_invariant_violation_after_step.casm +++ b/test/definition/invariant/should_detect_invariant_violation_after_step.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/test/definition/invariant/should_detect_invariant_violation_in_initial_state.casm b/test/definition/invariant/should_detect_invariant_violation_in_initial_state.casm index ede6b9a8..f4287e99 100644 --- a/test/definition/invariant/should_detect_invariant_violation_in_initial_state.casm +++ b/test/definition/invariant/should_detect_invariant_violation_in_initial_state.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/test/definition/rule/chained_step_calls.casm b/test/definition/rule/chained_step_calls.casm index e323b3a0..960f360d 100644 --- a/test/definition/rule/chained_step_calls.casm +++ b/test/definition/rule/chained_step_calls.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/test/definition/rule/error/identifier_is_builtin.casm b/test/definition/rule/error/identifier_is_builtin.casm index bc34d79e..a57826f4 100644 --- a/test/definition/rule/error/identifier_is_builtin.casm +++ b/test/definition/rule/error/identifier_is_builtin.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/test/definition/rule/error/identifier_is_type.casm b/test/definition/rule/error/identifier_is_type.casm index 4e761f13..74289645 100644 --- a/test/definition/rule/error/identifier_is_type.casm +++ b/test/definition/rule/error/identifier_is_type.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/test/definition/rule/error/redefinition.casm b/test/definition/rule/error/redefinition.casm index cfcd981b..94dd4c46 100644 --- a/test/definition/rule/error/redefinition.casm +++ b/test/definition/rule/error/redefinition.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/test/definition/rule/rule_no_scopes.casm b/test/definition/rule/rule_no_scopes.casm index 4eb8e5de..e479d9fb 100644 --- a/test/definition/rule/rule_no_scopes.casm +++ b/test/definition/rule/rule_no_scopes.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/test/definition/structure/error/at_least_one_structure_element.casm b/test/definition/structure/error/at_least_one_structure_element.casm index 32dbc344..959ae69f 100644 --- a/test/definition/structure/error/at_least_one_structure_element.casm +++ b/test/definition/structure/error/at_least_one_structure_element.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/test/definition/structure/error/identifer_already_used.casm b/test/definition/structure/error/identifer_already_used.casm index 2a16713d..cec6ba3c 100644 --- a/test/definition/structure/error/identifer_already_used.casm +++ b/test/definition/structure/error/identifer_already_used.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/test/definition/structure/error/identifer_is_builtin_name.casm b/test/definition/structure/error/identifer_is_builtin_name.casm index 81176f57..d701d284 100644 --- a/test/definition/structure/error/identifer_is_builtin_name.casm +++ b/test/definition/structure/error/identifer_is_builtin_name.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/test/definition/structure/of_two_functions.casm b/test/definition/structure/of_two_functions.casm index b45ed26d..1a3786e9 100644 --- a/test/definition/structure/of_two_functions.casm +++ b/test/definition/structure/of_two_functions.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/test/definition/structure/used_as_function_result_type.casm b/test/definition/structure/used_as_function_result_type.casm index 56462128..e060f133 100644 --- a/test/definition/structure/used_as_function_result_type.casm +++ b/test/definition/structure/used_as_function_result_type.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/test/definition/using/binary_type_alias.casm b/test/definition/using/binary_type_alias.casm index add4f2ff..7c9e6fe9 100644 --- a/test/definition/using/binary_type_alias.casm +++ b/test/definition/using/binary_type_alias.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/test/definition/using/boolean_type_alias.casm b/test/definition/using/boolean_type_alias.casm index 887985a7..c7f33a8d 100644 --- a/test/definition/using/boolean_type_alias.casm +++ b/test/definition/using/boolean_type_alias.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/test/definition/using/enumeration_type_alias.casm b/test/definition/using/enumeration_type_alias.casm index 38b3fcaa..16f20d98 100644 --- a/test/definition/using/enumeration_type_alias.casm +++ b/test/definition/using/enumeration_type_alias.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/test/definition/using/error/enumerator_alias.casm b/test/definition/using/error/enumerator_alias.casm index 63f5098d..f3ab57c2 100644 --- a/test/definition/using/error/enumerator_alias.casm +++ b/test/definition/using/error/enumerator_alias.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/test/definition/using/error/identifier_is_builtin.casm b/test/definition/using/error/identifier_is_builtin.casm index 3da50fc6..47bfc3b9 100644 --- a/test/definition/using/error/identifier_is_builtin.casm +++ b/test/definition/using/error/identifier_is_builtin.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/test/definition/using/error/identifier_is_type.casm b/test/definition/using/error/identifier_is_type.casm index f6c0d591..0a07d21e 100644 --- a/test/definition/using/error/identifier_is_type.casm +++ b/test/definition/using/error/identifier_is_type.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/test/definition/using/error/redefinition.casm b/test/definition/using/error/redefinition.casm index bda29260..e70dcc05 100644 --- a/test/definition/using/error/redefinition.casm +++ b/test/definition/using/error/redefinition.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/test/definition/using/error/type_error.casm b/test/definition/using/error/type_error.casm index 64a9c905..7174b0db 100644 --- a/test/definition/using/error/type_error.casm +++ b/test/definition/using/error/type_error.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/test/definition/using/error/using_unknown_type.casm b/test/definition/using/error/using_unknown_type.casm index 732d92f5..8ee6e9b4 100644 --- a/test/definition/using/error/using_unknown_type.casm +++ b/test/definition/using/error/using_unknown_type.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/test/definition/using/function_reference_type_alias.casm b/test/definition/using/function_reference_type_alias.casm index a45e98b6..274a31a9 100644 --- a/test/definition/using/function_reference_type_alias.casm +++ b/test/definition/using/function_reference_type_alias.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/test/definition/using/path/error/enumerators_cannot_be_made_visible.casm b/test/definition/using/path/error/enumerators_cannot_be_made_visible.casm index 17def1f0..b534598b 100644 --- a/test/definition/using/path/error/enumerators_cannot_be_made_visible.casm +++ b/test/definition/using/path/error/enumerators_cannot_be_made_visible.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/test/definition/using/path/error/identifier_of_all_symbols_is_already_used.casm b/test/definition/using/path/error/identifier_of_all_symbols_is_already_used.casm index 9fa43a33..07843632 100644 --- a/test/definition/using/path/error/identifier_of_all_symbols_is_already_used.casm +++ b/test/definition/using/path/error/identifier_of_all_symbols_is_already_used.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/test/definition/using/path/error/identifier_of_explicit_symbol_is_already_used.casm b/test/definition/using/path/error/identifier_of_explicit_symbol_is_already_used.casm index 3d5476d8..bde2ead5 100644 --- a/test/definition/using/path/error/identifier_of_explicit_symbol_is_already_used.casm +++ b/test/definition/using/path/error/identifier_of_explicit_symbol_is_already_used.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/test/definition/using/path/error/lib.casm b/test/definition/using/path/error/lib.casm index 5f271db0..4b8078b6 100644 --- a/test/definition/using/path/error/lib.casm +++ b/test/definition/using/path/error/lib.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/test/definition/using/path/error/unaccessible_explicit_symbol_cannot_be_made_visible.casm b/test/definition/using/path/error/unaccessible_explicit_symbol_cannot_be_made_visible.casm index 231bc92c..79718178 100644 --- a/test/definition/using/path/error/unaccessible_explicit_symbol_cannot_be_made_visible.casm +++ b/test/definition/using/path/error/unaccessible_explicit_symbol_cannot_be_made_visible.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/test/definition/using/path/error/unexported_all_symbols_cannot_be_accessed.casm b/test/definition/using/path/error/unexported_all_symbols_cannot_be_accessed.casm index d10ac5d1..8a7e73b7 100644 --- a/test/definition/using/path/error/unexported_all_symbols_cannot_be_accessed.casm +++ b/test/definition/using/path/error/unexported_all_symbols_cannot_be_accessed.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/test/definition/using/path/import_lib_and_make_all_symbols_visible.casm b/test/definition/using/path/import_lib_and_make_all_symbols_visible.casm index 60e070a1..fdb31f81 100644 --- a/test/definition/using/path/import_lib_and_make_all_symbols_visible.casm +++ b/test/definition/using/path/import_lib_and_make_all_symbols_visible.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/test/definition/using/path/import_lib_and_make_enumeration_visible.casm b/test/definition/using/path/import_lib_and_make_enumeration_visible.casm index 4efb51e2..c5a83ea4 100644 --- a/test/definition/using/path/import_lib_and_make_enumeration_visible.casm +++ b/test/definition/using/path/import_lib_and_make_enumeration_visible.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/test/definition/using/path/import_lib_and_make_rule_visible.casm b/test/definition/using/path/import_lib_and_make_rule_visible.casm index 5b95a291..10bf5552 100644 --- a/test/definition/using/path/import_lib_and_make_rule_visible.casm +++ b/test/definition/using/path/import_lib_and_make_rule_visible.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/test/definition/using/path/lib.casm b/test/definition/using/path/lib.casm index 5f271db0..4b8078b6 100644 --- a/test/definition/using/path/lib.casm +++ b/test/definition/using/path/lib.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/test/definition/using/type_alias_in_type_alias.casm b/test/definition/using/type_alias_in_type_alias.casm index 2838e941..7e68d6e7 100644 --- a/test/definition/using/type_alias_in_type_alias.casm +++ b/test/definition/using/type_alias_in_type_alias.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/test/definition/using/use_integer_type_alias_in_call.casm b/test/definition/using/use_integer_type_alias_in_call.casm index df1dae8e..35ca76a4 100644 --- a/test/definition/using/use_integer_type_alias_in_call.casm +++ b/test/definition/using/use_integer_type_alias_in_call.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/test/definition/using/use_type_alias_as_universe.casm b/test/definition/using/use_type_alias_as_universe.casm index cc43744c..1db096e8 100644 --- a/test/definition/using/use_type_alias_as_universe.casm +++ b/test/definition/using/use_type_alias_as_universe.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/test/expression/call/direct/error/builtin_with_wrong_number_of_arguments.casm b/test/expression/call/direct/error/builtin_with_wrong_number_of_arguments.casm index 4501a2d3..6020b762 100644 --- a/test/expression/call/direct/error/builtin_with_wrong_number_of_arguments.casm +++ b/test/expression/call/direct/error/builtin_with_wrong_number_of_arguments.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/test/expression/call/direct/error/call_self_in_pure_expression.casm b/test/expression/call/direct/error/call_self_in_pure_expression.casm index a01cadcb..4b77ba36 100644 --- a/test/expression/call/direct/error/call_self_in_pure_expression.casm +++ b/test/expression/call/direct/error/call_self_in_pure_expression.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/test/expression/call/direct/error/calling_an_out_function_should_not_be_possible.casm b/test/expression/call/direct/error/calling_an_out_function_should_not_be_possible.casm index f623207f..cda5908c 100644 --- a/test/expression/call/direct/error/calling_an_out_function_should_not_be_possible.casm +++ b/test/expression/call/direct/error/calling_an_out_function_should_not_be_possible.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/test/expression/call/direct/error/derived_with_wrong_number_of_arguments.casm b/test/expression/call/direct/error/derived_with_wrong_number_of_arguments.casm index a58a8ce9..0ba7b5cd 100644 --- a/test/expression/call/direct/error/derived_with_wrong_number_of_arguments.casm +++ b/test/expression/call/direct/error/derived_with_wrong_number_of_arguments.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/test/expression/call/direct/error/enumeration_with_arguments.casm b/test/expression/call/direct/error/enumeration_with_arguments.casm index 60bde857..6982c317 100644 --- a/test/expression/call/direct/error/enumeration_with_arguments.casm +++ b/test/expression/call/direct/error/enumeration_with_arguments.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/test/expression/call/direct/error/enumerator_with_arguments.casm b/test/expression/call/direct/error/enumerator_with_arguments.casm index 98757845..e936e223 100644 --- a/test/expression/call/direct/error/enumerator_with_arguments.casm +++ b/test/expression/call/direct/error/enumerator_with_arguments.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/test/expression/call/direct/error/function_ranged_integer_argument_out_of_range.casm b/test/expression/call/direct/error/function_ranged_integer_argument_out_of_range.casm index 62718e36..7ad1a026 100644 --- a/test/expression/call/direct/error/function_ranged_integer_argument_out_of_range.casm +++ b/test/expression/call/direct/error/function_ranged_integer_argument_out_of_range.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/test/expression/call/direct/error/function_with_invalid_argument.casm b/test/expression/call/direct/error/function_with_invalid_argument.casm index 6c238760..c19bc7aa 100644 --- a/test/expression/call/direct/error/function_with_invalid_argument.casm +++ b/test/expression/call/direct/error/function_with_invalid_argument.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/test/expression/call/direct/error/function_with_wrong_number_of_arguments.casm b/test/expression/call/direct/error/function_with_wrong_number_of_arguments.casm index 9ad4c1d6..28ef7fe1 100644 --- a/test/expression/call/direct/error/function_with_wrong_number_of_arguments.casm +++ b/test/expression/call/direct/error/function_with_wrong_number_of_arguments.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/test/expression/call/direct/error/rule_with_wrong_number_of_arguments.casm b/test/expression/call/direct/error/rule_with_wrong_number_of_arguments.casm index 6964023a..a096a5ce 100644 --- a/test/expression/call/direct/error/rule_with_wrong_number_of_arguments.casm +++ b/test/expression/call/direct/error/rule_with_wrong_number_of_arguments.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/test/expression/call/direct/error/self_with_arguments.casm b/test/expression/call/direct/error/self_with_arguments.casm index 314838dd..be95d332 100644 --- a/test/expression/call/direct/error/self_with_arguments.casm +++ b/test/expression/call/direct/error/self_with_arguments.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/test/expression/call/direct/error/type_with_arguments.casm b/test/expression/call/direct/error/type_with_arguments.casm index 89018c38..4fa851b1 100644 --- a/test/expression/call/direct/error/type_with_arguments.casm +++ b/test/expression/call/direct/error/type_with_arguments.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/test/expression/call/direct/error/variable_with_arguments.casm b/test/expression/call/direct/error/variable_with_arguments.casm index 1ab0825e..bda7d8fc 100644 --- a/test/expression/call/direct/error/variable_with_arguments.casm +++ b/test/expression/call/direct/error/variable_with_arguments.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/test/expression/call/direct/error/wrong_argument_type.casm b/test/expression/call/direct/error/wrong_argument_type.casm index 4a201dfd..1f2297d4 100644 --- a/test/expression/call/direct/error/wrong_argument_type.casm +++ b/test/expression/call/direct/error/wrong_argument_type.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/test/expression/call/direct/function_ranged_integer.casm b/test/expression/call/direct/function_ranged_integer.casm index b0afe9fa..3c7669d8 100644 --- a/test/expression/call/direct/function_ranged_integer.casm +++ b/test/expression/call/direct/function_ranged_integer.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/test/expression/call/method/builtin.casm b/test/expression/call/method/builtin.casm index 6a19da46..c25837d2 100644 --- a/test/expression/call/method/builtin.casm +++ b/test/expression/call/method/builtin.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/test/expression/call/method/builtin_from_let_variable.casm b/test/expression/call/method/builtin_from_let_variable.casm index dc97d812..cfc0cc47 100644 --- a/test/expression/call/method/builtin_from_let_variable.casm +++ b/test/expression/call/method/builtin_from_let_variable.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/test/expression/call/method/error/object_has_no_type.casm b/test/expression/call/method/error/object_has_no_type.casm index afd235f2..a6ad8f15 100644 --- a/test/expression/call/method/error/object_has_no_type.casm +++ b/test/expression/call/method/error/object_has_no_type.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/test/expression/call/method/error/wrong_number_of_arguments.casm b/test/expression/call/method/error/wrong_number_of_arguments.casm index 71dbe20c..93856505 100644 --- a/test/expression/call/method/error/wrong_number_of_arguments.casm +++ b/test/expression/call/method/error/wrong_number_of_arguments.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/test/expression/cardinality/enumeration.casm b/test/expression/cardinality/enumeration.casm index 317a46cf..49b28097 100644 --- a/test/expression/cardinality/enumeration.casm +++ b/test/expression/cardinality/enumeration.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/test/expression/cardinality/error/expression_has_no_type.casm b/test/expression/cardinality/error/expression_has_no_type.casm index b38c705a..e3b3cc0c 100644 --- a/test/expression/cardinality/error/expression_has_no_type.casm +++ b/test/expression/cardinality/error/expression_has_no_type.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/test/expression/cardinality/error/invalid_or_no_type_domain.casm b/test/expression/cardinality/error/invalid_or_no_type_domain.casm index f63dd422..4b771d5a 100644 --- a/test/expression/cardinality/error/invalid_or_no_type_domain.casm +++ b/test/expression/cardinality/error/invalid_or_no_type_domain.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/test/expression/cardinality/error/side_effect_free_undef.casm b/test/expression/cardinality/error/side_effect_free_undef.casm index 4728178a..91396f8b 100644 --- a/test/expression/cardinality/error/side_effect_free_undef.casm +++ b/test/expression/cardinality/error/side_effect_free_undef.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/test/expression/cardinality/list_of_integer.casm b/test/expression/cardinality/list_of_integer.casm index 68a3efb1..54677a5e 100644 --- a/test/expression/cardinality/list_of_integer.casm +++ b/test/expression/cardinality/list_of_integer.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/test/expression/cardinality/list_of_integer_undef.casm b/test/expression/cardinality/list_of_integer_undef.casm index 9e017bff..819fea18 100644 --- a/test/expression/cardinality/list_of_integer_undef.casm +++ b/test/expression/cardinality/list_of_integer_undef.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/test/expression/cardinality/range_of_integer.casm b/test/expression/cardinality/range_of_integer.casm index d78b99d6..1b9e4642 100644 --- a/test/expression/cardinality/range_of_integer.casm +++ b/test/expression/cardinality/range_of_integer.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/test/expression/cardinality/range_of_integer_undef.casm b/test/expression/cardinality/range_of_integer_undef.casm index b822cdc9..45e8c3d1 100644 --- a/test/expression/cardinality/range_of_integer_undef.casm +++ b/test/expression/cardinality/range_of_integer_undef.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/test/expression/cardinality/side_effect_free.casm b/test/expression/cardinality/side_effect_free.casm index dcf4bbce..0004a1f6 100644 --- a/test/expression/cardinality/side_effect_free.casm +++ b/test/expression/cardinality/side_effect_free.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/test/expression/choose/enumeration_universe.casm b/test/expression/choose/enumeration_universe.casm index 11982467..aaefe955 100644 --- a/test/expression/choose/enumeration_universe.casm +++ b/test/expression/choose/enumeration_universe.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/test/expression/choose/error/multiple_variables_type_mismatch.casm b/test/expression/choose/error/multiple_variables_type_mismatch.casm index 7f1a8043..3d38ed65 100644 --- a/test/expression/choose/error/multiple_variables_type_mismatch.casm +++ b/test/expression/choose/error/multiple_variables_type_mismatch.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/test/expression/choose/error/nested_choose_with_same_variable_name.casm b/test/expression/choose/error/nested_choose_with_same_variable_name.casm index 82328c8a..979eb5d3 100644 --- a/test/expression/choose/error/nested_choose_with_same_variable_name.casm +++ b/test/expression/choose/error/nested_choose_with_same_variable_name.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/test/expression/choose/error/undef_universe.casm b/test/expression/choose/error/undef_universe.casm index e2b3d2cf..be42293c 100644 --- a/test/expression/choose/error/undef_universe.casm +++ b/test/expression/choose/error/undef_universe.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/test/expression/choose/error/universe_variable_type_mismatch.casm b/test/expression/choose/error/universe_variable_type_mismatch.casm index bfed81b6..6797bc52 100644 --- a/test/expression/choose/error/universe_variable_type_mismatch.casm +++ b/test/expression/choose/error/universe_variable_type_mismatch.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/test/expression/choose/error/use_in_pure_expression.casm b/test/expression/choose/error/use_in_pure_expression.casm index 4cb88014..2b0a4c72 100644 --- a/test/expression/choose/error/use_in_pure_expression.casm +++ b/test/expression/choose/error/use_in_pure_expression.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/test/expression/choose/error/use_variable_in_universe.casm b/test/expression/choose/error/use_variable_in_universe.casm index e067cb5c..f37f8cf6 100644 --- a/test/expression/choose/error/use_variable_in_universe.casm +++ b/test/expression/choose/error/use_variable_in_universe.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/test/expression/choose/infer_variable_type_from_universe.casm b/test/expression/choose/infer_variable_type_from_universe.casm index 913aecb6..24370e13 100644 --- a/test/expression/choose/infer_variable_type_from_universe.casm +++ b/test/expression/choose/infer_variable_type_from_universe.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/test/expression/choose/multiple_variables.casm b/test/expression/choose/multiple_variables.casm index 3e4e88dd..88a8d173 100644 --- a/test/expression/choose/multiple_variables.casm +++ b/test/expression/choose/multiple_variables.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/test/expression/choose/nested_choose_expression.casm b/test/expression/choose/nested_choose_expression.casm index 52548565..f8bbb09e 100644 --- a/test/expression/choose/nested_choose_expression.casm +++ b/test/expression/choose/nested_choose_expression.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/test/expression/choose/ranged_integer_universe.casm b/test/expression/choose/ranged_integer_universe.casm index 30c932b6..d368c37e 100644 --- a/test/expression/choose/ranged_integer_universe.casm +++ b/test/expression/choose/ranged_integer_universe.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/test/expression/choose/unranged_integer_universe.casm b/test/expression/choose/unranged_integer_universe.casm index 4fe9e44e..0c510466 100644 --- a/test/expression/choose/unranged_integer_universe.casm +++ b/test/expression/choose/unranged_integer_universe.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/test/expression/conditional/error/non_boolean_condition_should_throw_type_error.casm b/test/expression/conditional/error/non_boolean_condition_should_throw_type_error.casm index f01098e4..9cc895a9 100644 --- a/test/expression/conditional/error/non_boolean_condition_should_throw_type_error.casm +++ b/test/expression/conditional/error/non_boolean_condition_should_throw_type_error.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/test/expression/conditional/error/type_mismatch_then_and_else_expr_should_throw_type_error.casm b/test/expression/conditional/error/type_mismatch_then_and_else_expr_should_throw_type_error.casm index 39efe27d..842a870b 100644 --- a/test/expression/conditional/error/type_mismatch_then_and_else_expr_should_throw_type_error.casm +++ b/test/expression/conditional/error/type_mismatch_then_and_else_expr_should_throw_type_error.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/test/expression/conditional/error/undef_condition_should_throw.casm b/test/expression/conditional/error/undef_condition_should_throw.casm index 6d01f120..8adadb80 100644 --- a/test/expression/conditional/error/undef_condition_should_throw.casm +++ b/test/expression/conditional/error/undef_condition_should_throw.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/test/expression/conditional/false_condition_should_eval_else_expr.casm b/test/expression/conditional/false_condition_should_eval_else_expr.casm index e56c9d88..5dc49e3b 100644 --- a/test/expression/conditional/false_condition_should_eval_else_expr.casm +++ b/test/expression/conditional/false_condition_should_eval_else_expr.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/test/expression/conditional/nested_conditional_expression.casm b/test/expression/conditional/nested_conditional_expression.casm index 50ca7dc9..e7fd1443 100644 --- a/test/expression/conditional/nested_conditional_expression.casm +++ b/test/expression/conditional/nested_conditional_expression.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/test/expression/conditional/true_condition_should_eval_then_expr.casm b/test/expression/conditional/true_condition_should_eval_then_expr.casm index b2c13f86..1ba5b8f0 100644 --- a/test/expression/conditional/true_condition_should_eval_then_expr.casm +++ b/test/expression/conditional/true_condition_should_eval_then_expr.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/test/expression/conditional/undef_in_both_branches_should_work.casm b/test/expression/conditional/undef_in_both_branches_should_work.casm index dcf7175e..4c005622 100644 --- a/test/expression/conditional/undef_in_both_branches_should_work.casm +++ b/test/expression/conditional/undef_in_both_branches_should_work.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/test/expression/conditional/undef_in_else_branch_should_work.casm b/test/expression/conditional/undef_in_else_branch_should_work.casm index a08d642d..1b89352c 100644 --- a/test/expression/conditional/undef_in_else_branch_should_work.casm +++ b/test/expression/conditional/undef_in_else_branch_should_work.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/test/expression/conditional/undef_in_then_branch_should_work.casm b/test/expression/conditional/undef_in_then_branch_should_work.casm index 28828662..1e20195c 100644 --- a/test/expression/conditional/undef_in_then_branch_should_work.casm +++ b/test/expression/conditional/undef_in_then_branch_should_work.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/test/expression/let/error/assign_invalid_value.casm b/test/expression/let/error/assign_invalid_value.casm index a21e0a4e..2b908c16 100644 --- a/test/expression/let/error/assign_invalid_value.casm +++ b/test/expression/let/error/assign_invalid_value.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/test/expression/let/error/expression_variable_type_mismatch.casm b/test/expression/let/error/expression_variable_type_mismatch.casm index d6095f94..9f1fbbfc 100644 --- a/test/expression/let/error/expression_variable_type_mismatch.casm +++ b/test/expression/let/error/expression_variable_type_mismatch.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/test/expression/let/error/multiple_variables_referencing_each_other.casm b/test/expression/let/error/multiple_variables_referencing_each_other.casm index 012e551d..8c00d201 100644 --- a/test/expression/let/error/multiple_variables_referencing_each_other.casm +++ b/test/expression/let/error/multiple_variables_referencing_each_other.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/test/expression/let/error/multiple_variables_use_undefined_variable_in_expression.casm b/test/expression/let/error/multiple_variables_use_undefined_variable_in_expression.casm index e1e74a22..84882acd 100644 --- a/test/expression/let/error/multiple_variables_use_undefined_variable_in_expression.casm +++ b/test/expression/let/error/multiple_variables_use_undefined_variable_in_expression.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/test/expression/let/error/nested_let_with_same_variable_name.casm b/test/expression/let/error/nested_let_with_same_variable_name.casm index 39803b37..50bfbab2 100644 --- a/test/expression/let/error/nested_let_with_same_variable_name.casm +++ b/test/expression/let/error/nested_let_with_same_variable_name.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/test/expression/let/error/use_variable_in_initializer.casm b/test/expression/let/error/use_variable_in_initializer.casm index cdee384b..df88abf0 100644 --- a/test/expression/let/error/use_variable_in_initializer.casm +++ b/test/expression/let/error/use_variable_in_initializer.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/test/expression/let/infer_variable_type_from_expression.casm b/test/expression/let/infer_variable_type_from_expression.casm index d1d56a70..a9da676f 100644 --- a/test/expression/let/infer_variable_type_from_expression.casm +++ b/test/expression/let/infer_variable_type_from_expression.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/test/expression/let/multiple_variables.casm b/test/expression/let/multiple_variables.casm index dd933384..ee4136f0 100644 --- a/test/expression/let/multiple_variables.casm +++ b/test/expression/let/multiple_variables.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/test/expression/let/nested_let_with_different_variable_names.casm b/test/expression/let/nested_let_with_different_variable_names.casm index efcc4629..4a0cfbac 100644 --- a/test/expression/let/nested_let_with_different_variable_names.casm +++ b/test/expression/let/nested_let_with_different_variable_names.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/test/expression/let/undef_as_expression_with_inferred_variable_type.casm b/test/expression/let/undef_as_expression_with_inferred_variable_type.casm index 268c73ea..f4e07322 100644 --- a/test/expression/let/undef_as_expression_with_inferred_variable_type.casm +++ b/test/expression/let/undef_as_expression_with_inferred_variable_type.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/test/expression/let/undef_as_expression_with_specified_variable_type.casm b/test/expression/let/undef_as_expression_with_specified_variable_type.casm index 9649448a..980f4325 100644 --- a/test/expression/let/undef_as_expression_with_specified_variable_type.casm +++ b/test/expression/let/undef_as_expression_with_specified_variable_type.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/test/expression/quantifier/existential/error/multiple_variables_type_mismatch.casm b/test/expression/quantifier/existential/error/multiple_variables_type_mismatch.casm index 92da4063..863b5592 100644 --- a/test/expression/quantifier/existential/error/multiple_variables_type_mismatch.casm +++ b/test/expression/quantifier/existential/error/multiple_variables_type_mismatch.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/test/expression/quantifier/existential/error/proposition_type_should_be_boolean.casm b/test/expression/quantifier/existential/error/proposition_type_should_be_boolean.casm index d6761ec0..45e81162 100644 --- a/test/expression/quantifier/existential/error/proposition_type_should_be_boolean.casm +++ b/test/expression/quantifier/existential/error/proposition_type_should_be_boolean.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/test/expression/quantifier/existential/error/type_mismatch_predicate_variable_and_universe.casm b/test/expression/quantifier/existential/error/type_mismatch_predicate_variable_and_universe.casm index e532f4fd..f311fb64 100644 --- a/test/expression/quantifier/existential/error/type_mismatch_predicate_variable_and_universe.casm +++ b/test/expression/quantifier/existential/error/type_mismatch_predicate_variable_and_universe.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/test/expression/quantifier/existential/error/undef_universe_should_throw.casm b/test/expression/quantifier/existential/error/undef_universe_should_throw.casm index eb20bfc4..bd121c59 100644 --- a/test/expression/quantifier/existential/error/undef_universe_should_throw.casm +++ b/test/expression/quantifier/existential/error/undef_universe_should_throw.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/test/expression/quantifier/existential/error/use_variable_in_universe.casm b/test/expression/quantifier/existential/error/use_variable_in_universe.casm index 9ae867c9..39fa89bb 100644 --- a/test/expression/quantifier/existential/error/use_variable_in_universe.casm +++ b/test/expression/quantifier/existential/error/use_variable_in_universe.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/test/expression/quantifier/existential/multiple_variables.casm b/test/expression/quantifier/existential/multiple_variables.casm index 27e3979b..7fa10335 100644 --- a/test/expression/quantifier/existential/multiple_variables.casm +++ b/test/expression/quantifier/existential/multiple_variables.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/test/expression/quantifier/existential/should_return_false_if_prop_holds_for_none.casm b/test/expression/quantifier/existential/should_return_false_if_prop_holds_for_none.casm index 0a156ed2..2239dbcd 100644 --- a/test/expression/quantifier/existential/should_return_false_if_prop_holds_for_none.casm +++ b/test/expression/quantifier/existential/should_return_false_if_prop_holds_for_none.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/test/expression/quantifier/existential/should_return_false_if_universe_is_empty.casm b/test/expression/quantifier/existential/should_return_false_if_universe_is_empty.casm index 2828f06f..53d81528 100644 --- a/test/expression/quantifier/existential/should_return_false_if_universe_is_empty.casm +++ b/test/expression/quantifier/existential/should_return_false_if_universe_is_empty.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/test/expression/quantifier/existential/should_return_true_if_prop_holds_for_at_least_one.casm b/test/expression/quantifier/existential/should_return_true_if_prop_holds_for_at_least_one.casm index c0f83556..766bdbc4 100644 --- a/test/expression/quantifier/existential/should_return_true_if_prop_holds_for_at_least_one.casm +++ b/test/expression/quantifier/existential/should_return_true_if_prop_holds_for_at_least_one.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/test/expression/quantifier/existential/should_return_true_if_prop_is_true_for_some_but_undef_otherwise.casm b/test/expression/quantifier/existential/should_return_true_if_prop_is_true_for_some_but_undef_otherwise.casm index f7fa0012..eda9256d 100644 --- a/test/expression/quantifier/existential/should_return_true_if_prop_is_true_for_some_but_undef_otherwise.casm +++ b/test/expression/quantifier/existential/should_return_true_if_prop_is_true_for_some_but_undef_otherwise.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/test/expression/quantifier/existential/should_return_undef_if_prop_is_undef_for_some_but_false_otherwise.casm b/test/expression/quantifier/existential/should_return_undef_if_prop_is_undef_for_some_but_false_otherwise.casm index af86a2ba..bd8027c0 100644 --- a/test/expression/quantifier/existential/should_return_undef_if_prop_is_undef_for_some_but_false_otherwise.casm +++ b/test/expression/quantifier/existential/should_return_undef_if_prop_is_undef_for_some_but_false_otherwise.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/test/expression/quantifier/universal/error/multiple_variables_type_mismatch.casm b/test/expression/quantifier/universal/error/multiple_variables_type_mismatch.casm index 63145db0..0600bd96 100644 --- a/test/expression/quantifier/universal/error/multiple_variables_type_mismatch.casm +++ b/test/expression/quantifier/universal/error/multiple_variables_type_mismatch.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/test/expression/quantifier/universal/error/proposition_type_should_be_boolean.casm b/test/expression/quantifier/universal/error/proposition_type_should_be_boolean.casm index 65654d42..1e7d0dca 100644 --- a/test/expression/quantifier/universal/error/proposition_type_should_be_boolean.casm +++ b/test/expression/quantifier/universal/error/proposition_type_should_be_boolean.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/test/expression/quantifier/universal/error/type_mismatch_predicate_variable_and_universe.casm b/test/expression/quantifier/universal/error/type_mismatch_predicate_variable_and_universe.casm index 5c2fab2b..2b5a5361 100644 --- a/test/expression/quantifier/universal/error/type_mismatch_predicate_variable_and_universe.casm +++ b/test/expression/quantifier/universal/error/type_mismatch_predicate_variable_and_universe.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/test/expression/quantifier/universal/error/undef_universe_should_throw.casm b/test/expression/quantifier/universal/error/undef_universe_should_throw.casm index 119ea45b..f54a8d8d 100644 --- a/test/expression/quantifier/universal/error/undef_universe_should_throw.casm +++ b/test/expression/quantifier/universal/error/undef_universe_should_throw.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/test/expression/quantifier/universal/error/use_variable_in_universe.casm b/test/expression/quantifier/universal/error/use_variable_in_universe.casm index 6bc18997..a29d2cda 100644 --- a/test/expression/quantifier/universal/error/use_variable_in_universe.casm +++ b/test/expression/quantifier/universal/error/use_variable_in_universe.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/test/expression/quantifier/universal/multiple_variables.casm b/test/expression/quantifier/universal/multiple_variables.casm index 52d8746f..500b77cf 100644 --- a/test/expression/quantifier/universal/multiple_variables.casm +++ b/test/expression/quantifier/universal/multiple_variables.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/test/expression/quantifier/universal/should_return_false_if_prop_does_not_hold_for_all.casm b/test/expression/quantifier/universal/should_return_false_if_prop_does_not_hold_for_all.casm index 46d6c383..15c57dbb 100644 --- a/test/expression/quantifier/universal/should_return_false_if_prop_does_not_hold_for_all.casm +++ b/test/expression/quantifier/universal/should_return_false_if_prop_does_not_hold_for_all.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/test/expression/quantifier/universal/should_return_false_if_prop_is_false_for_some_but_undef_otherwise.casm b/test/expression/quantifier/universal/should_return_false_if_prop_is_false_for_some_but_undef_otherwise.casm index 94675797..f1f01593 100644 --- a/test/expression/quantifier/universal/should_return_false_if_prop_is_false_for_some_but_undef_otherwise.casm +++ b/test/expression/quantifier/universal/should_return_false_if_prop_is_false_for_some_but_undef_otherwise.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/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all.casm b/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all.casm index 01cf910a..7e62163b 100644 --- a/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all.casm +++ b/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all.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/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all_as_expression.casm b/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all_as_expression.casm index b9584d43..cb9ffc39 100644 --- a/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all_as_expression.casm +++ b/test/expression/quantifier/universal/should_return_true_if_prop_holds_for_all_as_expression.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/test/expression/quantifier/universal/should_return_true_if_universe_is_empty.casm b/test/expression/quantifier/universal/should_return_true_if_universe_is_empty.casm index dc6c41f3..f44f7e55 100644 --- a/test/expression/quantifier/universal/should_return_true_if_universe_is_empty.casm +++ b/test/expression/quantifier/universal/should_return_true_if_universe_is_empty.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/test/expression/quantifier/universal/should_return_undef_if_prop_is_undef_for_some_but_holds_otherwise.casm b/test/expression/quantifier/universal/should_return_undef_if_prop_is_undef_for_some_but_holds_otherwise.casm index 62671b00..518babfb 100644 --- a/test/expression/quantifier/universal/should_return_undef_if_prop_is_undef_for_some_but_holds_otherwise.casm +++ b/test/expression/quantifier/universal/should_return_undef_if_prop_is_undef_for_some_but_holds_otherwise.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/test/expression/range/error/invalid_lhs_expression.casm b/test/expression/range/error/invalid_lhs_expression.casm index 2f80328c..8bf45b5d 100644 --- a/test/expression/range/error/invalid_lhs_expression.casm +++ b/test/expression/range/error/invalid_lhs_expression.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/test/expression/typecasting/binary/binary.casm b/test/expression/typecasting/binary/binary.casm index 73636bd3..353f4b72 100644 --- a/test/expression/typecasting/binary/binary.casm +++ b/test/expression/typecasting/binary/binary.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/test/expression/typecasting/binary/boolean.casm b/test/expression/typecasting/binary/boolean.casm index e2a10e82..68377f8f 100644 --- a/test/expression/typecasting/binary/boolean.casm +++ b/test/expression/typecasting/binary/boolean.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/test/expression/typecasting/binary/decimal.casm b/test/expression/typecasting/binary/decimal.casm index c4b01a63..ffaeb433 100644 --- a/test/expression/typecasting/binary/decimal.casm +++ b/test/expression/typecasting/binary/decimal.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/test/expression/typecasting/binary/error/enumeration.casm b/test/expression/typecasting/binary/error/enumeration.casm index 341a9f99..33435479 100644 --- a/test/expression/typecasting/binary/error/enumeration.casm +++ b/test/expression/typecasting/binary/error/enumeration.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/test/expression/typecasting/binary/error/file.casm b/test/expression/typecasting/binary/error/file.casm index 8f768694..baffef86 100644 --- a/test/expression/typecasting/binary/error/file.casm +++ b/test/expression/typecasting/binary/error/file.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/test/expression/typecasting/binary/error/funcref.casm b/test/expression/typecasting/binary/error/funcref.casm index b46e1e0f..f63700fe 100644 --- a/test/expression/typecasting/binary/error/funcref.casm +++ b/test/expression/typecasting/binary/error/funcref.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/test/expression/typecasting/binary/error/list.casm b/test/expression/typecasting/binary/error/list.casm index 93871108..4cc3302d 100644 --- a/test/expression/typecasting/binary/error/list.casm +++ b/test/expression/typecasting/binary/error/list.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/test/expression/typecasting/binary/error/port.casm b/test/expression/typecasting/binary/error/port.casm index f82ac22c..89dcd5d9 100644 --- a/test/expression/typecasting/binary/error/port.casm +++ b/test/expression/typecasting/binary/error/port.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/test/expression/typecasting/binary/error/range.casm b/test/expression/typecasting/binary/error/range.casm index 3299bd79..d1480cd7 100644 --- a/test/expression/typecasting/binary/error/range.casm +++ b/test/expression/typecasting/binary/error/range.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/test/expression/typecasting/binary/error/rational.casm b/test/expression/typecasting/binary/error/rational.casm index b0021508..848a26cf 100644 --- a/test/expression/typecasting/binary/error/rational.casm +++ b/test/expression/typecasting/binary/error/rational.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/test/expression/typecasting/binary/error/ruleref.casm b/test/expression/typecasting/binary/error/ruleref.casm index 0f80f52e..2b82df46 100644 --- a/test/expression/typecasting/binary/error/ruleref.casm +++ b/test/expression/typecasting/binary/error/ruleref.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/test/expression/typecasting/binary/error/string.casm b/test/expression/typecasting/binary/error/string.casm index 45e0ed9f..2e7f19e9 100644 --- a/test/expression/typecasting/binary/error/string.casm +++ b/test/expression/typecasting/binary/error/string.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/test/expression/typecasting/binary/error/tuple.casm b/test/expression/typecasting/binary/error/tuple.casm index e3d455a4..db068e9a 100644 --- a/test/expression/typecasting/binary/error/tuple.casm +++ b/test/expression/typecasting/binary/error/tuple.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/test/expression/typecasting/binary/integer.casm b/test/expression/typecasting/binary/integer.casm index e052c819..05966494 100644 --- a/test/expression/typecasting/binary/integer.casm +++ b/test/expression/typecasting/binary/integer.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/test/expression/typecasting/binary/integer_to_binary_and_back_to_integer.casm b/test/expression/typecasting/binary/integer_to_binary_and_back_to_integer.casm index 07d93b5b..406db66c 100644 --- a/test/expression/typecasting/binary/integer_to_binary_and_back_to_integer.casm +++ b/test/expression/typecasting/binary/integer_to_binary_and_back_to_integer.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/test/expression/typecasting/boolean/binary.casm b/test/expression/typecasting/boolean/binary.casm index 57bf22e3..d76fe024 100644 --- a/test/expression/typecasting/boolean/binary.casm +++ b/test/expression/typecasting/boolean/binary.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/test/expression/typecasting/boolean/boolean.casm b/test/expression/typecasting/boolean/boolean.casm index 8c9f55a1..87e837a1 100644 --- a/test/expression/typecasting/boolean/boolean.casm +++ b/test/expression/typecasting/boolean/boolean.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/test/expression/typecasting/boolean/error/decimal.casm b/test/expression/typecasting/boolean/error/decimal.casm index de58d16b..145b9e52 100644 --- a/test/expression/typecasting/boolean/error/decimal.casm +++ b/test/expression/typecasting/boolean/error/decimal.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/test/expression/typecasting/boolean/error/enumeration.casm b/test/expression/typecasting/boolean/error/enumeration.casm index 07d28fa1..ab0b1893 100644 --- a/test/expression/typecasting/boolean/error/enumeration.casm +++ b/test/expression/typecasting/boolean/error/enumeration.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/test/expression/typecasting/boolean/error/file.casm b/test/expression/typecasting/boolean/error/file.casm index 5555bc43..e76d2fd1 100644 --- a/test/expression/typecasting/boolean/error/file.casm +++ b/test/expression/typecasting/boolean/error/file.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/test/expression/typecasting/boolean/error/funcref.casm b/test/expression/typecasting/boolean/error/funcref.casm index ff5c29b7..19a73ad4 100644 --- a/test/expression/typecasting/boolean/error/funcref.casm +++ b/test/expression/typecasting/boolean/error/funcref.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/test/expression/typecasting/boolean/error/list.casm b/test/expression/typecasting/boolean/error/list.casm index 4d593e6f..ecb07130 100644 --- a/test/expression/typecasting/boolean/error/list.casm +++ b/test/expression/typecasting/boolean/error/list.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/test/expression/typecasting/boolean/error/port.casm b/test/expression/typecasting/boolean/error/port.casm index a41c79b9..11c99745 100644 --- a/test/expression/typecasting/boolean/error/port.casm +++ b/test/expression/typecasting/boolean/error/port.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/test/expression/typecasting/boolean/error/range.casm b/test/expression/typecasting/boolean/error/range.casm index af81b240..46e131f8 100644 --- a/test/expression/typecasting/boolean/error/range.casm +++ b/test/expression/typecasting/boolean/error/range.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/test/expression/typecasting/boolean/error/rational.casm b/test/expression/typecasting/boolean/error/rational.casm index 13d6b0be..868fadb8 100644 --- a/test/expression/typecasting/boolean/error/rational.casm +++ b/test/expression/typecasting/boolean/error/rational.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/test/expression/typecasting/boolean/error/ruleref.casm b/test/expression/typecasting/boolean/error/ruleref.casm index 44e5a847..65527eed 100644 --- a/test/expression/typecasting/boolean/error/ruleref.casm +++ b/test/expression/typecasting/boolean/error/ruleref.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/test/expression/typecasting/boolean/error/string.casm b/test/expression/typecasting/boolean/error/string.casm index c712a827..68552fac 100644 --- a/test/expression/typecasting/boolean/error/string.casm +++ b/test/expression/typecasting/boolean/error/string.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/test/expression/typecasting/boolean/error/tuple.casm b/test/expression/typecasting/boolean/error/tuple.casm index f890f4d8..714c7171 100644 --- a/test/expression/typecasting/boolean/error/tuple.casm +++ b/test/expression/typecasting/boolean/error/tuple.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/test/expression/typecasting/boolean/integer.casm b/test/expression/typecasting/boolean/integer.casm index 3addc0a5..837b6701 100644 --- a/test/expression/typecasting/boolean/integer.casm +++ b/test/expression/typecasting/boolean/integer.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/test/expression/typecasting/decimal/binary.casm b/test/expression/typecasting/decimal/binary.casm index 354a4ffb..e226ba89 100644 --- a/test/expression/typecasting/decimal/binary.casm +++ b/test/expression/typecasting/decimal/binary.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/test/expression/typecasting/decimal/boolean.casm b/test/expression/typecasting/decimal/boolean.casm index 7764dbb4..af2366e1 100644 --- a/test/expression/typecasting/decimal/boolean.casm +++ b/test/expression/typecasting/decimal/boolean.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/test/expression/typecasting/decimal/decimal.casm b/test/expression/typecasting/decimal/decimal.casm index a5da568f..f50bfe1c 100644 --- a/test/expression/typecasting/decimal/decimal.casm +++ b/test/expression/typecasting/decimal/decimal.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/test/expression/typecasting/decimal/error/enumeration.casm b/test/expression/typecasting/decimal/error/enumeration.casm index f86af15d..10e18cda 100644 --- a/test/expression/typecasting/decimal/error/enumeration.casm +++ b/test/expression/typecasting/decimal/error/enumeration.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/test/expression/typecasting/decimal/error/file.casm b/test/expression/typecasting/decimal/error/file.casm index c0c931cd..e87f8e13 100644 --- a/test/expression/typecasting/decimal/error/file.casm +++ b/test/expression/typecasting/decimal/error/file.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/test/expression/typecasting/decimal/error/funcref.casm b/test/expression/typecasting/decimal/error/funcref.casm index 5ce625f0..2b13b673 100644 --- a/test/expression/typecasting/decimal/error/funcref.casm +++ b/test/expression/typecasting/decimal/error/funcref.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/test/expression/typecasting/decimal/error/list.casm b/test/expression/typecasting/decimal/error/list.casm index ee876bc0..9f165973 100644 --- a/test/expression/typecasting/decimal/error/list.casm +++ b/test/expression/typecasting/decimal/error/list.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/test/expression/typecasting/decimal/error/port.casm b/test/expression/typecasting/decimal/error/port.casm index cef3f8f1..f63a9ca6 100644 --- a/test/expression/typecasting/decimal/error/port.casm +++ b/test/expression/typecasting/decimal/error/port.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/test/expression/typecasting/decimal/error/range.casm b/test/expression/typecasting/decimal/error/range.casm index 861c3484..ce25547d 100644 --- a/test/expression/typecasting/decimal/error/range.casm +++ b/test/expression/typecasting/decimal/error/range.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/test/expression/typecasting/decimal/error/rational.casm b/test/expression/typecasting/decimal/error/rational.casm index 800acded..267158d4 100644 --- a/test/expression/typecasting/decimal/error/rational.casm +++ b/test/expression/typecasting/decimal/error/rational.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/test/expression/typecasting/decimal/error/ruleref.casm b/test/expression/typecasting/decimal/error/ruleref.casm index a859f048..c40f5eca 100644 --- a/test/expression/typecasting/decimal/error/ruleref.casm +++ b/test/expression/typecasting/decimal/error/ruleref.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/test/expression/typecasting/decimal/error/string.casm b/test/expression/typecasting/decimal/error/string.casm index 6b426c80..f6983a75 100644 --- a/test/expression/typecasting/decimal/error/string.casm +++ b/test/expression/typecasting/decimal/error/string.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/test/expression/typecasting/decimal/error/tuple.casm b/test/expression/typecasting/decimal/error/tuple.casm index 3922eb1f..dab04f43 100644 --- a/test/expression/typecasting/decimal/error/tuple.casm +++ b/test/expression/typecasting/decimal/error/tuple.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/test/expression/typecasting/decimal/integer.casm b/test/expression/typecasting/decimal/integer.casm index 1b09802e..1794f0a0 100644 --- a/test/expression/typecasting/decimal/integer.casm +++ b/test/expression/typecasting/decimal/integer.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/test/expression/typecasting/enumeration/enumeration.casm b/test/expression/typecasting/enumeration/enumeration.casm index f7f7c137..6bf7ca5b 100644 --- a/test/expression/typecasting/enumeration/enumeration.casm +++ b/test/expression/typecasting/enumeration/enumeration.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/test/expression/typecasting/enumeration/error/binary.casm b/test/expression/typecasting/enumeration/error/binary.casm index 874c828c..02c0d8a7 100644 --- a/test/expression/typecasting/enumeration/error/binary.casm +++ b/test/expression/typecasting/enumeration/error/binary.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/test/expression/typecasting/enumeration/error/boolean.casm b/test/expression/typecasting/enumeration/error/boolean.casm index 2fb0a18e..143ce58d 100644 --- a/test/expression/typecasting/enumeration/error/boolean.casm +++ b/test/expression/typecasting/enumeration/error/boolean.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/test/expression/typecasting/enumeration/error/decimal.casm b/test/expression/typecasting/enumeration/error/decimal.casm index 7f51926d..1f664999 100644 --- a/test/expression/typecasting/enumeration/error/decimal.casm +++ b/test/expression/typecasting/enumeration/error/decimal.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/test/expression/typecasting/enumeration/error/file.casm b/test/expression/typecasting/enumeration/error/file.casm index bc97da61..5ebaeb33 100644 --- a/test/expression/typecasting/enumeration/error/file.casm +++ b/test/expression/typecasting/enumeration/error/file.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/test/expression/typecasting/enumeration/error/funcref.casm b/test/expression/typecasting/enumeration/error/funcref.casm index a6e3ba9d..55fba638 100644 --- a/test/expression/typecasting/enumeration/error/funcref.casm +++ b/test/expression/typecasting/enumeration/error/funcref.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/test/expression/typecasting/enumeration/error/integer.casm b/test/expression/typecasting/enumeration/error/integer.casm index bc1823f6..7c0df27e 100644 --- a/test/expression/typecasting/enumeration/error/integer.casm +++ b/test/expression/typecasting/enumeration/error/integer.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/test/expression/typecasting/enumeration/error/list.casm b/test/expression/typecasting/enumeration/error/list.casm index f0341ba5..b6e12a9a 100644 --- a/test/expression/typecasting/enumeration/error/list.casm +++ b/test/expression/typecasting/enumeration/error/list.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/test/expression/typecasting/enumeration/error/port.casm b/test/expression/typecasting/enumeration/error/port.casm index 60c50f48..47606fb1 100644 --- a/test/expression/typecasting/enumeration/error/port.casm +++ b/test/expression/typecasting/enumeration/error/port.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/test/expression/typecasting/enumeration/error/range.casm b/test/expression/typecasting/enumeration/error/range.casm index be53ad68..89fcda6b 100644 --- a/test/expression/typecasting/enumeration/error/range.casm +++ b/test/expression/typecasting/enumeration/error/range.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/test/expression/typecasting/enumeration/error/rational.casm b/test/expression/typecasting/enumeration/error/rational.casm index 89dec9b0..d37f32b6 100644 --- a/test/expression/typecasting/enumeration/error/rational.casm +++ b/test/expression/typecasting/enumeration/error/rational.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/test/expression/typecasting/enumeration/error/ruleref.casm b/test/expression/typecasting/enumeration/error/ruleref.casm index b622fee3..8fc05c96 100644 --- a/test/expression/typecasting/enumeration/error/ruleref.casm +++ b/test/expression/typecasting/enumeration/error/ruleref.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/test/expression/typecasting/enumeration/error/string.casm b/test/expression/typecasting/enumeration/error/string.casm index bb719f13..d1696606 100644 --- a/test/expression/typecasting/enumeration/error/string.casm +++ b/test/expression/typecasting/enumeration/error/string.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/test/expression/typecasting/enumeration/error/tuple.casm b/test/expression/typecasting/enumeration/error/tuple.casm index 2889dea2..5faf2787 100644 --- a/test/expression/typecasting/enumeration/error/tuple.casm +++ b/test/expression/typecasting/enumeration/error/tuple.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/test/expression/typecasting/error/has_invalid_result_type.casm b/test/expression/typecasting/error/has_invalid_result_type.casm index 2e782a80..ec849e9f 100644 --- a/test/expression/typecasting/error/has_invalid_result_type.casm +++ b/test/expression/typecasting/error/has_invalid_result_type.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/test/expression/typecasting/error/has_undef_as_expression.casm b/test/expression/typecasting/error/has_undef_as_expression.casm index af3b421e..e29969a7 100644 --- a/test/expression/typecasting/error/has_undef_as_expression.casm +++ b/test/expression/typecasting/error/has_undef_as_expression.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/test/expression/typecasting/error/has_unknown_type.casm b/test/expression/typecasting/error/has_unknown_type.casm index 3c41ae2a..5a6da19d 100644 --- a/test/expression/typecasting/error/has_unknown_type.casm +++ b/test/expression/typecasting/error/has_unknown_type.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/test/expression/typecasting/error/missing_brackets_with_complex_terms.casm b/test/expression/typecasting/error/missing_brackets_with_complex_terms.casm index 6bef477a..467eced5 100644 --- a/test/expression/typecasting/error/missing_brackets_with_complex_terms.casm +++ b/test/expression/typecasting/error/missing_brackets_with_complex_terms.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/test/expression/typecasting/integer/binary.casm b/test/expression/typecasting/integer/binary.casm index 50dd7d43..4dcd9ee0 100644 --- a/test/expression/typecasting/integer/binary.casm +++ b/test/expression/typecasting/integer/binary.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/test/expression/typecasting/integer/boolean.casm b/test/expression/typecasting/integer/boolean.casm index 516cc39f..78d7577f 100644 --- a/test/expression/typecasting/integer/boolean.casm +++ b/test/expression/typecasting/integer/boolean.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/test/expression/typecasting/integer/decimal.casm b/test/expression/typecasting/integer/decimal.casm index 3afddede..eee6bb4b 100644 --- a/test/expression/typecasting/integer/decimal.casm +++ b/test/expression/typecasting/integer/decimal.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/test/expression/typecasting/integer/error/enumeration.casm b/test/expression/typecasting/integer/error/enumeration.casm index f93285fb..e69ed8af 100644 --- a/test/expression/typecasting/integer/error/enumeration.casm +++ b/test/expression/typecasting/integer/error/enumeration.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/test/expression/typecasting/integer/error/file.casm b/test/expression/typecasting/integer/error/file.casm index d85bb715..b480a177 100644 --- a/test/expression/typecasting/integer/error/file.casm +++ b/test/expression/typecasting/integer/error/file.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/test/expression/typecasting/integer/error/funcref.casm b/test/expression/typecasting/integer/error/funcref.casm index 9489e9f2..52dbd5fa 100644 --- a/test/expression/typecasting/integer/error/funcref.casm +++ b/test/expression/typecasting/integer/error/funcref.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/test/expression/typecasting/integer/error/list.casm b/test/expression/typecasting/integer/error/list.casm index 7132e3b6..c43c1599 100644 --- a/test/expression/typecasting/integer/error/list.casm +++ b/test/expression/typecasting/integer/error/list.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/test/expression/typecasting/integer/error/port.casm b/test/expression/typecasting/integer/error/port.casm index 0005238f..29fa49ba 100644 --- a/test/expression/typecasting/integer/error/port.casm +++ b/test/expression/typecasting/integer/error/port.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/test/expression/typecasting/integer/error/range.casm b/test/expression/typecasting/integer/error/range.casm index 8eecbeb3..115bc974 100644 --- a/test/expression/typecasting/integer/error/range.casm +++ b/test/expression/typecasting/integer/error/range.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/test/expression/typecasting/integer/error/rational.casm b/test/expression/typecasting/integer/error/rational.casm index cf512535..8d8a1c0a 100644 --- a/test/expression/typecasting/integer/error/rational.casm +++ b/test/expression/typecasting/integer/error/rational.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/test/expression/typecasting/integer/error/ruleref.casm b/test/expression/typecasting/integer/error/ruleref.casm index a210ddf9..052e55de 100644 --- a/test/expression/typecasting/integer/error/ruleref.casm +++ b/test/expression/typecasting/integer/error/ruleref.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/test/expression/typecasting/integer/error/string.casm b/test/expression/typecasting/integer/error/string.casm index 8b762a96..e3df636d 100644 --- a/test/expression/typecasting/integer/error/string.casm +++ b/test/expression/typecasting/integer/error/string.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/test/expression/typecasting/integer/error/tuple.casm b/test/expression/typecasting/integer/error/tuple.casm index 41f4857b..45bfdd81 100644 --- a/test/expression/typecasting/integer/error/tuple.casm +++ b/test/expression/typecasting/integer/error/tuple.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/test/expression/typecasting/integer/integer.casm b/test/expression/typecasting/integer/integer.casm index 31aa8025..43733f3e 100644 --- a/test/expression/typecasting/integer/integer.casm +++ b/test/expression/typecasting/integer/integer.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/test/expression/typecasting/rational/binary.casm b/test/expression/typecasting/rational/binary.casm index 60067f6e..27381043 100644 --- a/test/expression/typecasting/rational/binary.casm +++ b/test/expression/typecasting/rational/binary.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/test/expression/typecasting/rational/boolean.casm b/test/expression/typecasting/rational/boolean.casm index b55e21a0..05e4ba06 100644 --- a/test/expression/typecasting/rational/boolean.casm +++ b/test/expression/typecasting/rational/boolean.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/test/expression/typecasting/rational/error/decimal.casm b/test/expression/typecasting/rational/error/decimal.casm index 6c278bef..a9e6c9f1 100644 --- a/test/expression/typecasting/rational/error/decimal.casm +++ b/test/expression/typecasting/rational/error/decimal.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/test/expression/typecasting/rational/error/enumeration.casm b/test/expression/typecasting/rational/error/enumeration.casm index 92c22129..33018637 100644 --- a/test/expression/typecasting/rational/error/enumeration.casm +++ b/test/expression/typecasting/rational/error/enumeration.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/test/expression/typecasting/rational/error/file.casm b/test/expression/typecasting/rational/error/file.casm index 4c1e6d92..5d1df6bd 100644 --- a/test/expression/typecasting/rational/error/file.casm +++ b/test/expression/typecasting/rational/error/file.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/test/expression/typecasting/rational/error/funcref.casm b/test/expression/typecasting/rational/error/funcref.casm index 3632cfcd..283515a6 100644 --- a/test/expression/typecasting/rational/error/funcref.casm +++ b/test/expression/typecasting/rational/error/funcref.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/test/expression/typecasting/rational/error/list.casm b/test/expression/typecasting/rational/error/list.casm index 835e2a2d..2427c66f 100644 --- a/test/expression/typecasting/rational/error/list.casm +++ b/test/expression/typecasting/rational/error/list.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/test/expression/typecasting/rational/error/port.casm b/test/expression/typecasting/rational/error/port.casm index 589b027b..ebb59231 100644 --- a/test/expression/typecasting/rational/error/port.casm +++ b/test/expression/typecasting/rational/error/port.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/test/expression/typecasting/rational/error/range.casm b/test/expression/typecasting/rational/error/range.casm index e0a9d682..695ddb58 100644 --- a/test/expression/typecasting/rational/error/range.casm +++ b/test/expression/typecasting/rational/error/range.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/test/expression/typecasting/rational/error/ruleref.casm b/test/expression/typecasting/rational/error/ruleref.casm index 2755a47f..eae44724 100644 --- a/test/expression/typecasting/rational/error/ruleref.casm +++ b/test/expression/typecasting/rational/error/ruleref.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/test/expression/typecasting/rational/error/string.casm b/test/expression/typecasting/rational/error/string.casm index c69ad039..b1f512ec 100644 --- a/test/expression/typecasting/rational/error/string.casm +++ b/test/expression/typecasting/rational/error/string.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/test/expression/typecasting/rational/error/tuple.casm b/test/expression/typecasting/rational/error/tuple.casm index da39e9d1..98d58875 100644 --- a/test/expression/typecasting/rational/error/tuple.casm +++ b/test/expression/typecasting/rational/error/tuple.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/test/expression/typecasting/rational/integer.casm b/test/expression/typecasting/rational/integer.casm index f5ab0b24..cc567594 100644 --- a/test/expression/typecasting/rational/integer.casm +++ b/test/expression/typecasting/rational/integer.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/test/expression/typecasting/rational/rational.casm b/test/expression/typecasting/rational/rational.casm index 50dd4e0e..31db8875 100644 --- a/test/expression/typecasting/rational/rational.casm +++ b/test/expression/typecasting/rational/rational.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/test/expression/typecasting/string/binary.casm b/test/expression/typecasting/string/binary.casm index bdd696de..4d7a77d3 100644 --- a/test/expression/typecasting/string/binary.casm +++ b/test/expression/typecasting/string/binary.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/test/expression/typecasting/string/boolean.casm b/test/expression/typecasting/string/boolean.casm index 3c5be327..0a64796c 100644 --- a/test/expression/typecasting/string/boolean.casm +++ b/test/expression/typecasting/string/boolean.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/test/expression/typecasting/string/decimal.casm b/test/expression/typecasting/string/decimal.casm index 6c4cefd6..2003080e 100644 --- a/test/expression/typecasting/string/decimal.casm +++ b/test/expression/typecasting/string/decimal.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/test/expression/typecasting/string/enumeration.casm b/test/expression/typecasting/string/enumeration.casm index d1e7de61..89e27226 100644 --- a/test/expression/typecasting/string/enumeration.casm +++ b/test/expression/typecasting/string/enumeration.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/test/expression/typecasting/string/error/file.casm b/test/expression/typecasting/string/error/file.casm index a5a8170e..b4007618 100644 --- a/test/expression/typecasting/string/error/file.casm +++ b/test/expression/typecasting/string/error/file.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/test/expression/typecasting/string/error/list.casm b/test/expression/typecasting/string/error/list.casm index 03631b9f..01892bd6 100644 --- a/test/expression/typecasting/string/error/list.casm +++ b/test/expression/typecasting/string/error/list.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/test/expression/typecasting/string/error/port.casm b/test/expression/typecasting/string/error/port.casm index 1bd8fcd2..e2cf5f09 100644 --- a/test/expression/typecasting/string/error/port.casm +++ b/test/expression/typecasting/string/error/port.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/test/expression/typecasting/string/error/range.casm b/test/expression/typecasting/string/error/range.casm index 73d1eddf..99612784 100644 --- a/test/expression/typecasting/string/error/range.casm +++ b/test/expression/typecasting/string/error/range.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/test/expression/typecasting/string/error/tuple.casm b/test/expression/typecasting/string/error/tuple.casm index e8a2c809..bc788d4f 100644 --- a/test/expression/typecasting/string/error/tuple.casm +++ b/test/expression/typecasting/string/error/tuple.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/test/expression/typecasting/string/funcref.casm b/test/expression/typecasting/string/funcref.casm index d309ca91..06f8d4ab 100644 --- a/test/expression/typecasting/string/funcref.casm +++ b/test/expression/typecasting/string/funcref.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/test/expression/typecasting/string/integer.casm b/test/expression/typecasting/string/integer.casm index 3554e1d6..cfb48c76 100644 --- a/test/expression/typecasting/string/integer.casm +++ b/test/expression/typecasting/string/integer.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/test/expression/typecasting/string/rational.casm b/test/expression/typecasting/string/rational.casm index d8484726..052d8596 100644 --- a/test/expression/typecasting/string/rational.casm +++ b/test/expression/typecasting/string/rational.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/test/expression/typecasting/string/ruleref.casm b/test/expression/typecasting/string/ruleref.casm index 3f4dd77c..9f5d4386 100644 --- a/test/expression/typecasting/string/ruleref.casm +++ b/test/expression/typecasting/string/ruleref.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/test/expression/typecasting/string/string.casm b/test/expression/typecasting/string/string.casm index 5350a02b..545ed0a5 100644 --- a/test/expression/typecasting/string/string.casm +++ b/test/expression/typecasting/string/string.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/test/grammar/call_without_arguments_and_relative_path_in_case_rule.casm b/test/grammar/call_without_arguments_and_relative_path_in_case_rule.casm index daa2e414..8c117fdc 100644 --- a/test/grammar/call_without_arguments_and_relative_path_in_case_rule.casm +++ b/test/grammar/call_without_arguments_and_relative_path_in_case_rule.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/test/grammar/error/error_in_attributed_definition_should_not_crash.casm b/test/grammar/error/error_in_attributed_definition_should_not_crash.casm index 8a900929..6a190aaa 100644 --- a/test/grammar/error/error_in_attributed_definition_should_not_crash.casm +++ b/test/grammar/error/error_in_attributed_definition_should_not_crash.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/test/grammar/error/invalid_scope.casm b/test/grammar/error/invalid_scope.casm index 64f75103..7b9e1700 100644 --- a/test/grammar/error/invalid_scope.casm +++ b/test/grammar/error/invalid_scope.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/test/grammar/error/multiple/arguments_should_recover.casm b/test/grammar/error/multiple/arguments_should_recover.casm index 38c99417..63cf3152 100644 --- a/test/grammar/error/multiple/arguments_should_recover.casm +++ b/test/grammar/error/multiple/arguments_should_recover.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/test/grammar/error/multiple/block_rule_brackets_should_recover.casm b/test/grammar/error/multiple/block_rule_brackets_should_recover.casm index f6df22bc..f7163943 100644 --- a/test/grammar/error/multiple/block_rule_brackets_should_recover.casm +++ b/test/grammar/error/multiple/block_rule_brackets_should_recover.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/test/grammar/error/multiple/case_rule_brackets_should_recover.casm b/test/grammar/error/multiple/case_rule_brackets_should_recover.casm index f59b9a87..35b444fd 100644 --- a/test/grammar/error/multiple/case_rule_brackets_should_recover.casm +++ b/test/grammar/error/multiple/case_rule_brackets_should_recover.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/test/grammar/error/multiple/definitions_should_recover.casm b/test/grammar/error/multiple/definitions_should_recover.casm index d59de385..6688a0ae 100644 --- a/test/grammar/error/multiple/definitions_should_recover.casm +++ b/test/grammar/error/multiple/definitions_should_recover.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/test/grammar/error/multiple/parameters_should_recover.casm b/test/grammar/error/multiple/parameters_should_recover.casm index 2e323300..81aee0ef 100644 --- a/test/grammar/error/multiple/parameters_should_recover.casm +++ b/test/grammar/error/multiple/parameters_should_recover.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/test/grammar/error/multiple/sequential_rule_brackets_should_recover.casm b/test/grammar/error/multiple/sequential_rule_brackets_should_recover.casm index 655441ac..c81cd2d5 100644 --- a/test/grammar/error/multiple/sequential_rule_brackets_should_recover.casm +++ b/test/grammar/error/multiple/sequential_rule_brackets_should_recover.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/test/grammar/error/multiple/term_brackets_should_recover.casm b/test/grammar/error/multiple/term_brackets_should_recover.casm index 3a304b87..ab190589 100644 --- a/test/grammar/error/multiple/term_brackets_should_recover.casm +++ b/test/grammar/error/multiple/term_brackets_should_recover.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/test/grammar/error/no_specification.casm b/test/grammar/error/no_specification.casm index 044f21cb..18fb39a1 100644 --- a/test/grammar/error/no_specification.casm +++ b/test/grammar/error/no_specification.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/test/grammar/error/unclosed_string.casm b/test/grammar/error/unclosed_string.casm index 642eb667..af9dcf9c 100644 --- a/test/grammar/error/unclosed_string.casm +++ b/test/grammar/error/unclosed_string.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/test/grammar/error/unrecognized_character.casm b/test/grammar/error/unrecognized_character.casm index f2d134aa..03ab9ea6 100644 --- a/test/grammar/error/unrecognized_character.casm +++ b/test/grammar/error/unrecognized_character.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/test/issue/61.casm b/test/issue/61.casm index 94948055..18dc02ec 100644 --- a/test/issue/61.casm +++ b/test/issue/61.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/test/lexer/bug_wrong_token_position_after_single_line_comment.casm b/test/lexer/bug_wrong_token_position_after_single_line_comment.casm index d9aef26b..09a77dfe 100644 --- a/test/lexer/bug_wrong_token_position_after_single_line_comment.casm +++ b/test/lexer/bug_wrong_token_position_after_single_line_comment.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/test/lexer/error/invalid_utf8_character_in_identifier.casm b/test/lexer/error/invalid_utf8_character_in_identifier.casm index 3b7e1613..665444ad 100644 --- a/test/lexer/error/invalid_utf8_character_in_identifier.casm +++ b/test/lexer/error/invalid_utf8_character_in_identifier.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/test/lexer/error/unknown_escape_sequence.casm b/test/lexer/error/unknown_escape_sequence.casm index c16ecb5f..9735e143 100644 --- a/test/lexer/error/unknown_escape_sequence.casm +++ b/test/lexer/error/unknown_escape_sequence.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/test/lexer/escape_sequences.casm b/test/lexer/escape_sequences.casm index e02bd158..b4ca6a44 100644 --- a/test/lexer/escape_sequences.casm +++ b/test/lexer/escape_sequences.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/test/lexer/utf8.casm b/test/lexer/utf8.casm index ee59ebb1..9a9351bf 100644 --- a/test/lexer/utf8.casm +++ b/test/lexer/utf8.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/test/operator/add/binary.casm b/test/operator/add/binary.casm index 60a35fe3..b403e024 100644 --- a/test/operator/add/binary.casm +++ b/test/operator/add/binary.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/test/operator/add/integer.casm b/test/operator/add/integer.casm index cca342c9..0a56d457 100644 --- a/test/operator/add/integer.casm +++ b/test/operator/add/integer.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/test/operator/add/string.casm b/test/operator/add/string.casm index 570f4295..b8f5d808 100644 --- a/test/operator/add/string.casm +++ b/test/operator/add/string.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/test/operator/and/binary.casm b/test/operator/and/binary.casm index 0d40124e..98216499 100644 --- a/test/operator/and/binary.casm +++ b/test/operator/and/binary.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/test/operator/and/boolean.casm b/test/operator/and/boolean.casm index c38d1340..b8b6e68d 100644 --- a/test/operator/and/boolean.casm +++ b/test/operator/and/boolean.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/test/operator/div/integer.casm b/test/operator/div/integer.casm index 8d4835e2..f0275d18 100644 --- a/test/operator/div/integer.casm +++ b/test/operator/div/integer.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/test/operator/equ/boolean.casm b/test/operator/equ/boolean.casm index 49bdf8b1..73ea8bea 100644 --- a/test/operator/equ/boolean.casm +++ b/test/operator/equ/boolean.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/test/operator/equ/integer.casm b/test/operator/equ/integer.casm index 3d6344e6..eeedf39a 100644 --- a/test/operator/equ/integer.casm +++ b/test/operator/equ/integer.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/test/operator/equ/ruleref.casm b/test/operator/equ/ruleref.casm index 1ef02d1c..c1962ab9 100644 --- a/test/operator/equ/ruleref.casm +++ b/test/operator/equ/ruleref.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/test/operator/geq/integer.casm b/test/operator/geq/integer.casm index edb374c2..2458ca61 100644 --- a/test/operator/geq/integer.casm +++ b/test/operator/geq/integer.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/test/operator/gth/integer.casm b/test/operator/gth/integer.casm index 949339b2..e2352997 100644 --- a/test/operator/gth/integer.casm +++ b/test/operator/gth/integer.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/test/operator/imp/boolean.casm b/test/operator/imp/boolean.casm index cb4b7f96..9f805423 100644 --- a/test/operator/imp/boolean.casm +++ b/test/operator/imp/boolean.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/test/operator/inv/integer.casm b/test/operator/inv/integer.casm index 07a3d33e..5b6d466b 100644 --- a/test/operator/inv/integer.casm +++ b/test/operator/inv/integer.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/test/operator/inv/rational.casm b/test/operator/inv/rational.casm index 0f9a83d5..7b55e56c 100644 --- a/test/operator/inv/rational.casm +++ b/test/operator/inv/rational.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/test/operator/leq/integer.casm b/test/operator/leq/integer.casm index 5303b4f1..3a256dfe 100644 --- a/test/operator/leq/integer.casm +++ b/test/operator/leq/integer.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/test/operator/lth/integer.casm b/test/operator/lth/integer.casm index f59830c5..d7640d5f 100644 --- a/test/operator/lth/integer.casm +++ b/test/operator/lth/integer.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/test/operator/mod/integer.casm b/test/operator/mod/integer.casm index c6320549..9862f06c 100644 --- a/test/operator/mod/integer.casm +++ b/test/operator/mod/integer.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/test/operator/mul/integer.casm b/test/operator/mul/integer.casm index 7d9758f9..5ce81866 100644 --- a/test/operator/mul/integer.casm +++ b/test/operator/mul/integer.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/test/operator/neq/boolean.casm b/test/operator/neq/boolean.casm index 1bf95e83..a546f163 100644 --- a/test/operator/neq/boolean.casm +++ b/test/operator/neq/boolean.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/test/operator/neq/integer.casm b/test/operator/neq/integer.casm index 6d372bc3..907eed55 100644 --- a/test/operator/neq/integer.casm +++ b/test/operator/neq/integer.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/test/operator/not/boolean.casm b/test/operator/not/boolean.casm index 128c37fd..51dad276 100644 --- a/test/operator/not/boolean.casm +++ b/test/operator/not/boolean.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/test/operator/or/binary.casm b/test/operator/or/binary.casm index 2a109bb3..5ae34a19 100644 --- a/test/operator/or/binary.casm +++ b/test/operator/or/binary.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/test/operator/or/boolean.casm b/test/operator/or/boolean.casm index 1f8214ed..60175af8 100644 --- a/test/operator/or/boolean.casm +++ b/test/operator/or/boolean.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/test/operator/pow/integer.casm b/test/operator/pow/integer.casm index 8b1f99cf..05b443cb 100644 --- a/test/operator/pow/integer.casm +++ b/test/operator/pow/integer.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/test/operator/precedence.casm b/test/operator/precedence.casm index 9b7e061b..94fc5da0 100644 --- a/test/operator/precedence.casm +++ b/test/operator/precedence.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/test/operator/sub/integer.casm b/test/operator/sub/integer.casm index 62778207..6dc13847 100644 --- a/test/operator/sub/integer.casm +++ b/test/operator/sub/integer.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/test/operator/xor/boolean.casm b/test/operator/xor/boolean.casm index 230cac72..f37ce998 100644 --- a/test/operator/xor/boolean.casm +++ b/test/operator/xor/boolean.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/test/other/forall_call_calculation.casm b/test/other/forall_call_calculation.casm index e7e95f2e..549fb176 100644 --- a/test/other/forall_call_calculation.casm +++ b/test/other/forall_call_calculation.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/test/other/symbolic_assert_checking.casm b/test/other/symbolic_assert_checking.casm index 9fbaf178..ab308713 100644 --- a/test/other/symbolic_assert_checking.casm +++ b/test/other/symbolic_assert_checking.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/test/rule/block/1ary_function_lookup.casm b/test/rule/block/1ary_function_lookup.casm index 628b9767..2c361f00 100644 --- a/test/rule/block/1ary_function_lookup.casm +++ b/test/rule/block/1ary_function_lookup.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/test/rule/block/1ary_function_producing_same_updates_in_parallel.casm b/test/rule/block/1ary_function_producing_same_updates_in_parallel.casm index 84ba60d8..0b058c5d 100644 --- a/test/rule/block/1ary_function_producing_same_updates_in_parallel.casm +++ b/test/rule/block/1ary_function_producing_same_updates_in_parallel.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/test/rule/block/1ary_function_update.casm b/test/rule/block/1ary_function_update.casm index 939a1f41..c6d7c49e 100644 --- a/test/rule/block/1ary_function_update.casm +++ b/test/rule/block/1ary_function_update.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/test/rule/block/error/1ary_function_update_clash.casm b/test/rule/block/error/1ary_function_update_clash.casm index dbb2f765..c0ff1798 100644 --- a/test/rule/block/error/1ary_function_update_clash.casm +++ b/test/rule/block/error/1ary_function_update_clash.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/test/rule/block/error/1ary_function_update_merge_conflict.casm b/test/rule/block/error/1ary_function_update_merge_conflict.casm index 860d2982..519d91d8 100644 --- a/test/rule/block/error/1ary_function_update_merge_conflict.casm +++ b/test/rule/block/error/1ary_function_update_merge_conflict.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/test/rule/block/error/1ary_function_update_merge_conflict_by_nested_rules.casm b/test/rule/block/error/1ary_function_update_merge_conflict_by_nested_rules.casm index de4a2c06..8093c809 100644 --- a/test/rule/block/error/1ary_function_update_merge_conflict_by_nested_rules.casm +++ b/test/rule/block/error/1ary_function_update_merge_conflict_by_nested_rules.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/test/rule/call/direct/00.casm b/test/rule/call/direct/00.casm index b382b79e..338a19ce 100644 --- a/test/rule/call/direct/00.casm +++ b/test/rule/call/direct/00.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/test/rule/call/direct/ranged/00.casm b/test/rule/call/direct/ranged/00.casm index 4758ce14..3b8b252b 100644 --- a/test/rule/call/direct/ranged/00.casm +++ b/test/rule/call/direct/ranged/00.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/test/rule/call/direct/ranged/error/00.casm b/test/rule/call/direct/ranged/error/00.casm index c95de21e..c31ec4d1 100644 --- a/test/rule/call/direct/ranged/error/00.casm +++ b/test/rule/call/direct/ranged/error/00.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/test/rule/call/direct/rule_of_list_argument.casm b/test/rule/call/direct/rule_of_list_argument.casm index be1befa1..cd0a0715 100644 --- a/test/rule/call/direct/rule_of_list_argument.casm +++ b/test/rule/call/direct/rule_of_list_argument.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/test/rule/call/error/argument_with_side_effects.casm b/test/rule/call/error/argument_with_side_effects.casm index eed774ff..2c60e1b5 100644 --- a/test/rule/call/error/argument_with_side_effects.casm +++ b/test/rule/call/error/argument_with_side_effects.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/test/rule/call/indirect/builtin_reference.casm b/test/rule/call/indirect/builtin_reference.casm index eeda685d..b5bc7f22 100644 --- a/test/rule/call/indirect/builtin_reference.casm +++ b/test/rule/call/indirect/builtin_reference.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/test/rule/call/indirect/constant_rule_reference.casm b/test/rule/call/indirect/constant_rule_reference.casm index dfc0c74a..d0c5c4e7 100644 --- a/test/rule/call/indirect/constant_rule_reference.casm +++ b/test/rule/call/indirect/constant_rule_reference.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/test/rule/call/indirect/derived_reference.casm b/test/rule/call/indirect/derived_reference.casm index 918e4336..1744a8d5 100644 --- a/test/rule/call/indirect/derived_reference.casm +++ b/test/rule/call/indirect/derived_reference.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/test/rule/call/indirect/error/00.casm b/test/rule/call/indirect/error/00.casm index c1d2a3b9..96675b0b 100644 --- a/test/rule/call/indirect/error/00.casm +++ b/test/rule/call/indirect/error/00.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/test/rule/call/indirect/error/01.casm b/test/rule/call/indirect/error/01.casm index 0ef73551..a91b0125 100644 --- a/test/rule/call/indirect/error/01.casm +++ b/test/rule/call/indirect/error/01.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/test/rule/call/indirect/error/indirect_call_expression_is_not_a_reference.casm b/test/rule/call/indirect/error/indirect_call_expression_is_not_a_reference.casm index 2fcd4432..bb1db3e7 100644 --- a/test/rule/call/indirect/error/indirect_call_expression_is_not_a_reference.casm +++ b/test/rule/call/indirect/error/indirect_call_expression_is_not_a_reference.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/test/rule/call/indirect/function_reference.casm b/test/rule/call/indirect/function_reference.casm index 8773a1ca..7d6e50e6 100644 --- a/test/rule/call/indirect/function_reference.casm +++ b/test/rule/call/indirect/function_reference.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/test/rule/call/indirect/ranged/00.casm b/test/rule/call/indirect/ranged/00.casm index 9c67bd1f..bc8b5b81 100644 --- a/test/rule/call/indirect/ranged/00.casm +++ b/test/rule/call/indirect/ranged/00.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/test/rule/call/indirect/ranged/error/00.casm b/test/rule/call/indirect/ranged/error/00.casm index 15813bfe..dc9ed3e9 100644 --- a/test/rule/call/indirect/ranged/error/00.casm +++ b/test/rule/call/indirect/ranged/error/00.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/test/rule/call/indirect/rule_reference.casm b/test/rule/call/indirect/rule_reference.casm index e23bdd68..c37e0dcd 100644 --- a/test/rule/call/indirect/rule_reference.casm +++ b/test/rule/call/indirect/rule_reference.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/test/rule/case/case_rule_with_boolean.casm b/test/rule/case/case_rule_with_boolean.casm index 638420fb..253a5861 100644 --- a/test/rule/case/case_rule_with_boolean.casm +++ b/test/rule/case/case_rule_with_boolean.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/test/rule/case/case_rule_with_floating.casm b/test/rule/case/case_rule_with_floating.casm index 5d8b3f1b..c2b0b5aa 100644 --- a/test/rule/case/case_rule_with_floating.casm +++ b/test/rule/case/case_rule_with_floating.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/test/rule/case/case_rule_with_integer.casm b/test/rule/case/case_rule_with_integer.casm index baa8b3ef..410fd01e 100644 --- a/test/rule/case/case_rule_with_integer.casm +++ b/test/rule/case/case_rule_with_integer.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/test/rule/case/case_rule_with_string.casm b/test/rule/case/case_rule_with_string.casm index bc11e39e..321de76d 100644 --- a/test/rule/case/case_rule_with_string.casm +++ b/test/rule/case/case_rule_with_string.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/test/rule/case/case_rule_without_default_case.casm b/test/rule/case/case_rule_without_default_case.casm index 2e383c8e..cf9306c6 100644 --- a/test/rule/case/case_rule_without_default_case.casm +++ b/test/rule/case/case_rule_without_default_case.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/test/rule/case/default_case_should_be_order_independent.casm b/test/rule/case/default_case_should_be_order_independent.casm index 7f376637..a3eb85a4 100644 --- a/test/rule/case/default_case_should_be_order_independent.casm +++ b/test/rule/case/default_case_should_be_order_independent.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/test/rule/case/error/expression_case_type_mismatch.casm b/test/rule/case/error/expression_case_type_mismatch.casm index e4368d12..9260a439 100644 --- a/test/rule/case/error/expression_case_type_mismatch.casm +++ b/test/rule/case/error/expression_case_type_mismatch.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/test/rule/case/error/expression_case_with_side_effects.casm b/test/rule/case/error/expression_case_with_side_effects.casm index 9dcb9248..d89763ad 100644 --- a/test/rule/case/error/expression_case_with_side_effects.casm +++ b/test/rule/case/error/expression_case_with_side_effects.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/test/rule/case/error/expression_with_side_effects.casm b/test/rule/case/error/expression_with_side_effects.casm index 8d92cf8a..55943af2 100644 --- a/test/rule/case/error/expression_with_side_effects.casm +++ b/test/rule/case/error/expression_with_side_effects.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/test/rule/case/error/multiple_default_cases.casm b/test/rule/case/error/multiple_default_cases.casm index 43d7966a..9385853e 100644 --- a/test/rule/case/error/multiple_default_cases.casm +++ b/test/rule/case/error/multiple_default_cases.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/test/rule/case/inference_case_rule_expr.casm b/test/rule/case/inference_case_rule_expr.casm index 682ebe36..7d8d7cc0 100644 --- a/test/rule/case/inference_case_rule_expr.casm +++ b/test/rule/case/inference_case_rule_expr.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/test/rule/case/should_evaluate_cases_in_program_order.casm b/test/rule/case/should_evaluate_cases_in_program_order.casm index b4522838..f238e075 100644 --- a/test/rule/case/should_evaluate_cases_in_program_order.casm +++ b/test/rule/case/should_evaluate_cases_in_program_order.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/test/rule/case/should_invoke_rule_when_case_matches.casm b/test/rule/case/should_invoke_rule_when_case_matches.casm index 93a16ee5..bc6e1de2 100644 --- a/test/rule/case/should_invoke_rule_when_case_matches.casm +++ b/test/rule/case/should_invoke_rule_when_case_matches.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/test/rule/case/undef_as_case_expr_should_work.casm b/test/rule/case/undef_as_case_expr_should_work.casm index c5ad5b32..604a3713 100644 --- a/test/rule/case/undef_as_case_expr_should_work.casm +++ b/test/rule/case/undef_as_case_expr_should_work.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/test/rule/case/undef_value_should_work.casm b/test/rule/case/undef_value_should_work.casm index 4c8f5cde..e5075059 100644 --- a/test/rule/case/undef_value_should_work.casm +++ b/test/rule/case/undef_value_should_work.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/test/rule/case/variables_as_case_expr_should_work.casm b/test/rule/case/variables_as_case_expr_should_work.casm index 2bcd52f2..57c96acb 100644 --- a/test/rule/case/variables_as_case_expr_should_work.casm +++ b/test/rule/case/variables_as_case_expr_should_work.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/test/rule/choose/enumeration_universe.casm b/test/rule/choose/enumeration_universe.casm index 3c3bfd27..08e0bffd 100644 --- a/test/rule/choose/enumeration_universe.casm +++ b/test/rule/choose/enumeration_universe.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/test/rule/choose/error/multiple_variables_type_mismatch.casm b/test/rule/choose/error/multiple_variables_type_mismatch.casm index 0ece8eeb..0cad0b75 100644 --- a/test/rule/choose/error/multiple_variables_type_mismatch.casm +++ b/test/rule/choose/error/multiple_variables_type_mismatch.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/test/rule/choose/error/nested_choose_with_same_variable_name.casm b/test/rule/choose/error/nested_choose_with_same_variable_name.casm index a3425d98..d9333b08 100644 --- a/test/rule/choose/error/nested_choose_with_same_variable_name.casm +++ b/test/rule/choose/error/nested_choose_with_same_variable_name.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/test/rule/choose/error/undef_universe.casm b/test/rule/choose/error/undef_universe.casm index bb39a05e..ff4da277 100644 --- a/test/rule/choose/error/undef_universe.casm +++ b/test/rule/choose/error/undef_universe.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/test/rule/choose/error/universe_variable_type_mismatch.casm b/test/rule/choose/error/universe_variable_type_mismatch.casm index 12c0b4de..2b87310b 100644 --- a/test/rule/choose/error/universe_variable_type_mismatch.casm +++ b/test/rule/choose/error/universe_variable_type_mismatch.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/test/rule/choose/error/universe_with_side_effects.casm b/test/rule/choose/error/universe_with_side_effects.casm index e0c3c5dd..0e9a2721 100644 --- a/test/rule/choose/error/universe_with_side_effects.casm +++ b/test/rule/choose/error/universe_with_side_effects.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/test/rule/choose/error/use_variable_in_universe.casm b/test/rule/choose/error/use_variable_in_universe.casm index 7ab3eef0..f5b07d98 100644 --- a/test/rule/choose/error/use_variable_in_universe.casm +++ b/test/rule/choose/error/use_variable_in_universe.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/test/rule/choose/infer_variable_type_from_universe.casm b/test/rule/choose/infer_variable_type_from_universe.casm index 7825571a..a62edc63 100644 --- a/test/rule/choose/infer_variable_type_from_universe.casm +++ b/test/rule/choose/infer_variable_type_from_universe.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/test/rule/choose/multiple_variables.casm b/test/rule/choose/multiple_variables.casm index 5e29a5f8..13b04278 100644 --- a/test/rule/choose/multiple_variables.casm +++ b/test/rule/choose/multiple_variables.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/test/rule/choose/nested_choose_rule.casm b/test/rule/choose/nested_choose_rule.casm index 2b66b5f2..b9f2c9ab 100644 --- a/test/rule/choose/nested_choose_rule.casm +++ b/test/rule/choose/nested_choose_rule.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/test/rule/choose/ranged_boolean_universe.casm b/test/rule/choose/ranged_boolean_universe.casm index 3ea25678..fa326ad3 100644 --- a/test/rule/choose/ranged_boolean_universe.casm +++ b/test/rule/choose/ranged_boolean_universe.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/test/rule/choose/ranged_floating_universe.casm b/test/rule/choose/ranged_floating_universe.casm index c3f0eb5b..cbfa8b78 100644 --- a/test/rule/choose/ranged_floating_universe.casm +++ b/test/rule/choose/ranged_floating_universe.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/test/rule/choose/ranged_integer_universe.casm b/test/rule/choose/ranged_integer_universe.casm index c77f8f97..f2d41468 100644 --- a/test/rule/choose/ranged_integer_universe.casm +++ b/test/rule/choose/ranged_integer_universe.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/test/rule/choose/unranged_boolean_universe.casm b/test/rule/choose/unranged_boolean_universe.casm index dbd2292e..31b31c38 100644 --- a/test/rule/choose/unranged_boolean_universe.casm +++ b/test/rule/choose/unranged_boolean_universe.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/test/rule/choose/unranged_decimal_universe.casm b/test/rule/choose/unranged_decimal_universe.casm index c07982b6..f96a81ad 100644 --- a/test/rule/choose/unranged_decimal_universe.casm +++ b/test/rule/choose/unranged_decimal_universe.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/test/rule/choose/unranged_integer_universe.casm b/test/rule/choose/unranged_integer_universe.casm index 21dec6c4..79a5cbbb 100644 --- a/test/rule/choose/unranged_integer_universe.casm +++ b/test/rule/choose/unranged_integer_universe.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/test/rule/conditional/else_branch_should_be_optional.casm b/test/rule/conditional/else_branch_should_be_optional.casm index 78d9c261..38c4189c 100644 --- a/test/rule/conditional/else_branch_should_be_optional.casm +++ b/test/rule/conditional/else_branch_should_be_optional.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/test/rule/conditional/error/condition_with_side_effects.casm b/test/rule/conditional/error/condition_with_side_effects.casm index fed53af4..76f193ab 100644 --- a/test/rule/conditional/error/condition_with_side_effects.casm +++ b/test/rule/conditional/error/condition_with_side_effects.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/test/rule/conditional/error/non_boolean_condition_should_throw_type_error.casm b/test/rule/conditional/error/non_boolean_condition_should_throw_type_error.casm index 3a472d79..5c185863 100644 --- a/test/rule/conditional/error/non_boolean_condition_should_throw_type_error.casm +++ b/test/rule/conditional/error/non_boolean_condition_should_throw_type_error.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/test/rule/conditional/error/undef_condition_should_throw.casm b/test/rule/conditional/error/undef_condition_should_throw.casm index 66fc3d50..c14b9d02 100644 --- a/test/rule/conditional/error/undef_condition_should_throw.casm +++ b/test/rule/conditional/error/undef_condition_should_throw.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/test/rule/conditional/false_condition_should_eval_else_rule.casm b/test/rule/conditional/false_condition_should_eval_else_rule.casm index 24c74bd7..1c3b4710 100644 --- a/test/rule/conditional/false_condition_should_eval_else_rule.casm +++ b/test/rule/conditional/false_condition_should_eval_else_rule.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/test/rule/conditional/nested_conditional_rule.casm b/test/rule/conditional/nested_conditional_rule.casm index d85ceb63..df38f48e 100644 --- a/test/rule/conditional/nested_conditional_rule.casm +++ b/test/rule/conditional/nested_conditional_rule.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/test/rule/conditional/true_condition_should_eval_then_rule.casm b/test/rule/conditional/true_condition_should_eval_then_rule.casm index 7e631675..1c1aff93 100644 --- a/test/rule/conditional/true_condition_should_eval_then_rule.casm +++ b/test/rule/conditional/true_condition_should_eval_then_rule.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/test/rule/error/unknown_symbol.casm b/test/rule/error/unknown_symbol.casm index 7b67ea97..c7f0697e 100644 --- a/test/rule/error/unknown_symbol.casm +++ b/test/rule/error/unknown_symbol.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/test/rule/forall/boolean_range_of_false_universe.casm b/test/rule/forall/boolean_range_of_false_universe.casm index 275202d9..d9b5c83e 100644 --- a/test/rule/forall/boolean_range_of_false_universe.casm +++ b/test/rule/forall/boolean_range_of_false_universe.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/test/rule/forall/boolean_range_of_true_universe.casm b/test/rule/forall/boolean_range_of_true_universe.casm index 7e4c89fe..94dcdef8 100644 --- a/test/rule/forall/boolean_range_of_true_universe.casm +++ b/test/rule/forall/boolean_range_of_true_universe.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/test/rule/forall/boolean_range_universe.casm b/test/rule/forall/boolean_range_universe.casm index 6aaaca76..fd55cd6a 100644 --- a/test/rule/forall/boolean_range_universe.casm +++ b/test/rule/forall/boolean_range_universe.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/test/rule/forall/boolean_typedomain_universe.casm b/test/rule/forall/boolean_typedomain_universe.casm index 966f67e0..8c357cb7 100644 --- a/test/rule/forall/boolean_typedomain_universe.casm +++ b/test/rule/forall/boolean_typedomain_universe.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/test/rule/forall/enumeration_universe.casm b/test/rule/forall/enumeration_universe.casm index bd4a562a..43fa31f8 100644 --- a/test/rule/forall/enumeration_universe.casm +++ b/test/rule/forall/enumeration_universe.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/test/rule/forall/error/condition_with_side_effects.casm b/test/rule/forall/error/condition_with_side_effects.casm index 76354595..9fd4301d 100644 --- a/test/rule/forall/error/condition_with_side_effects.casm +++ b/test/rule/forall/error/condition_with_side_effects.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/test/rule/forall/error/invalid_condition_type.casm b/test/rule/forall/error/invalid_condition_type.casm index 7629c28c..e1d3ebd9 100644 --- a/test/rule/forall/error/invalid_condition_type.casm +++ b/test/rule/forall/error/invalid_condition_type.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/test/rule/forall/error/invalid_range_cannot_be_a_function_return_type_integer.casm b/test/rule/forall/error/invalid_range_cannot_be_a_function_return_type_integer.casm index d1f7623f..670eb628 100644 --- a/test/rule/forall/error/invalid_range_cannot_be_a_function_return_type_integer.casm +++ b/test/rule/forall/error/invalid_range_cannot_be_a_function_return_type_integer.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/test/rule/forall/error/invalid_range_cannot_be_a_integer.casm b/test/rule/forall/error/invalid_range_cannot_be_a_integer.casm index 8d07452d..4e372dfd 100644 --- a/test/rule/forall/error/invalid_range_cannot_be_a_integer.casm +++ b/test/rule/forall/error/invalid_range_cannot_be_a_integer.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/test/rule/forall/error/invalid_range_type_of_integer_and_string.casm b/test/rule/forall/error/invalid_range_type_of_integer_and_string.casm index 409e5e9f..eb2031c4 100644 --- a/test/rule/forall/error/invalid_range_type_of_integer_and_string.casm +++ b/test/rule/forall/error/invalid_range_type_of_integer_and_string.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/test/rule/forall/error/invalid_range_type_of_string_and_integer.casm b/test/rule/forall/error/invalid_range_type_of_string_and_integer.casm index e7d42605..a2bd35f8 100644 --- a/test/rule/forall/error/invalid_range_type_of_string_and_integer.casm +++ b/test/rule/forall/error/invalid_range_type_of_string_and_integer.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/test/rule/forall/error/multiple_variables_type_mismatch.casm b/test/rule/forall/error/multiple_variables_type_mismatch.casm index 92e501f9..1ea3b056 100644 --- a/test/rule/forall/error/multiple_variables_type_mismatch.casm +++ b/test/rule/forall/error/multiple_variables_type_mismatch.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/test/rule/forall/error/undef_condition.casm b/test/rule/forall/error/undef_condition.casm index a2c70165..97afece5 100644 --- a/test/rule/forall/error/undef_condition.casm +++ b/test/rule/forall/error/undef_condition.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/test/rule/forall/error/undef_universe.casm b/test/rule/forall/error/undef_universe.casm index a230cc8e..8201c63e 100644 --- a/test/rule/forall/error/undef_universe.casm +++ b/test/rule/forall/error/undef_universe.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/test/rule/forall/error/universe_with_side_effects.casm b/test/rule/forall/error/universe_with_side_effects.casm index d07d8bd4..7cde4aef 100644 --- a/test/rule/forall/error/universe_with_side_effects.casm +++ b/test/rule/forall/error/universe_with_side_effects.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/test/rule/forall/error/use_variable_in_universe.casm b/test/rule/forall/error/use_variable_in_universe.casm index e564c890..21ef7b1e 100644 --- a/test/rule/forall/error/use_variable_in_universe.casm +++ b/test/rule/forall/error/use_variable_in_universe.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/test/rule/forall/forall_with_condition.casm b/test/rule/forall/forall_with_condition.casm index b56583a1..d69399c9 100644 --- a/test/rule/forall/forall_with_condition.casm +++ b/test/rule/forall/forall_with_condition.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/test/rule/forall/integer_range_from_neg1_to_pos1.casm b/test/rule/forall/integer_range_from_neg1_to_pos1.casm index 362a450c..46c5518a 100644 --- a/test/rule/forall/integer_range_from_neg1_to_pos1.casm +++ b/test/rule/forall/integer_range_from_neg1_to_pos1.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/test/rule/forall/integer_range_from_neg1_to_pos1_through_function_lookups.casm b/test/rule/forall/integer_range_from_neg1_to_pos1_through_function_lookups.casm index 8e7cbe18..2dd92945 100644 --- a/test/rule/forall/integer_range_from_neg1_to_pos1_through_function_lookups.casm +++ b/test/rule/forall/integer_range_from_neg1_to_pos1_through_function_lookups.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/test/rule/forall/integer_range_from_neg3_to_neg1_through_a_function_lookup.casm b/test/rule/forall/integer_range_from_neg3_to_neg1_through_a_function_lookup.casm index 0d7c9528..eff818c6 100644 --- a/test/rule/forall/integer_range_from_neg3_to_neg1_through_a_function_lookup.casm +++ b/test/rule/forall/integer_range_from_neg3_to_neg1_through_a_function_lookup.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/test/rule/forall/integer_range_from_pos0_to_pos0.casm b/test/rule/forall/integer_range_from_pos0_to_pos0.casm index 11df131a..166c645c 100644 --- a/test/rule/forall/integer_range_from_pos0_to_pos0.casm +++ b/test/rule/forall/integer_range_from_pos0_to_pos0.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/test/rule/forall/integer_range_from_pos0_to_pos0_through_a_function_lookup.casm b/test/rule/forall/integer_range_from_pos0_to_pos0_through_a_function_lookup.casm index 704f7ca6..4b07a868 100644 --- a/test/rule/forall/integer_range_from_pos0_to_pos0_through_a_function_lookup.casm +++ b/test/rule/forall/integer_range_from_pos0_to_pos0_through_a_function_lookup.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/test/rule/forall/integer_range_from_pos1_to_neg1_through_function_lookups.casm b/test/rule/forall/integer_range_from_pos1_to_neg1_through_function_lookups.casm index 82f555c9..0bd82ac0 100644 --- a/test/rule/forall/integer_range_from_pos1_to_neg1_through_function_lookups.casm +++ b/test/rule/forall/integer_range_from_pos1_to_neg1_through_function_lookups.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/test/rule/forall/integer_range_from_pos1_to_pos3.casm b/test/rule/forall/integer_range_from_pos1_to_pos3.casm index c63f66ce..6d53e2c5 100644 --- a/test/rule/forall/integer_range_from_pos1_to_pos3.casm +++ b/test/rule/forall/integer_range_from_pos1_to_pos3.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/test/rule/forall/multiple_variables.casm b/test/rule/forall/multiple_variables.casm index 07a6a479..5a65b83e 100644 --- a/test/rule/forall/multiple_variables.casm +++ b/test/rule/forall/multiple_variables.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/test/rule/forall/multiple_variables_with_condition.casm b/test/rule/forall/multiple_variables_with_condition.casm index 3886b0da..75a26c6e 100644 --- a/test/rule/forall/multiple_variables_with_condition.casm +++ b/test/rule/forall/multiple_variables_with_condition.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/test/rule/iterate/should_repeat_as_long_as_updates_are_produced.casm b/test/rule/iterate/should_repeat_as_long_as_updates_are_produced.casm index 1cce21ae..784cb2fd 100644 --- a/test/rule/iterate/should_repeat_as_long_as_updates_are_produced.casm +++ b/test/rule/iterate/should_repeat_as_long_as_updates_are_produced.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/test/rule/let/error/assign_invalid_value.casm b/test/rule/let/error/assign_invalid_value.casm index 4c4a1f59..76ab6d3f 100644 --- a/test/rule/let/error/assign_invalid_value.casm +++ b/test/rule/let/error/assign_invalid_value.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/test/rule/let/error/expression_variable_type_mismatch.casm b/test/rule/let/error/expression_variable_type_mismatch.casm index 0d7afa14..8eaee6d5 100644 --- a/test/rule/let/error/expression_variable_type_mismatch.casm +++ b/test/rule/let/error/expression_variable_type_mismatch.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/test/rule/let/error/multiple_variables_referencing_each_other.casm b/test/rule/let/error/multiple_variables_referencing_each_other.casm index 8da9f8bc..c1248112 100644 --- a/test/rule/let/error/multiple_variables_referencing_each_other.casm +++ b/test/rule/let/error/multiple_variables_referencing_each_other.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/test/rule/let/error/multiple_variables_use_undefined_variable_in_expression.casm b/test/rule/let/error/multiple_variables_use_undefined_variable_in_expression.casm index 90692340..55d45fec 100644 --- a/test/rule/let/error/multiple_variables_use_undefined_variable_in_expression.casm +++ b/test/rule/let/error/multiple_variables_use_undefined_variable_in_expression.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/test/rule/let/error/nested_let_with_same_variable_name.casm b/test/rule/let/error/nested_let_with_same_variable_name.casm index 2d272e93..c607cbfe 100644 --- a/test/rule/let/error/nested_let_with_same_variable_name.casm +++ b/test/rule/let/error/nested_let_with_same_variable_name.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/test/rule/let/error/update_set_conflict_term_evaluation.casm b/test/rule/let/error/update_set_conflict_term_evaluation.casm index 4955e401..a056d6df 100644 --- a/test/rule/let/error/update_set_conflict_term_evaluation.casm +++ b/test/rule/let/error/update_set_conflict_term_evaluation.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/test/rule/let/error/use_variable_in_expression.casm b/test/rule/let/error/use_variable_in_expression.casm index f54cdbd4..e88a7a91 100644 --- a/test/rule/let/error/use_variable_in_expression.casm +++ b/test/rule/let/error/use_variable_in_expression.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/test/rule/let/infer_variable_type_from_expression.casm b/test/rule/let/infer_variable_type_from_expression.casm index 12af0dfd..92c92559 100644 --- a/test/rule/let/infer_variable_type_from_expression.casm +++ b/test/rule/let/infer_variable_type_from_expression.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/test/rule/let/multiple_variables.casm b/test/rule/let/multiple_variables.casm index c521fea1..4abb9924 100644 --- a/test/rule/let/multiple_variables.casm +++ b/test/rule/let/multiple_variables.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/test/rule/let/nested_let_with_different_variable_names.casm b/test/rule/let/nested_let_with_different_variable_names.casm index b0d923ef..6762e822 100644 --- a/test/rule/let/nested_let_with_different_variable_names.casm +++ b/test/rule/let/nested_let_with_different_variable_names.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/test/rule/let/nested_rule_should_see_updates_of_term_evaluation.casm b/test/rule/let/nested_rule_should_see_updates_of_term_evaluation.casm index ae7e989c..1af968bf 100644 --- a/test/rule/let/nested_rule_should_see_updates_of_term_evaluation.casm +++ b/test/rule/let/nested_rule_should_see_updates_of_term_evaluation.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/test/rule/let/two_lets_with_same_variable_name_in_succession.casm b/test/rule/let/two_lets_with_same_variable_name_in_succession.casm index b506425d..a5072263 100644 --- a/test/rule/let/two_lets_with_same_variable_name_in_succession.casm +++ b/test/rule/let/two_lets_with_same_variable_name_in_succession.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/test/rule/let/undef_as_expression_with_inferred_variable_type.casm b/test/rule/let/undef_as_expression_with_inferred_variable_type.casm index ce3b98e9..891ceb56 100644 --- a/test/rule/let/undef_as_expression_with_inferred_variable_type.casm +++ b/test/rule/let/undef_as_expression_with_inferred_variable_type.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/test/rule/let/undef_as_expression_with_specified_variable_type.casm b/test/rule/let/undef_as_expression_with_specified_variable_type.casm index de23edf8..4ed51253 100644 --- a/test/rule/let/undef_as_expression_with_specified_variable_type.casm +++ b/test/rule/let/undef_as_expression_with_specified_variable_type.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/test/rule/local/calling_rule_with_local_function.casm b/test/rule/local/calling_rule_with_local_function.casm index 8cbf5ece..1d38f4af 100644 --- a/test/rule/local/calling_rule_with_local_function.casm +++ b/test/rule/local/calling_rule_with_local_function.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/test/rule/local/defined_pure_expression.casm b/test/rule/local/defined_pure_expression.casm index 3019219d..ea9e8565 100644 --- a/test/rule/local/defined_pure_expression.casm +++ b/test/rule/local/defined_pure_expression.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/test/rule/local/error/defined_invalid_value.casm b/test/rule/local/error/defined_invalid_value.casm index b8b872f3..532ce876 100644 --- a/test/rule/local/error/defined_invalid_value.casm +++ b/test/rule/local/error/defined_invalid_value.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/test/rule/local/error/defined_non_pure_expression.casm b/test/rule/local/error/defined_non_pure_expression.casm index acf4d5be..52eaf177 100644 --- a/test/rule/local/error/defined_non_pure_expression.casm +++ b/test/rule/local/error/defined_non_pure_expression.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/test/rule/local/error/defined_wrong_type.casm b/test/rule/local/error/defined_wrong_type.casm index 93a9cd7b..540fcc89 100644 --- a/test/rule/local/error/defined_wrong_type.casm +++ b/test/rule/local/error/defined_wrong_type.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/test/rule/local/error/duplicated_attributes.casm b/test/rule/local/error/duplicated_attributes.casm index be404801..2351cfb1 100644 --- a/test/rule/local/error/duplicated_attributes.casm +++ b/test/rule/local/error/duplicated_attributes.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/test/rule/local/error/initialize_same_location_with_different_values.casm b/test/rule/local/error/initialize_same_location_with_different_values.casm index 8ab44267..0fda3007 100644 --- a/test/rule/local/error/initialize_same_location_with_different_values.casm +++ b/test/rule/local/error/initialize_same_location_with_different_values.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/test/rule/local/error/initially_argument_with_side_effects.casm b/test/rule/local/error/initially_argument_with_side_effects.casm index 71cadc87..fb49b388 100644 --- a/test/rule/local/error/initially_argument_with_side_effects.casm +++ b/test/rule/local/error/initially_argument_with_side_effects.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/test/rule/local/error/initially_invalid_argument.casm b/test/rule/local/error/initially_invalid_argument.casm index 22d63507..85a2a217 100644 --- a/test/rule/local/error/initially_invalid_argument.casm +++ b/test/rule/local/error/initially_invalid_argument.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/test/rule/local/error/initially_invalid_value.casm b/test/rule/local/error/initially_invalid_value.casm index 3abfc3a7..0390aca1 100644 --- a/test/rule/local/error/initially_invalid_value.casm +++ b/test/rule/local/error/initially_invalid_value.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/test/rule/local/error/initially_too_few_arguments.casm b/test/rule/local/error/initially_too_few_arguments.casm index c14daf42..8bb25104 100644 --- a/test/rule/local/error/initially_too_few_arguments.casm +++ b/test/rule/local/error/initially_too_few_arguments.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/test/rule/local/error/initially_too_much_arguments.casm b/test/rule/local/error/initially_too_much_arguments.casm index 60dbf38d..764b84b5 100644 --- a/test/rule/local/error/initially_too_much_arguments.casm +++ b/test/rule/local/error/initially_too_much_arguments.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/test/rule/local/error/initially_use_own_function.casm b/test/rule/local/error/initially_use_own_function.casm index 4d5d4ce3..5d0012c0 100644 --- a/test/rule/local/error/initially_use_own_function.casm +++ b/test/rule/local/error/initially_use_own_function.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/test/rule/local/error/initially_use_parallel_initialized_function.casm b/test/rule/local/error/initially_use_parallel_initialized_function.casm index cb6ef30b..21143307 100644 --- a/test/rule/local/error/initially_use_parallel_initialized_function.casm +++ b/test/rule/local/error/initially_use_parallel_initialized_function.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/test/rule/local/error/initially_use_undecleared_function.casm b/test/rule/local/error/initially_use_undecleared_function.casm index 0ff2b81f..69bfd483 100644 --- a/test/rule/local/error/initially_use_undecleared_function.casm +++ b/test/rule/local/error/initially_use_undecleared_function.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/test/rule/local/error/initially_wrong_argument_type.casm b/test/rule/local/error/initially_wrong_argument_type.casm index eca2ccba..01f28adc 100644 --- a/test/rule/local/error/initially_wrong_argument_type.casm +++ b/test/rule/local/error/initially_wrong_argument_type.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/test/rule/local/error/initially_wrong_value_type.casm b/test/rule/local/error/initially_wrong_value_type.casm index 7169985f..75083591 100644 --- a/test/rule/local/error/initially_wrong_value_type.casm +++ b/test/rule/local/error/initially_wrong_value_type.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/test/rule/local/error/invalid_function_attribute.casm b/test/rule/local/error/invalid_function_attribute.casm index d5c48942..e8262a28 100644 --- a/test/rule/local/error/invalid_function_attribute.casm +++ b/test/rule/local/error/invalid_function_attribute.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/test/rule/local/error/lookup_invalid_argument_value.casm b/test/rule/local/error/lookup_invalid_argument_value.casm index f956b4ab..c295f13d 100644 --- a/test/rule/local/error/lookup_invalid_argument_value.casm +++ b/test/rule/local/error/lookup_invalid_argument_value.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/test/rule/local/error/lookup_too_few_arguments.casm b/test/rule/local/error/lookup_too_few_arguments.casm index eb5d9a5f..ef47c73a 100644 --- a/test/rule/local/error/lookup_too_few_arguments.casm +++ b/test/rule/local/error/lookup_too_few_arguments.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/test/rule/local/error/lookup_too_much_arguments.casm b/test/rule/local/error/lookup_too_much_arguments.casm index c2071526..48ffe460 100644 --- a/test/rule/local/error/lookup_too_much_arguments.casm +++ b/test/rule/local/error/lookup_too_much_arguments.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/test/rule/local/error/lookup_undef_argument.casm b/test/rule/local/error/lookup_undef_argument.casm index 53c5209b..bfc62032 100644 --- a/test/rule/local/error/lookup_undef_argument.casm +++ b/test/rule/local/error/lookup_undef_argument.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/test/rule/local/error/lookup_wrong_argument_type.casm b/test/rule/local/error/lookup_wrong_argument_type.casm index a4709d99..d6ebf562 100644 --- a/test/rule/local/error/lookup_wrong_argument_type.casm +++ b/test/rule/local/error/lookup_wrong_argument_type.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/test/rule/local/error/nested_local_with_same_function_name.casm b/test/rule/local/error/nested_local_with_same_function_name.casm index d39e1476..54b9d60b 100644 --- a/test/rule/local/error/nested_local_with_same_function_name.casm +++ b/test/rule/local/error/nested_local_with_same_function_name.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/test/rule/local/error/reference_local_function_from_outer_scope.casm b/test/rule/local/error/reference_local_function_from_outer_scope.casm index 39200393..b53a844b 100644 --- a/test/rule/local/error/reference_local_function_from_outer_scope.casm +++ b/test/rule/local/error/reference_local_function_from_outer_scope.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/test/rule/local/error/unknown_attribute.casm b/test/rule/local/error/unknown_attribute.casm index 5c0ab4a5..f3c7de2f 100644 --- a/test/rule/local/error/unknown_attribute.casm +++ b/test/rule/local/error/unknown_attribute.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/test/rule/local/initialise_local_function.casm b/test/rule/local/initialise_local_function.casm index 7499fd62..33a058f3 100644 --- a/test/rule/local/initialise_local_function.casm +++ b/test/rule/local/initialise_local_function.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/test/rule/local/initially_with_multiple_arguments_should_work.casm b/test/rule/local/initially_with_multiple_arguments_should_work.casm index a81397c6..0039cb7e 100644 --- a/test/rule/local/initially_with_multiple_arguments_should_work.casm +++ b/test/rule/local/initially_with_multiple_arguments_should_work.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/test/rule/local/lookup_should_prefer_update_set_over_function_state_over_default_value.casm b/test/rule/local/lookup_should_prefer_update_set_over_function_state_over_default_value.casm index 9ba3ddfa..28f65ace 100644 --- a/test/rule/local/lookup_should_prefer_update_set_over_function_state_over_default_value.casm +++ b/test/rule/local/lookup_should_prefer_update_set_over_function_state_over_default_value.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/test/rule/local/lookup_should_return_default_value_if_no_update_and_no_state_found.casm b/test/rule/local/lookup_should_return_default_value_if_no_update_and_no_state_found.casm index 4734f961..fc0810a7 100644 --- a/test/rule/local/lookup_should_return_default_value_if_no_update_and_no_state_found.casm +++ b/test/rule/local/lookup_should_return_default_value_if_no_update_and_no_state_found.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/test/rule/local/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm b/test/rule/local/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm index 324cf675..e4160fab 100644 --- a/test/rule/local/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.casm +++ b/test/rule/local/lookup_should_return_undef_if_no_update_and_no_state_found_and_function_not_defined.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/test/rule/local/multiple_functions.casm b/test/rule/local/multiple_functions.casm index 10b908e8..7f4b7ed8 100644 --- a/test/rule/local/multiple_functions.casm +++ b/test/rule/local/multiple_functions.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/test/rule/local/nested_local_with_different_function_names.casm b/test/rule/local/nested_local_with_different_function_names.casm index fe8b8af0..fcf24e54 100644 --- a/test/rule/local/nested_local_with_different_function_names.casm +++ b/test/rule/local/nested_local_with_different_function_names.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/test/rule/local/nested_rule_should_see_updates_of_term_evaluation.casm b/test/rule/local/nested_rule_should_see_updates_of_term_evaluation.casm index c4787cf9..4f6f976c 100644 --- a/test/rule/local/nested_rule_should_see_updates_of_term_evaluation.casm +++ b/test/rule/local/nested_rule_should_see_updates_of_term_evaluation.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/test/rule/local/no_arguments_should_work.casm b/test/rule/local/no_arguments_should_work.casm index 59fdf018..a1850f71 100644 --- a/test/rule/local/no_arguments_should_work.casm +++ b/test/rule/local/no_arguments_should_work.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/test/rule/local/symbolic_local_function.casm b/test/rule/local/symbolic_local_function.casm index 66720a89..5ff5d071 100644 --- a/test/rule/local/symbolic_local_function.casm +++ b/test/rule/local/symbolic_local_function.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/test/rule/local/two_locals_with_same_function_name_in_succession.casm b/test/rule/local/two_locals_with_same_function_name_in_succession.casm index 61d17860..5f25ce86 100644 --- a/test/rule/local/two_locals_with_same_function_name_in_succession.casm +++ b/test/rule/local/two_locals_with_same_function_name_in_succession.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/test/rule/local/update_local_function.casm b/test/rule/local/update_local_function.casm index 01acf8cc..aa2ea631 100644 --- a/test/rule/local/update_local_function.casm +++ b/test/rule/local/update_local_function.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/test/rule/sequence/0ary_function_update.casm b/test/rule/sequence/0ary_function_update.casm index 644d7fce..1a5736ee 100644 --- a/test/rule/sequence/0ary_function_update.casm +++ b/test/rule/sequence/0ary_function_update.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/test/rule/sequence/1ary_function_lookup.casm b/test/rule/sequence/1ary_function_lookup.casm index 511b82ee..f99a8b35 100644 --- a/test/rule/sequence/1ary_function_lookup.casm +++ b/test/rule/sequence/1ary_function_lookup.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/test/rule/sequence/1ary_function_merge_block_rule.casm b/test/rule/sequence/1ary_function_merge_block_rule.casm index c1815d8e..ea5da970 100644 --- a/test/rule/sequence/1ary_function_merge_block_rule.casm +++ b/test/rule/sequence/1ary_function_merge_block_rule.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/test/rule/sequence/1ary_function_merge_sequence_rule.casm b/test/rule/sequence/1ary_function_merge_sequence_rule.casm index 83463329..639d6f37 100644 --- a/test/rule/sequence/1ary_function_merge_sequence_rule.casm +++ b/test/rule/sequence/1ary_function_merge_sequence_rule.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/test/rule/sequence/1ary_function_update.casm b/test/rule/sequence/1ary_function_update.casm index 209c5008..b1531136 100644 --- a/test/rule/sequence/1ary_function_update.casm +++ b/test/rule/sequence/1ary_function_update.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/test/rule/sequence/2ary_function_update.casm b/test/rule/sequence/2ary_function_update.casm index f39aa44b..e46330fb 100644 --- a/test/rule/sequence/2ary_function_update.casm +++ b/test/rule/sequence/2ary_function_update.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/test/rule/skip/00.casm b/test/rule/skip/00.casm index 4eb8e5de..e479d9fb 100644 --- a/test/rule/skip/00.casm +++ b/test/rule/skip/00.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/test/rule/skip/01.casm b/test/rule/skip/01.casm index ad54c422..ae6a2984 100644 --- a/test/rule/skip/01.casm +++ b/test/rule/skip/01.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/test/rule/skip/02.casm b/test/rule/skip/02.casm index 611327d5..f69e48a9 100644 --- a/test/rule/skip/02.casm +++ b/test/rule/skip/02.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/test/rule/skip/03.casm b/test/rule/skip/03.casm index 48fc9bb2..ce6829c6 100644 --- a/test/rule/skip/03.casm +++ b/test/rule/skip/03.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/test/rule/skip/04.casm b/test/rule/skip/04.casm index 0d08feb8..2f87a362 100644 --- a/test/rule/skip/04.casm +++ b/test/rule/skip/04.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/test/rule/update/error/expression_value_type_mismatch.casm b/test/rule/update/error/expression_value_type_mismatch.casm index a27d65ce..74030e3f 100644 --- a/test/rule/update/error/expression_value_type_mismatch.casm +++ b/test/rule/update/error/expression_value_type_mismatch.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/test/rule/update/error/expression_with_side_effects.casm b/test/rule/update/error/expression_with_side_effects.casm index 2e8ee182..290a6e14 100644 --- a/test/rule/update/error/expression_with_side_effects.casm +++ b/test/rule/update/error/expression_with_side_effects.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/test/rule/update/error/function_argument_with_side_effects.casm b/test/rule/update/error/function_argument_with_side_effects.casm index 42c388e6..beaec23b 100644 --- a/test/rule/update/error/function_argument_with_side_effects.casm +++ b/test/rule/update/error/function_argument_with_side_effects.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/test/rule/update/error/function_arguments_type_mismatch.casm b/test/rule/update/error/function_arguments_type_mismatch.casm index 79c4ec30..39b1a758 100644 --- a/test/rule/update/error/function_arguments_type_mismatch.casm +++ b/test/rule/update/error/function_arguments_type_mismatch.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/test/rule/update/error/ranged_arguments_out_of_range.casm b/test/rule/update/error/ranged_arguments_out_of_range.casm index 5ab1319e..83201ba0 100644 --- a/test/rule/update/error/ranged_arguments_out_of_range.casm +++ b/test/rule/update/error/ranged_arguments_out_of_range.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/test/rule/update/error/ranged_expression_out_of_range.casm b/test/rule/update/error/ranged_expression_out_of_range.casm index c93a255b..9a992b55 100644 --- a/test/rule/update/error/ranged_expression_out_of_range.casm +++ b/test/rule/update/error/ranged_expression_out_of_range.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/test/rule/update/error/too_few_arguments.casm b/test/rule/update/error/too_few_arguments.casm index 57386089..2e6be18a 100644 --- a/test/rule/update/error/too_few_arguments.casm +++ b/test/rule/update/error/too_few_arguments.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/test/rule/update/error/too_much_arguments.casm b/test/rule/update/error/too_much_arguments.casm index b77a68e3..8057d7bb 100644 --- a/test/rule/update/error/too_much_arguments.casm +++ b/test/rule/update/error/too_much_arguments.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/test/rule/update/error/undef_function_argument.casm b/test/rule/update/error/undef_function_argument.casm index 91aecdef..38c405c4 100644 --- a/test/rule/update/error/undef_function_argument.casm +++ b/test/rule/update/error/undef_function_argument.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/test/rule/update/error/unknown_function.casm b/test/rule/update/error/unknown_function.casm index f333e80f..92129626 100644 --- a/test/rule/update/error/unknown_function.casm +++ b/test/rule/update/error/unknown_function.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/test/rule/update/error/update_builtin_instead_of_function.casm b/test/rule/update/error/update_builtin_instead_of_function.casm index 707fb3b1..ef8abf07 100644 --- a/test/rule/update/error/update_builtin_instead_of_function.casm +++ b/test/rule/update/error/update_builtin_instead_of_function.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/test/rule/update/error/update_derived_instead_of_function.casm b/test/rule/update/error/update_derived_instead_of_function.casm index 2ae4dec1..97ed4953 100644 --- a/test/rule/update/error/update_derived_instead_of_function.casm +++ b/test/rule/update/error/update_derived_instead_of_function.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/test/rule/update/error/update_in_function.casm b/test/rule/update/error/update_in_function.casm index 641a1488..c67cb7ac 100644 --- a/test/rule/update/error/update_in_function.casm +++ b/test/rule/update/error/update_in_function.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/test/rule/update/error/update_monitored_function.casm b/test/rule/update/error/update_monitored_function.casm index d0697d6e..2478715b 100644 --- a/test/rule/update/error/update_monitored_function.casm +++ b/test/rule/update/error/update_monitored_function.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/test/rule/update/error/update_out_function_with_out_function_as_argument.casm b/test/rule/update/error/update_out_function_with_out_function_as_argument.casm index 1d6a2d07..e38504bd 100644 --- a/test/rule/update/error/update_out_function_with_out_function_as_argument.casm +++ b/test/rule/update/error/update_out_function_with_out_function_as_argument.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/test/rule/update/error/update_rule_instead_of_function.casm b/test/rule/update/error/update_rule_instead_of_function.casm index 851283db..8a93c184 100644 --- a/test/rule/update/error/update_rule_instead_of_function.casm +++ b/test/rule/update/error/update_rule_instead_of_function.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/test/rule/update/error/update_static_function.casm b/test/rule/update/error/update_static_function.casm index 5cb0105a..03f80a5a 100644 --- a/test/rule/update/error/update_static_function.casm +++ b/test/rule/update/error/update_static_function.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/test/rule/update/error/update_variable_instead_of_function.casm b/test/rule/update/error/update_variable_instead_of_function.casm index 7ce537b9..e93d0043 100644 --- a/test/rule/update/error/update_variable_instead_of_function.casm +++ b/test/rule/update/error/update_variable_instead_of_function.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/test/rule/update/undef_as_expression.casm b/test/rule/update/undef_as_expression.casm index abbdd9ca..f3f90375 100644 --- a/test/rule/update/undef_as_expression.casm +++ b/test/rule/update/undef_as_expression.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/test/rule/update/update_controlled_function.casm b/test/rule/update/update_controlled_function.casm index bd720fb9..ac32a8e0 100644 --- a/test/rule/update/update_controlled_function.casm +++ b/test/rule/update/update_controlled_function.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/test/rule/update/update_list.casm b/test/rule/update/update_list.casm index beb29618..473dc7e2 100644 --- a/test/rule/update/update_list.casm +++ b/test/rule/update/update_list.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/test/rule/update/update_out_function.casm b/test/rule/update/update_out_function.casm index 0c9337eb..a00e934a 100644 --- a/test/rule/update/update_out_function.casm +++ b/test/rule/update/update_out_function.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/test/rule/update/update_out_function_with_in_function_as_argument.casm b/test/rule/update/update_out_function_with_in_function_as_argument.casm index bfee6f65..5f8c2eea 100644 --- a/test/rule/update/update_out_function_with_in_function_as_argument.casm +++ b/test/rule/update/update_out_function_with_in_function_as_argument.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/test/rule/update/update_shared_function.casm b/test/rule/update/update_shared_function.casm index 3ddbf679..d5654382 100644 --- a/test/rule/update/update_shared_function.casm +++ b/test/rule/update/update_shared_function.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/test/rule/update/valid_update.casm b/test/rule/update/valid_update.casm index d231e7f7..7a938fd4 100644 --- a/test/rule/update/valid_update.casm +++ b/test/rule/update/valid_update.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/test/rule/update/valid_update_with_ranged_arguments.casm b/test/rule/update/valid_update_with_ranged_arguments.casm index 3417d0cd..0e1147aa 100644 --- a/test/rule/update/valid_update_with_ranged_arguments.casm +++ b/test/rule/update/valid_update_with_ranged_arguments.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/test/rule/update/valid_update_with_ranged_expression.casm b/test/rule/update/valid_update_with_ranged_expression.casm index 08b27a3b..7d94dbdd 100644 --- a/test/rule/update/valid_update_with_ranged_expression.casm +++ b/test/rule/update/valid_update_with_ranged_expression.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/test/rule/while/error/condition_with_side_effects.casm b/test/rule/while/error/condition_with_side_effects.casm index c958535d..66c92b95 100644 --- a/test/rule/while/error/condition_with_side_effects.casm +++ b/test/rule/while/error/condition_with_side_effects.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/test/rule/while/error/non_boolean_condition_should_throw_type_error.casm b/test/rule/while/error/non_boolean_condition_should_throw_type_error.casm index 1b88a2e6..6a8aa8ae 100644 --- a/test/rule/while/error/non_boolean_condition_should_throw_type_error.casm +++ b/test/rule/while/error/non_boolean_condition_should_throw_type_error.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/test/rule/while/error/undef_condition_should_throw.casm b/test/rule/while/error/undef_condition_should_throw.casm index 79c0aebb..23e4e5b4 100644 --- a/test/rule/while/error/undef_condition_should_throw.casm +++ b/test/rule/while/error/undef_condition_should_throw.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/test/rule/while/should_repeat_as_long_as_the_condition_holds.casm b/test/rule/while/should_repeat_as_long_as_the_condition_holds.casm index d0a82017..88f19d30 100644 --- a/test/rule/while/should_repeat_as_long_as_the_condition_holds.casm +++ b/test/rule/while/should_repeat_as_long_as_the_condition_holds.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/test/rule/while/should_repeat_as_long_as_updates_are_produced.casm b/test/rule/while/should_repeat_as_long_as_updates_are_produced.casm index 08f7216b..f09c665b 100644 --- a/test/rule/while/should_repeat_as_long_as_updates_are_produced.casm +++ b/test/rule/while/should_repeat_as_long_as_updates_are_produced.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/test/symtbl/derived.casm b/test/symtbl/derived.casm index aefcd35f..397229e3 100644 --- a/test/symtbl/derived.casm +++ b/test/symtbl/derived.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/test/symtbl/enumeration.casm b/test/symtbl/enumeration.casm index d31414aa..10fd97fa 100644 --- a/test/symtbl/enumeration.casm +++ b/test/symtbl/enumeration.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/test/symtbl/enumeration_uses.casm b/test/symtbl/enumeration_uses.casm index 53969c91..c8fbc525 100644 --- a/test/symtbl/enumeration_uses.casm +++ b/test/symtbl/enumeration_uses.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/test/symtbl/error/unresolved_identifier_multiple_symbols.casm b/test/symtbl/error/unresolved_identifier_multiple_symbols.casm index 0ca22830..ada216a3 100644 --- a/test/symtbl/error/unresolved_identifier_multiple_symbols.casm +++ b/test/symtbl/error/unresolved_identifier_multiple_symbols.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/test/symtbl/error/unresolved_identifier_single_symbol.casm b/test/symtbl/error/unresolved_identifier_single_symbol.casm index 180d5ae4..35e3027c 100644 --- a/test/symtbl/error/unresolved_identifier_single_symbol.casm +++ b/test/symtbl/error/unresolved_identifier_single_symbol.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/test/symtbl/function.casm b/test/symtbl/function.casm index 7a40af7a..7f21c859 100644 --- a/test/symtbl/function.casm +++ b/test/symtbl/function.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/test/symtbl/rule.casm b/test/symtbl/rule.casm index f73c2a10..bc066cf9 100644 --- a/test/symtbl/rule.casm +++ b/test/symtbl/rule.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/test/symtbl/rule_parameters.casm b/test/symtbl/rule_parameters.casm index 07dfe9c7..a0b02f67 100644 --- a/test/symtbl/rule_parameters.casm +++ b/test/symtbl/rule_parameters.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/test/symtbl/should_resolve_namespace_correctly.casm b/test/symtbl/should_resolve_namespace_correctly.casm index fe73c293..315327be 100644 --- a/test/symtbl/should_resolve_namespace_correctly.casm +++ b/test/symtbl/should_resolve_namespace_correctly.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/test/symtbl/trivial.casm b/test/symtbl/trivial.casm index 4eb8e5de..e479d9fb 100644 --- a/test/symtbl/trivial.casm +++ b/test/symtbl/trivial.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/test/type/binary/error/binary_type_without_size.casm b/test/type/binary/error/binary_type_without_size.casm index a49f8ad0..2f525616 100644 --- a/test/type/binary/error/binary_type_without_size.casm +++ b/test/type/binary/error/binary_type_without_size.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/test/type/binary/error/invalid_size_bottom.casm b/test/type/binary/error/invalid_size_bottom.casm index c550f2e5..a8baccb5 100644 --- a/test/type/binary/error/invalid_size_bottom.casm +++ b/test/type/binary/error/invalid_size_bottom.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/test/type/binary/error/invalid_size_top.casm b/test/type/binary/error/invalid_size_top.casm index d36fe84d..94910dbe 100644 --- a/test/type/binary/error/invalid_size_top.casm +++ b/test/type/binary/error/invalid_size_top.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/test/type/binary/error/invalid_value.casm b/test/type/binary/error/invalid_value.casm index 87664092..cae1830a 100644 --- a/test/type/binary/error/invalid_value.casm +++ b/test/type/binary/error/invalid_value.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/test/type/binary/of_different_bit_sizes.casm b/test/type/binary/of_different_bit_sizes.casm index 502b624e..907116d2 100644 --- a/test/type/binary/of_different_bit_sizes.casm +++ b/test/type/binary/of_different_bit_sizes.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/test/type/error/invalid_basic_type_as_argument_type.casm b/test/type/error/invalid_basic_type_as_argument_type.casm index e33ace07..490d2e7a 100644 --- a/test/type/error/invalid_basic_type_as_argument_type.casm +++ b/test/type/error/invalid_basic_type_as_argument_type.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/test/type/error/invalid_basic_type_as_result_type.casm b/test/type/error/invalid_basic_type_as_result_type.casm index cf198f6f..d3d0b7b8 100644 --- a/test/type/error/invalid_basic_type_as_result_type.casm +++ b/test/type/error/invalid_basic_type_as_result_type.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/test/type/error/invalid_fixedsize_type_as_arguments_type.casm b/test/type/error/invalid_fixedsize_type_as_arguments_type.casm index 97f89a3f..040205ea 100644 --- a/test/type/error/invalid_fixedsize_type_as_arguments_type.casm +++ b/test/type/error/invalid_fixedsize_type_as_arguments_type.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/test/type/error/invalid_fixedsize_type_as_result_type.casm b/test/type/error/invalid_fixedsize_type_as_result_type.casm index fad3cef5..561c81aa 100644 --- a/test/type/error/invalid_fixedsize_type_as_result_type.casm +++ b/test/type/error/invalid_fixedsize_type_as_result_type.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/test/type/error/invalid_relation_type_as_argument_type.casm b/test/type/error/invalid_relation_type_as_argument_type.casm index 87a84caf..15c23a4c 100644 --- a/test/type/error/invalid_relation_type_as_argument_type.casm +++ b/test/type/error/invalid_relation_type_as_argument_type.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/test/type/error/invalid_relation_type_as_result_type.casm b/test/type/error/invalid_relation_type_as_result_type.casm index c7f0f52b..785505c2 100644 --- a/test/type/error/invalid_relation_type_as_result_type.casm +++ b/test/type/error/invalid_relation_type_as_result_type.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/test/type/error/invalid_template_type_as_argument_type.casm b/test/type/error/invalid_template_type_as_argument_type.casm index 2b3185ec..b6b68a52 100644 --- a/test/type/error/invalid_template_type_as_argument_type.casm +++ b/test/type/error/invalid_template_type_as_argument_type.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/test/type/error/invalid_template_type_as_result_type.casm b/test/type/error/invalid_template_type_as_result_type.casm index 909ec9b1..eeaefec9 100644 --- a/test/type/error/invalid_template_type_as_result_type.casm +++ b/test/type/error/invalid_template_type_as_result_type.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/test/type/integer/as_argument_type.casm b/test/type/integer/as_argument_type.casm index b4d8b211..515f43c5 100644 --- a/test/type/integer/as_argument_type.casm +++ b/test/type/integer/as_argument_type.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/test/type/integer/as_result_type.casm b/test/type/integer/as_result_type.casm index b353bbeb..8c48d15c 100644 --- a/test/type/integer/as_result_type.casm +++ b/test/type/integer/as_result_type.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/test/type/integer/ranged/error/invalid_range_of_pos7_to_neg7_as_result_type.casm b/test/type/integer/ranged/error/invalid_range_of_pos7_to_neg7_as_result_type.casm index c5a4d17e..9d74fc1b 100644 --- a/test/type/integer/ranged/error/invalid_range_of_pos7_to_neg7_as_result_type.casm +++ b/test/type/integer/ranged/error/invalid_range_of_pos7_to_neg7_as_result_type.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/test/type/integer/ranged/error/ranged_integer_wrong_size.casm b/test/type/integer/ranged/error/ranged_integer_wrong_size.casm index d0b4cb1a..f473f8a5 100644 --- a/test/type/integer/ranged/error/ranged_integer_wrong_size.casm +++ b/test/type/integer/ranged/error/ranged_integer_wrong_size.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/test/type/integer/ranged/neg100_to_pos100_as_argument_type.casm b/test/type/integer/ranged/neg100_to_pos100_as_argument_type.casm index 2c228a9e..41c6271b 100644 --- a/test/type/integer/ranged/neg100_to_pos100_as_argument_type.casm +++ b/test/type/integer/ranged/neg100_to_pos100_as_argument_type.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/test/type/integer/ranged/pos0_to_pos8_as_result_type.casm b/test/type/integer/ranged/pos0_to_pos8_as_result_type.casm index c26082e0..cb2f846e 100644 --- a/test/type/integer/ranged/pos0_to_pos8_as_result_type.casm +++ b/test/type/integer/ranged/pos0_to_pos8_as_result_type.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/test/type/integer/ranged/pos200_to_pos400_as_argument_type.casm b/test/type/integer/ranged/pos200_to_pos400_as_argument_type.casm index e3121369..ee1bc5b0 100644 --- a/test/type/integer/ranged/pos200_to_pos400_as_argument_type.casm +++ b/test/type/integer/ranged/pos200_to_pos400_as_argument_type.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/test/type/list/empty_list.casm b/test/type/list/empty_list.casm index 034c04a8..3210a414 100644 --- a/test/type/list/empty_list.casm +++ b/test/type/list/empty_list.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/test/type/list/error/elements_type_mismatch.casm b/test/type/list/error/elements_type_mismatch.casm index 3b037ca1..d988d0f0 100644 --- a/test/type/list/error/elements_type_mismatch.casm +++ b/test/type/list/error/elements_type_mismatch.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/test/type/list/error/empty_list_assigned_to_non_list_type.casm b/test/type/list/error/empty_list_assigned_to_non_list_type.casm index 0e7e113d..bcd5ff87 100644 --- a/test/type/list/error/empty_list_assigned_to_non_list_type.casm +++ b/test/type/list/error/empty_list_assigned_to_non_list_type.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/test/type/list/error/no_subtypes_provided.casm b/test/type/list/error/no_subtypes_provided.casm index 631c4e66..e81f3d3f 100644 --- a/test/type/list/error/no_subtypes_provided.casm +++ b/test/type/list/error/no_subtypes_provided.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/test/type/list/of_integers_as_function_result.casm b/test/type/list/of_integers_as_function_result.casm index 8e93f0f3..0991aca2 100644 --- a/test/type/list/of_integers_as_function_result.casm +++ b/test/type/list/of_integers_as_function_result.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/test/type/list/of_integers_as_let_variable.casm b/test/type/list/of_integers_as_let_variable.casm index 26488056..ecdb4df5 100644 --- a/test/type/list/of_integers_as_let_variable.casm +++ b/test/type/list/of_integers_as_let_variable.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/test/type/list/should_infer_type_of_list_elements.casm b/test/type/list/should_infer_type_of_list_elements.casm index ce80c769..d3dfe765 100644 --- a/test/type/list/should_infer_type_of_list_elements.casm +++ b/test/type/list/should_infer_type_of_list_elements.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/test/type/list/should_infer_type_of_undef_list_element.casm b/test/type/list/should_infer_type_of_undef_list_element.casm index 21ead4dd..afb2679b 100644 --- a/test/type/list/should_infer_type_of_undef_list_element.casm +++ b/test/type/list/should_infer_type_of_undef_list_element.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/test/type/ruleref/error/relation_type_mismatch.casm b/test/type/ruleref/error/relation_type_mismatch.casm index 752b8f0f..e9248c9e 100644 --- a/test/type/ruleref/error/relation_type_mismatch.casm +++ b/test/type/ruleref/error/relation_type_mismatch.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/test/type/ruleref/error/without_relation.casm b/test/type/ruleref/error/without_relation.casm index 2441f000..36314fbc 100644 --- a/test/type/ruleref/error/without_relation.casm +++ b/test/type/ruleref/error/without_relation.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/test/type/ruleref/multi_args_void_ret.casm b/test/type/ruleref/multi_args_void_ret.casm index a15a1360..72145aaa 100644 --- a/test/type/ruleref/multi_args_void_ret.casm +++ b/test/type/ruleref/multi_args_void_ret.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/test/type/ruleref/no_args_void_ret.casm b/test/type/ruleref/no_args_void_ret.casm index ac84801e..3e41fefe 100644 --- a/test/type/ruleref/no_args_void_ret.casm +++ b/test/type/ruleref/no_args_void_ret.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/test/type/ruleref/one_arg_void_ret.casm b/test/type/ruleref/one_arg_void_ret.casm index 536d8a09..c71966dc 100644 --- a/test/type/ruleref/one_arg_void_ret.casm +++ b/test/type/ruleref/one_arg_void_ret.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/test/type/tuple/as_function_argument_type.casm b/test/type/tuple/as_function_argument_type.casm index ef013f03..a60bfe4a 100644 --- a/test/type/tuple/as_function_argument_type.casm +++ b/test/type/tuple/as_function_argument_type.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/test/type/tuple/as_function_result_type.casm b/test/type/tuple/as_function_result_type.casm index 10324f10..c88b664f 100644 --- a/test/type/tuple/as_function_result_type.casm +++ b/test/type/tuple/as_function_result_type.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/test/type/tuple/as_function_result_type_complex.casm b/test/type/tuple/as_function_result_type_complex.casm index 84fa0c43..d08bc334 100644 --- a/test/type/tuple/as_function_result_type_complex.casm +++ b/test/type/tuple/as_function_result_type_complex.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/test/type/tuple/element_access_named_of_type_named.casm b/test/type/tuple/element_access_named_of_type_named.casm index 7ef795dd..00f8434e 100644 --- a/test/type/tuple/element_access_named_of_type_named.casm +++ b/test/type/tuple/element_access_named_of_type_named.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/test/type/tuple/element_access_numbered_of_type_unnamed.casm b/test/type/tuple/element_access_numbered_of_type_unnamed.casm index 63252590..3764256c 100644 --- a/test/type/tuple/element_access_numbered_of_type_unnamed.casm +++ b/test/type/tuple/element_access_numbered_of_type_unnamed.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/test/type/tuple/error/as_function_result_type_but_only_ony_subtype_is_given.casm b/test/type/tuple/error/as_function_result_type_but_only_ony_subtype_is_given.casm index 53f17f9c..57077f0c 100644 --- a/test/type/tuple/error/as_function_result_type_but_only_ony_subtype_is_given.casm +++ b/test/type/tuple/error/as_function_result_type_but_only_ony_subtype_is_given.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/test/type/tuple/error/as_function_result_type_but_used_template_type_syntax.casm b/test/type/tuple/error/as_function_result_type_but_used_template_type_syntax.casm index 47803d3c..99f868d3 100644 --- a/test/type/tuple/error/as_function_result_type_but_used_template_type_syntax.casm +++ b/test/type/tuple/error/as_function_result_type_but_used_template_type_syntax.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/test/type/tuple/error/cannot_be_assigned_from_record_type_bug70.casm b/test/type/tuple/error/cannot_be_assigned_from_record_type_bug70.casm index 3ebb1849..3aed76f0 100644 --- a/test/type/tuple/error/cannot_be_assigned_from_record_type_bug70.casm +++ b/test/type/tuple/error/cannot_be_assigned_from_record_type_bug70.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/test/type/tuple/error/element_access_named_of_type_named.casm b/test/type/tuple/error/element_access_named_of_type_named.casm index 5759fb5d..13ba4e09 100644 --- a/test/type/tuple/error/element_access_named_of_type_named.casm +++ b/test/type/tuple/error/element_access_named_of_type_named.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/test/type/tuple/error/literal_named_type_unnamed.casm b/test/type/tuple/error/literal_named_type_unnamed.casm index 1c594d98..2583fa1e 100644 --- a/test/type/tuple/error/literal_named_type_unnamed.casm +++ b/test/type/tuple/error/literal_named_type_unnamed.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/test/type/tuple/error/literal_only_one_subtype_is_given.casm b/test/type/tuple/error/literal_only_one_subtype_is_given.casm index b2bf6b47..515609b9 100644 --- a/test/type/tuple/error/literal_only_one_subtype_is_given.casm +++ b/test/type/tuple/error/literal_only_one_subtype_is_given.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/test/type/tuple/error/pass_record_where_tuple_is_expected.casm b/test/type/tuple/error/pass_record_where_tuple_is_expected.casm index 92084093..0dbdc434 100644 --- a/test/type/tuple/error/pass_record_where_tuple_is_expected.casm +++ b/test/type/tuple/error/pass_record_where_tuple_is_expected.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/test/type/tuple/literal_named_of_type_named.casm b/test/type/tuple/literal_named_of_type_named.casm index 7e73d8be..d9a1666f 100644 --- a/test/type/tuple/literal_named_of_type_named.casm +++ b/test/type/tuple/literal_named_of_type_named.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/test/type/tuple/literal_unnamed_of_type_named.casm b/test/type/tuple/literal_unnamed_of_type_named.casm index 1e8fca6b..43190310 100644 --- a/test/type/tuple/literal_unnamed_of_type_named.casm +++ b/test/type/tuple/literal_unnamed_of_type_named.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/test/type/tuple/literal_unnamed_of_type_unnamed.casm b/test/type/tuple/literal_unnamed_of_type_unnamed.casm index ae0df138..9baa345f 100644 --- a/test/type/tuple/literal_unnamed_of_type_unnamed.casm +++ b/test/type/tuple/literal_unnamed_of_type_unnamed.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/test/type/tuple/should_infer_type_of_tuple_elements.casm b/test/type/tuple/should_infer_type_of_tuple_elements.casm index b60795c4..e7dff250 100644 --- a/test/type/tuple/should_infer_type_of_tuple_elements.casm +++ b/test/type/tuple/should_infer_type_of_tuple_elements.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/todo/Simple.casm b/todo/Simple.casm index bb046e49..55e9a08f 100644 --- a/todo/Simple.casm +++ b/todo/Simple.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/todo/Simple2.casm b/todo/Simple2.casm index 5578b26a..13ed8fe2 100644 --- a/todo/Simple2.casm +++ b/todo/Simple2.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/todo/SimpleAnother.casm b/todo/SimpleAnother.casm index 949de399..6dceacdb 100644 --- a/todo/SimpleAnother.casm +++ b/todo/SimpleAnother.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/todo/Trivial.casm b/todo/Trivial.casm index 7dd557fa..127ab5c3 100644 --- a/todo/Trivial.casm +++ b/todo/Trivial.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/todo/Tuple.casm b/todo/Tuple.casm index 3db94a3f..37678de2 100644 --- a/todo/Tuple.casm +++ b/todo/Tuple.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/todo/annotation/forall3.casm b/todo/annotation/forall3.casm index 11af6fab..0da2eba5 100644 --- a/todo/annotation/forall3.casm +++ b/todo/annotation/forall3.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/todo/annotation/list_00.casm b/todo/annotation/list_00.casm index 1421cd15..61871777 100644 --- a/todo/annotation/list_00.casm +++ b/todo/annotation/list_00.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/todo/annotation/list_01.casm b/todo/annotation/list_01.casm index 8a401c45..dd285d69 100644 --- a/todo/annotation/list_01.casm +++ b/todo/annotation/list_01.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/todo/annotation/list_02.casm b/todo/annotation/list_02.casm index 4ba7554a..87f9da7b 100644 --- a/todo/annotation/list_02.casm +++ b/todo/annotation/list_02.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/todo/annotation/list_03.casm b/todo/annotation/list_03.casm index 21db120a..8951fd76 100644 --- a/todo/annotation/list_03.casm +++ b/todo/annotation/list_03.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/todo/annotation/list_04.casm b/todo/annotation/list_04.casm index d9325639..e1f46c15 100644 --- a/todo/annotation/list_04.casm +++ b/todo/annotation/list_04.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/todo/annotation/list_05.casm b/todo/annotation/list_05.casm index 0ed8aae2..74c28847 100644 --- a/todo/annotation/list_05.casm +++ b/todo/annotation/list_05.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/todo/annotation/list_06.casm b/todo/annotation/list_06.casm index 2106e689..e50b16eb 100644 --- a/todo/annotation/list_06.casm +++ b/todo/annotation/list_06.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/todo/annotation/list_07.casm b/todo/annotation/list_07.casm index 595634bf..4e251b4f 100644 --- a/todo/annotation/list_07.casm +++ b/todo/annotation/list_07.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/todo/annotation/list_08.casm b/todo/annotation/list_08.casm index b6ad33b1..7ef7df57 100644 --- a/todo/annotation/list_08.casm +++ b/todo/annotation/list_08.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/todo/annotation/list_09.casm b/todo/annotation/list_09.casm index aa5e9efc..8bd71b03 100644 --- a/todo/annotation/list_09.casm +++ b/todo/annotation/list_09.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/todo/annotation/list_10.casm b/todo/annotation/list_10.casm index 97439e0a..285604e9 100644 --- a/todo/annotation/list_10.casm +++ b/todo/annotation/list_10.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/todo/annotation/list_11.casm b/todo/annotation/list_11.casm index 3c95388a..4005095f 100644 --- a/todo/annotation/list_11.casm +++ b/todo/annotation/list_11.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/todo/annotation/list_12.casm b/todo/annotation/list_12.casm index feeed29c..b468dab6 100644 --- a/todo/annotation/list_12.casm +++ b/todo/annotation/list_12.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/todo/annotation/list_13.casm b/todo/annotation/list_13.casm index 8edbb69e..bde82fac 100644 --- a/todo/annotation/list_13.casm +++ b/todo/annotation/list_13.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/todo/annotation/list_14.casm b/todo/annotation/list_14.casm index 856a0da7..0d6f9342 100644 --- a/todo/annotation/list_14.casm +++ b/todo/annotation/list_14.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/todo/annotation/list_15.casm b/todo/annotation/list_15.casm index 21d02a3a..261bfad6 100644 --- a/todo/annotation/list_15.casm +++ b/todo/annotation/list_15.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/todo/annotation/list_16.casm b/todo/annotation/list_16.casm index d8462c47..95e3c7b4 100644 --- a/todo/annotation/list_16.casm +++ b/todo/annotation/list_16.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/todo/annotation/list_tuple_00.casm b/todo/annotation/list_tuple_00.casm index e26773c6..e7117d37 100644 --- a/todo/annotation/list_tuple_00.casm +++ b/todo/annotation/list_tuple_00.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/todo/annotation/nth1.casm b/todo/annotation/nth1.casm index 04047141..c73bb4d1 100644 --- a/todo/annotation/nth1.casm +++ b/todo/annotation/nth1.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/todo/annotation/peek1.casm b/todo/annotation/peek1.casm index 5c629e84..7606b72a 100644 --- a/todo/annotation/peek1.casm +++ b/todo/annotation/peek1.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/todo/annotation/pop1.casm b/todo/annotation/pop1.casm index af1254c8..eeaaab77 100644 --- a/todo/annotation/pop1.casm +++ b/todo/annotation/pop1.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/todo/annotation/pop3.casm b/todo/annotation/pop3.casm index d2202aff..955491e9 100644 --- a/todo/annotation/pop3.casm +++ b/todo/annotation/pop3.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/todo/annotation/push1.casm b/todo/annotation/push1.casm index b2018b8c..4ec9ab09 100644 --- a/todo/annotation/push1.casm +++ b/todo/annotation/push1.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/todo/annotation/tail1.casm b/todo/annotation/tail1.casm index f795b79c..da024b75 100644 --- a/todo/annotation/tail1.casm +++ b/todo/annotation/tail1.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/todo/annotation/tail5.casm b/todo/annotation/tail5.casm index c08764b0..66755c54 100644 --- a/todo/annotation/tail5.casm +++ b/todo/annotation/tail5.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/todo/chained_step_calls_failed.casm b/todo/chained_step_calls_failed.casm index 79b214fa..9bac8628 100644 --- a/todo/chained_step_calls_failed.casm +++ b/todo/chained_step_calls_failed.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/todo/statement/update/02.casm b/todo/statement/update/02.casm index 0eb0085e..f8aee5ad 100644 --- a/todo/statement/update/02.casm +++ b/todo/statement/update/02.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/todo/statement/update/03.casm b/todo/statement/update/03.casm index 9fbb01da..7285be39 100644 --- a/todo/statement/update/03.casm +++ b/todo/statement/update/03.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.