From 2687073a8ccf3f23bb2a8747d04a756727c27b4f Mon Sep 17 00:00:00 2001 From: Philipp Paulweber Date: Sat, 4 Feb 2023 14:38:46 +0100 Subject: [PATCH] Happy New Year :tada: --- .clang-format | 4 ++-- .cmake/Findlibpass.cmake | 4 ++-- .gitattributes | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- .gitignore | 4 ++-- .gitmodules | 4 ++-- .ycm_extra_conf.py | 4 ++-- CMakeLists.txt | 4 ++-- LICENSE.txt | 4 ++-- Makefile | 4 ++-- README.org | 4 ++-- etc/CMakeLists.txt | 4 ++-- etc/benchmark/CMakeLists.txt | 4 ++-- etc/benchmark/main.cpp | 4 ++-- etc/test/CMakeLists.txt | 4 ++-- etc/test/analyze/LoadFilePass.cpp | 4 ++-- etc/test/main.cpp | 4 ++-- etc/test/main.h | 4 ++-- etc/test/manager.cpp | 4 ++-- src/CMakeLists.txt | 4 ++-- src/Pass.cpp | 4 ++-- src/Pass.h | 4 ++-- src/PassData.h | 4 ++-- src/PassInfo.cpp | 4 ++-- src/PassInfo.h | 4 ++-- src/PassLogger.cpp | 4 ++-- src/PassLogger.h | 4 ++-- src/PassManager.cpp | 4 ++-- src/PassManager.h | 4 ++-- src/PassRegistry.cpp | 4 ++-- src/PassRegistry.h | 4 ++-- src/PassResult.cpp | 4 ++-- src/PassResult.h | 4 ++-- src/PassUsage.cpp | 4 ++-- src/PassUsage.h | 4 ++-- src/Version.in.h | 4 ++-- src/analyze/LoadFilePass.cpp | 4 ++-- src/analyze/LoadFilePass.h | 4 ++-- src/libpass.h | 4 ++-- 40 files changed, 80 insertions(+), 80 deletions(-) diff --git a/.clang-format b/.clang-format index d66a6ba..5fa0e14 100644 --- a/.clang-format +++ b/.clang-format @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.cmake/Findlibpass.cmake b/.cmake/Findlibpass.cmake index 0c83857..1db365c 100644 --- a/.cmake/Findlibpass.cmake +++ b/.cmake/Findlibpass.cmake @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.gitattributes b/.gitattributes index e60e6f0..4bb6762 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bc3ec1..f56da55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c94688f..d4ec8c2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.gitignore b/.gitignore index 324f011..4a0eee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.gitmodules b/.gitmodules index a3b0b28..bd09741 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 04597e7..16b4a23 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f7e73..4a8eac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/LICENSE.txt b/LICENSE.txt index a394227..ed9693f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,9 +1,9 @@ -Copyright (C) 2015-2022 CASM Organization +Copyright (C) 2015-2023 CASM Organization All rights reserved. Developed by: Philipp Paulweber et al. - + This file is part of libpass. diff --git a/Makefile b/Makefile index de25b41..6ce7d16 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/README.org b/README.org index 4c90e58..cc2b308 100644 --- a/README.org +++ b/README.org @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 3a2e893..a383882 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/etc/benchmark/CMakeLists.txt b/etc/benchmark/CMakeLists.txt index 7f1e6c8..f890196 100644 --- a/etc/benchmark/CMakeLists.txt +++ b/etc/benchmark/CMakeLists.txt @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/etc/benchmark/main.cpp b/etc/benchmark/main.cpp index 9d5c7d5..73e50b1 100644 --- a/etc/benchmark/main.cpp +++ b/etc/benchmark/main.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/etc/test/CMakeLists.txt b/etc/test/CMakeLists.txt index 69ce553..4c24642 100644 --- a/etc/test/CMakeLists.txt +++ b/etc/test/CMakeLists.txt @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/etc/test/analyze/LoadFilePass.cpp b/etc/test/analyze/LoadFilePass.cpp index 6f7f088..f4ab36e 100644 --- a/etc/test/analyze/LoadFilePass.cpp +++ b/etc/test/analyze/LoadFilePass.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/etc/test/main.cpp b/etc/test/main.cpp index 93258c0..3d398da 100644 --- a/etc/test/main.cpp +++ b/etc/test/main.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/etc/test/main.h b/etc/test/main.h index 5561463..862f0f9 100644 --- a/etc/test/main.h +++ b/etc/test/main.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/etc/test/manager.cpp b/etc/test/manager.cpp index 6ed0f40..e7f881d 100644 --- a/etc/test/manager.cpp +++ b/etc/test/manager.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1d59b30..f703b8a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,9 @@ # -# Copyright (C) 2015-2022 CASM Organization +# Copyright (C) 2015-2023 CASM Organization # All rights reserved. # # Developed by: Philipp Paulweber et al. -# +# # # This file is part of libpass. # diff --git a/src/Pass.cpp b/src/Pass.cpp index 20e8c39..54a0914 100644 --- a/src/Pass.cpp +++ b/src/Pass.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/Pass.h b/src/Pass.h index ad14a0a..fb7e165 100644 --- a/src/Pass.h +++ b/src/Pass.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassData.h b/src/PassData.h index 00c64d4..3db956a 100644 --- a/src/PassData.h +++ b/src/PassData.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassInfo.cpp b/src/PassInfo.cpp index 28926c4..61a0820 100644 --- a/src/PassInfo.cpp +++ b/src/PassInfo.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassInfo.h b/src/PassInfo.h index 38dda57..f0a354e 100644 --- a/src/PassInfo.h +++ b/src/PassInfo.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassLogger.cpp b/src/PassLogger.cpp index a7f20d8..5381861 100644 --- a/src/PassLogger.cpp +++ b/src/PassLogger.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassLogger.h b/src/PassLogger.h index a4949ca..2212f27 100644 --- a/src/PassLogger.h +++ b/src/PassLogger.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassManager.cpp b/src/PassManager.cpp index 9fa2c2e..09b01fb 100644 --- a/src/PassManager.cpp +++ b/src/PassManager.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassManager.h b/src/PassManager.h index ed0270e..0075083 100644 --- a/src/PassManager.h +++ b/src/PassManager.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassRegistry.cpp b/src/PassRegistry.cpp index dfb9411..f4dac48 100644 --- a/src/PassRegistry.cpp +++ b/src/PassRegistry.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassRegistry.h b/src/PassRegistry.h index e4cecee..88d5cb6 100644 --- a/src/PassRegistry.h +++ b/src/PassRegistry.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassResult.cpp b/src/PassResult.cpp index c606f57..fd083a4 100644 --- a/src/PassResult.cpp +++ b/src/PassResult.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassResult.h b/src/PassResult.h index 4ffe7dd..813e1fd 100644 --- a/src/PassResult.h +++ b/src/PassResult.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassUsage.cpp b/src/PassUsage.cpp index 2b66a1c..97b3cfb 100644 --- a/src/PassUsage.cpp +++ b/src/PassUsage.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/PassUsage.h b/src/PassUsage.h index 4759c57..28e92ed 100644 --- a/src/PassUsage.h +++ b/src/PassUsage.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/Version.in.h b/src/Version.in.h index 2b4f5dc..e6ea21f 100644 --- a/src/Version.in.h +++ b/src/Version.in.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/analyze/LoadFilePass.cpp b/src/analyze/LoadFilePass.cpp index aa7bf5f..5f7fed0 100644 --- a/src/analyze/LoadFilePass.cpp +++ b/src/analyze/LoadFilePass.cpp @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/analyze/LoadFilePass.h b/src/analyze/LoadFilePass.h index 60224e9..14021b7 100644 --- a/src/analyze/LoadFilePass.h +++ b/src/analyze/LoadFilePass.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. // diff --git a/src/libpass.h b/src/libpass.h index 6c3c2a5..d535fa3 100644 --- a/src/libpass.h +++ b/src/libpass.h @@ -1,9 +1,9 @@ // -// Copyright (C) 2015-2022 CASM Organization +// Copyright (C) 2015-2023 CASM Organization // All rights reserved. // // Developed by: Philipp Paulweber et al. -// +// // // This file is part of libpass. //