diff --git a/.clang-format b/.clang-format index 5fa0e14..9bf3733 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.cmake/Findlibpass.cmake b/.cmake/Findlibpass.cmake index 1db365c..863ce0d 100644 --- a/.cmake/Findlibpass.cmake +++ b/.cmake/Findlibpass.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitattributes b/.gitattributes index 4bb6762..9096955 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f56da55..cd59b98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d4ec8c2..a3baba1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitignore b/.gitignore index 4a0eee6..c79414c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitmodules b/.gitmodules index bd09741..a8e7c1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 16b4a23..5f721ac 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a8eac9..9a257a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/LICENSE.txt b/LICENSE.txt index ed9693f..2980ab4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright (C) 2015-2023 CASM Organization +Copyright (C) 2015-2024 CASM Organization All rights reserved. Developed by: Philipp Paulweber et al. diff --git a/Makefile b/Makefile index 6ce7d16..b793219 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/README.org b/README.org index cc2b308..76b27fd 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index a383882..efc85b4 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/benchmark/CMakeLists.txt b/etc/benchmark/CMakeLists.txt index f890196..8cfba5b 100644 --- a/etc/benchmark/CMakeLists.txt +++ b/etc/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/benchmark/main.cpp b/etc/benchmark/main.cpp index 73e50b1..4cb413b 100644 --- a/etc/benchmark/main.cpp +++ b/etc/benchmark/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/CMakeLists.txt b/etc/test/CMakeLists.txt index 4c24642..5c058e1 100644 --- a/etc/test/CMakeLists.txt +++ b/etc/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/test/analyze/LoadFilePass.cpp b/etc/test/analyze/LoadFilePass.cpp index f4ab36e..9b01567 100644 --- a/etc/test/analyze/LoadFilePass.cpp +++ b/etc/test/analyze/LoadFilePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/main.cpp b/etc/test/main.cpp index 3d398da..a4d9e2e 100644 --- a/etc/test/main.cpp +++ b/etc/test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/main.h b/etc/test/main.h index 862f0f9..bfa50e3 100644 --- a/etc/test/main.h +++ b/etc/test/main.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/etc/test/manager.cpp b/etc/test/manager.cpp index e7f881d..72403c9 100644 --- a/etc/test/manager.cpp +++ b/etc/test/manager.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f703b8a..ecf108d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2023 CASM Organization +# Copyright (C) 2015-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/src/Pass.cpp b/src/Pass.cpp index 54a0914..5c6e64d 100644 --- a/src/Pass.cpp +++ b/src/Pass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Pass.h b/src/Pass.h index fb7e165..be6447f 100644 --- a/src/Pass.h +++ b/src/Pass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassData.h b/src/PassData.h index 3db956a..35349e3 100644 --- a/src/PassData.h +++ b/src/PassData.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassInfo.cpp b/src/PassInfo.cpp index 61a0820..50702b1 100644 --- a/src/PassInfo.cpp +++ b/src/PassInfo.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassInfo.h b/src/PassInfo.h index f0a354e..32af4d8 100644 --- a/src/PassInfo.h +++ b/src/PassInfo.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassLogger.cpp b/src/PassLogger.cpp index 5381861..3c4022c 100644 --- a/src/PassLogger.cpp +++ b/src/PassLogger.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassLogger.h b/src/PassLogger.h index 2212f27..31f0385 100644 --- a/src/PassLogger.h +++ b/src/PassLogger.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassManager.cpp b/src/PassManager.cpp index 09b01fb..2c4b13c 100644 --- a/src/PassManager.cpp +++ b/src/PassManager.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassManager.h b/src/PassManager.h index 0075083..2df43d8 100644 --- a/src/PassManager.h +++ b/src/PassManager.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassRegistry.cpp b/src/PassRegistry.cpp index f4dac48..1fdab42 100644 --- a/src/PassRegistry.cpp +++ b/src/PassRegistry.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassRegistry.h b/src/PassRegistry.h index 88d5cb6..e88bda6 100644 --- a/src/PassRegistry.h +++ b/src/PassRegistry.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassResult.cpp b/src/PassResult.cpp index fd083a4..30690f2 100644 --- a/src/PassResult.cpp +++ b/src/PassResult.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassResult.h b/src/PassResult.h index 813e1fd..12290c0 100644 --- a/src/PassResult.h +++ b/src/PassResult.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassUsage.cpp b/src/PassUsage.cpp index 97b3cfb..c877455 100644 --- a/src/PassUsage.cpp +++ b/src/PassUsage.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/PassUsage.h b/src/PassUsage.h index 28e92ed..ccbcd70 100644 --- a/src/PassUsage.h +++ b/src/PassUsage.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/Version.in.h b/src/Version.in.h index e6ea21f..21d9722 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/LoadFilePass.cpp b/src/analyze/LoadFilePass.cpp index 5f7fed0..a2a2ca9 100644 --- a/src/analyze/LoadFilePass.cpp +++ b/src/analyze/LoadFilePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/analyze/LoadFilePass.h b/src/analyze/LoadFilePass.h index 14021b7..af0aa5e 100644 --- a/src/analyze/LoadFilePass.h +++ b/src/analyze/LoadFilePass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/libpass.h b/src/libpass.h index d535fa3..3de7167 100644 --- a/src/libpass.h +++ b/src/libpass.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2015-2023 CASM Organization +// Copyright (C) 2015-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al.