From ac4a0199905e1ae6ae46588f9ca42d9216aefe29 Mon Sep 17 00:00:00 2001 From: Philipp Paulweber Date: Sun, 28 Jan 2024 18:17:25 +0100 Subject: [PATCH] Happy New Year :tada: --- .clang-format | 2 +- .gitattributes | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/nightly.yml | 2 +- .gitignore | 2 +- .gitmodules | 2 +- .ycm_extra_conf.py | 2 +- CMakeLists.txt | 2 +- LICENSE.txt | 2 +- Makefile | 2 +- README.org | 2 +- etc/CMakeLists.txt | 2 +- etc/benchmark/CMakeLists.txt | 2 +- etc/benchmark/main.cpp | 2 +- etc/test/CMakeLists.txt | 2 +- etc/test/main.cpp | 2 +- etc/test/main.h | 2 +- src/CMakeLists.txt | 2 +- src/DiagnosticFormatter.cpp | 2 +- src/DiagnosticFormatter.h | 2 +- src/LanguageServer.cpp | 2 +- src/LanguageServer.h | 2 +- src/Version.in.h | 2 +- src/casmd.cpp | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.clang-format b/.clang-format index 62e7808..079f889 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitattributes b/.gitattributes index 73a7948..4fd6067 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 d9058bb..4fdc79e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 55df9d4..30804d3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitignore b/.gitignore index c4db95d..8f4a46f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/.gitmodules b/.gitmodules index b5abe0d..58ac92e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 4a2ebeb..fc361c5 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/CMakeLists.txt b/CMakeLists.txt index 639f0ad..028a916 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/LICENSE.txt b/LICENSE.txt index 33dae7a..d6e1698 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright (C) 2017-2023 CASM Organization +Copyright (C) 2017-2024 CASM Organization All rights reserved. Developed by: Philipp Paulweber et al. diff --git a/Makefile b/Makefile index 2a0a59f..f1740d8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/README.org b/README.org index d5d0e9e..21a0a8a 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 7ea7702..0eccaca 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 1520262..4dec09c 100644 --- a/etc/benchmark/CMakeLists.txt +++ b/etc/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 2ac8305..8de77e1 100644 --- a/etc/benchmark/main.cpp +++ b/etc/benchmark/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-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 1333ab1..284dfe5 100644 --- a/etc/test/CMakeLists.txt +++ b/etc/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-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 283370b..a1539d4 100644 --- a/etc/test/main.cpp +++ b/etc/test/main.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-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 45f9c53..168223e 100644 --- a/etc/test/main.h +++ b/etc/test/main.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 962a603..f9fa2d0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2023 CASM Organization +# Copyright (C) 2017-2024 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. diff --git a/src/DiagnosticFormatter.cpp b/src/DiagnosticFormatter.cpp index 51ed3b1..97b2c91 100644 --- a/src/DiagnosticFormatter.cpp +++ b/src/DiagnosticFormatter.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/DiagnosticFormatter.h b/src/DiagnosticFormatter.h index ec86414..062d6fb 100644 --- a/src/DiagnosticFormatter.h +++ b/src/DiagnosticFormatter.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/LanguageServer.cpp b/src/LanguageServer.cpp index 4a6b5d7..e8b5a16 100644 --- a/src/LanguageServer.cpp +++ b/src/LanguageServer.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/LanguageServer.h b/src/LanguageServer.h index de16353..6cd79a1 100644 --- a/src/LanguageServer.h +++ b/src/LanguageServer.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-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 180f4a2..94b8618 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. diff --git a/src/casmd.cpp b/src/casmd.cpp index 9b8fc05..77ce873 100644 --- a/src/casmd.cpp +++ b/src/casmd.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2023 CASM Organization +// Copyright (C) 2017-2024 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al.