diff --git a/CMakeLists.txt b/CMakeLists.txt index f74937fc..85d43e64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (C) 2018-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # +# Copyright (C) 2018-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # # # # This software is distributed under the terms of the # # GNU Lesser General Public Licence (LGPL) version 3, # @@ -9,7 +9,7 @@ # Project ###################################################################### cmake_minimum_required(VERSION 3.15 FATAL_ERROR) -cmake_policy(VERSION 3.15...3.20) +cmake_policy(VERSION 3.15...3.22) list(PREPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) include(GitHelper) diff --git a/COPYRIGHT b/COPYRIGHT index fd322783..43a3c337 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,19 +4,19 @@ Upstream-Contact: Mohammad Al-Turany Source: https://github.com/FairRootGroup/FairMQ Files: * -Copyright: 2012-2021, GSI Helmholtzzentrum fuer Schwerionenforschung GmbH -Copyright: 2012-2021, [see AUTHORS file] -Copyright: 2012-2021, [see CONTRIBUTORS file] +Copyright: 2012-2022, GSI Helmholtzzentrum fuer Schwerionenforschung GmbH +Copyright: 2012-2022, [see AUTHORS file] +Copyright: 2012-2022, [see CONTRIBUTORS file] Comment: The copyright of individual contributors is documented in the Git history. License: LGPL-3.0-only Files: extern/googletest -Copyright: 2008-2021, Google Inc. +Copyright: 2008-2022, Google Inc. License: GOOGLE Files: extern/asio -Copyright: 2003-2021, Christopher M. Kohlhoff (chris at kohlhoff dot com) +Copyright: 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) License: BSL-1.0 Files: extern/PicoSHA2 diff --git a/fairmq/Version.h.in b/fairmq/Version.h.in index d1e297a4..0e92c7e3 100644 --- a/fairmq/Version.h.in +++ b/fairmq/Version.h.in @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2018-2020 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2018-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -21,7 +21,7 @@ #define FAIRMQ_GIT_DATE "@PROJECT_GIT_DATE@" #define FAIRMQ_REPO_URL "https://github.com/FairRootGroup/FairMQ" #define FAIRMQ_LICENSE "LGPL-3.0" -#define FAIRMQ_COPYRIGHT "2012-2021 GSI" +#define FAIRMQ_COPYRIGHT "2012-2022 GSI" #define FAIRMQ_BUILD_TYPE "@CMAKE_BUILD_TYPE@" #endif // FAIR_MQ_VERSION_H diff --git a/fairmq/plugins/config/Config.h b/fairmq/plugins/config/Config.h index 1f6c42a6..6c5ddc03 100644 --- a/fairmq/plugins/config/Config.h +++ b/fairmq/plugins/config/Config.h @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2017-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -36,7 +36,7 @@ REGISTER_FAIRMQ_PLUGIN( config, // Plugin name (Plugin::Version{FAIRMQ_VERSION_MAJOR, FAIRMQ_VERSION_MINOR, FAIRMQ_VERSION_PATCH}), "FairRootGroup ", - "https://github.com/FairRootGroup/FairRoot", + "https://github.com/FairRootGroup/FairMQ", ConfigPluginProgramOptions )