From 370cde9704d1d366a9068f0d8687ffe0f00fd1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 8 Jan 2024 15:40:45 +0100 Subject: [PATCH] FIX steping some tokens to year 2024 --- README.md | 2 +- src/lib/parseArgs/paConfig.h | 2 +- test/functionalTest/cases/0000_cli/version.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71526c8105..0c30a069bd 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ tag `fiware-orion` Orion Context Broker is licensed under [Affero General Public License (GPL) version 3](./LICENSE). -© 2023 Telefonica Investigación y Desarrollo, S.A.U +© 2024 Telefonica Investigación y Desarrollo, S.A.U
Further information on the use of the AGPL open source license diff --git a/src/lib/parseArgs/paConfig.h b/src/lib/parseArgs/paConfig.h index 54f33f407b..679974a0ac 100644 --- a/src/lib/parseArgs/paConfig.h +++ b/src/lib/parseArgs/paConfig.h @@ -39,7 +39,7 @@ #endif #ifndef DEFAULT_COPYRIGHT - #define DEFAULT_COPYRIGHT "Copyright 2013-2023 Telefonica Investigacion y Desarrollo, S.A.U\n" \ + #define DEFAULT_COPYRIGHT "Copyright 2013-2024 Telefonica Investigacion y Desarrollo, S.A.U\n" \ "Orion Context Broker is free software: you can redistribute it and/or\n" \ "modify it under the terms of the GNU Affero General Public License as\n" \ "published by the Free Software Foundation, either version 3 of the\n" \ diff --git a/test/functionalTest/cases/0000_cli/version.test b/test/functionalTest/cases/0000_cli/version.test index 73e65f85b1..bac1621329 100644 --- a/test/functionalTest/cases/0000_cli/version.test +++ b/test/functionalTest/cases/0000_cli/version.test @@ -31,7 +31,7 @@ contextBroker --version --REGEXPECT-- REGEX(\d+\.\d+\.\d+.* \(git version: .*\)) -Copyright 2013-2023 Telefonica Investigacion y Desarrollo, S.A.U +Copyright 2013-2024 Telefonica Investigacion y Desarrollo, S.A.U Orion Context Broker is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the