diff --git a/.clang-format b/.clang-format index 021bb88..ee222a5 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/.gitattributes b/.gitattributes index ae5d241..b0a67c8 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 df8ebdb..fdeab9a 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 bf68b68..bd263b8 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 34a3264..d058cd9 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 522a9e7..f39d4f1 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 a82163d..59b49ac 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 d06b2ce..1b3947e 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 7c9e99e..c9c7e16 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 663a8ae..d4fe159 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 8982b17..b6ed388 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 3848f7e..b7bccc7 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 64f2148..d7aca1d 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 d40ad6e..d16d646 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/test/CMakeLists.txt b/etc/test/CMakeLists.txt index 580c87f..d97b23c 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 1a8657b..afe4468 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 d69ee92..a0a1a2c 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/src/CMakeLists.txt b/src/CMakeLists.txt index ffd142f..1e4e102 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2023 CASM Organization +# Copyright (C) 2014-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/src/Version.in.h b/src/Version.in.h index 8505b9b..9f37296 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2014-2023 CASM Organization +// Copyright (C) 2014-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/casmi.cpp b/src/casmi.cpp index a5ca5ab..d26a75a 100644 --- a/src/casmi.cpp +++ b/src/casmi.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.