diff --git a/client/app/common/AppClient.cpp b/client/app/common/AppClient.cpp index 382fc729..9fa0d1d5 100644 --- a/client/app/common/AppClient.cpp +++ b/client/app/common/AppClient.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/AppClient.h b/client/app/common/AppClient.h index 675e64f6..e6939847 100644 --- a/client/app/common/AppClient.h +++ b/client/app/common/AppClient.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/ProgramOptions.cpp b/client/app/common/ProgramOptions.cpp index f75165cc..dfcc2f31 100644 --- a/client/app/common/ProgramOptions.cpp +++ b/client/app/common/ProgramOptions.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/ProgramOptions.h b/client/app/common/ProgramOptions.h index f46b2ded..a0e927f2 100644 --- a/client/app/common/ProgramOptions.h +++ b/client/app/common/ProgramOptions.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/Session.cpp b/client/app/common/Session.cpp index aef0444b..866168c6 100644 --- a/client/app/common/Session.cpp +++ b/client/app/common/Session.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/Session.h b/client/app/common/Session.h index d093c7c5..4ae969eb 100644 --- a/client/app/common/Session.h +++ b/client/app/common/Session.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/UdpSession.cpp b/client/app/common/UdpSession.cpp index 0b5d33aa..32f17672 100644 --- a/client/app/common/UdpSession.cpp +++ b/client/app/common/UdpSession.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/common/UdpSession.h b/client/app/common/UdpSession.h index 4828b583..d0da0224 100644 --- a/client/app/common/UdpSession.h +++ b/client/app/common/UdpSession.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/gw_discover/GwDiscover.cpp b/client/app/gw_discover/GwDiscover.cpp index 0517206b..43054533 100644 --- a/client/app/gw_discover/GwDiscover.cpp +++ b/client/app/gw_discover/GwDiscover.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla GwDiscoverlic // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/gw_discover/GwDiscover.h b/client/app/gw_discover/GwDiscover.h index bcc0583f..99e47a37 100644 --- a/client/app/gw_discover/GwDiscover.h +++ b/client/app/gw_discover/GwDiscover.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/gw_discover/main.cpp b/client/app/gw_discover/main.cpp index 2c99f4be..dbe52ece 100644 --- a/client/app/gw_discover/main.cpp +++ b/client/app/gw_discover/main.cpp @@ -1,3 +1,9 @@ +// +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include "GwDiscover.h" diff --git a/client/app/pub/Pub.cpp b/client/app/pub/Pub.cpp index 38b56ded..66eabf91 100644 --- a/client/app/pub/Pub.cpp +++ b/client/app/pub/Pub.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/pub/Pub.h b/client/app/pub/Pub.h index 2d7a11f6..e4a2cbb4 100644 --- a/client/app/pub/Pub.h +++ b/client/app/pub/Pub.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/pub/main.cpp b/client/app/pub/main.cpp index fa38a7dc..c89ea571 100644 --- a/client/app/pub/main.cpp +++ b/client/app/pub/main.cpp @@ -1,3 +1,9 @@ +// +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include "Pub.h" diff --git a/client/app/sub/Sub.cpp b/client/app/sub/Sub.cpp index f2f5295c..24dfaa8f 100644 --- a/client/app/sub/Sub.cpp +++ b/client/app/sub/Sub.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/sub/Sub.h b/client/app/sub/Sub.h index eb522ee4..9bd47ef1 100644 --- a/client/app/sub/Sub.h +++ b/client/app/sub/Sub.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/app/sub/main.cpp b/client/app/sub/main.cpp index d90f1b4c..7aff0528 100644 --- a/client/app/sub/main.cpp +++ b/client/app/sub/main.cpp @@ -1,3 +1,9 @@ +// +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include "Sub.h" diff --git a/client/lib/include/cc_mqttsn_client/common.h b/client/lib/include/cc_mqttsn_client/common.h index d986b849..669cc0e9 100644 --- a/client/lib/include/cc_mqttsn_client/common.h +++ b/client/lib/include/cc_mqttsn_client/common.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ClientAllocator.h b/client/lib/src/ClientAllocator.h index f95412c0..6bf3eafb 100644 --- a/client/lib/src/ClientAllocator.h +++ b/client/lib/src/ClientAllocator.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ClientImpl.cpp b/client/lib/src/ClientImpl.cpp index fe75c9db..cc924e13 100644 --- a/client/lib/src/ClientImpl.cpp +++ b/client/lib/src/ClientImpl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ClientImpl.h b/client/lib/src/ClientImpl.h index 8e5fb331..39e9a2e7 100644 --- a/client/lib/src/ClientImpl.h +++ b/client/lib/src/ClientImpl.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ClientState.h b/client/lib/src/ClientState.h index 92618a30..ff7db156 100644 --- a/client/lib/src/ClientState.h +++ b/client/lib/src/ClientState.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ConfigState.h b/client/lib/src/ConfigState.h index 0c88fdc2..2f85cc70 100644 --- a/client/lib/src/ConfigState.h +++ b/client/lib/src/ConfigState.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ExtConfig.h b/client/lib/src/ExtConfig.h index 973c628c..212a1167 100644 --- a/client/lib/src/ExtConfig.h +++ b/client/lib/src/ExtConfig.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ObjAllocator.h b/client/lib/src/ObjAllocator.h index d9e1bad5..2af64300 100644 --- a/client/lib/src/ObjAllocator.h +++ b/client/lib/src/ObjAllocator.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ObjListType.h b/client/lib/src/ObjListType.h index ffc738cc..56410fac 100644 --- a/client/lib/src/ObjListType.h +++ b/client/lib/src/ObjListType.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ProtocolDefs.h b/client/lib/src/ProtocolDefs.h index 695eb937..3d59a59b 100644 --- a/client/lib/src/ProtocolDefs.h +++ b/client/lib/src/ProtocolDefs.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/ReuseState.h b/client/lib/src/ReuseState.h index 608079d9..119ab996 100644 --- a/client/lib/src/ReuseState.h +++ b/client/lib/src/ReuseState.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/SessionState.h b/client/lib/src/SessionState.h index 000ffe19..efbe1f32 100644 --- a/client/lib/src/SessionState.h +++ b/client/lib/src/SessionState.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/TimerMgr.cpp b/client/lib/src/TimerMgr.cpp index fabf98d5..5e2847b4 100644 --- a/client/lib/src/TimerMgr.cpp +++ b/client/lib/src/TimerMgr.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/TimerMgr.h b/client/lib/src/TimerMgr.h index e2d12cf1..acc98187 100644 --- a/client/lib/src/TimerMgr.h +++ b/client/lib/src/TimerMgr.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/TopicFilterDefs.h b/client/lib/src/TopicFilterDefs.h index 69c10fef..dc039ebf 100644 --- a/client/lib/src/TopicFilterDefs.h +++ b/client/lib/src/TopicFilterDefs.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/ConnectOp.cpp b/client/lib/src/op/ConnectOp.cpp index a064115e..3d9ba7d4 100644 --- a/client/lib/src/op/ConnectOp.cpp +++ b/client/lib/src/op/ConnectOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/ConnectOp.h b/client/lib/src/op/ConnectOp.h index e38f7ca5..d8dfb9dc 100644 --- a/client/lib/src/op/ConnectOp.h +++ b/client/lib/src/op/ConnectOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/DisconnectOp.cpp b/client/lib/src/op/DisconnectOp.cpp index b5b623f7..c67eb7b9 100644 --- a/client/lib/src/op/DisconnectOp.cpp +++ b/client/lib/src/op/DisconnectOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/DisconnectOp.h b/client/lib/src/op/DisconnectOp.h index 991786f6..cc18f8c5 100644 --- a/client/lib/src/op/DisconnectOp.h +++ b/client/lib/src/op/DisconnectOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/KeepAliveOp.cpp b/client/lib/src/op/KeepAliveOp.cpp index 717ddfc7..f52793ed 100644 --- a/client/lib/src/op/KeepAliveOp.cpp +++ b/client/lib/src/op/KeepAliveOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/KeepAliveOp.h b/client/lib/src/op/KeepAliveOp.h index 7b0054a8..1c2542a0 100644 --- a/client/lib/src/op/KeepAliveOp.h +++ b/client/lib/src/op/KeepAliveOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/Op.cpp b/client/lib/src/op/Op.cpp index 3b301fd9..d0c4f885 100644 --- a/client/lib/src/op/Op.cpp +++ b/client/lib/src/op/Op.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/Op.h b/client/lib/src/op/Op.h index 0d73e004..2224a6ea 100644 --- a/client/lib/src/op/Op.h +++ b/client/lib/src/op/Op.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SearchOp.cpp b/client/lib/src/op/SearchOp.cpp index c3a5226c..ac5ee798 100644 --- a/client/lib/src/op/SearchOp.cpp +++ b/client/lib/src/op/SearchOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SearchOp.h b/client/lib/src/op/SearchOp.h index 103ed32c..a21a85c8 100644 --- a/client/lib/src/op/SearchOp.h +++ b/client/lib/src/op/SearchOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SendOp.cpp b/client/lib/src/op/SendOp.cpp index a5cff2d8..9c48e0d5 100644 --- a/client/lib/src/op/SendOp.cpp +++ b/client/lib/src/op/SendOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SendOp.h b/client/lib/src/op/SendOp.h index 6082162f..248a18cb 100644 --- a/client/lib/src/op/SendOp.h +++ b/client/lib/src/op/SendOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SubscribeOp.cpp b/client/lib/src/op/SubscribeOp.cpp index 67ec1f7d..e85638a1 100644 --- a/client/lib/src/op/SubscribeOp.cpp +++ b/client/lib/src/op/SubscribeOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/SubscribeOp.h b/client/lib/src/op/SubscribeOp.h index 9945c871..4d674f6e 100644 --- a/client/lib/src/op/SubscribeOp.h +++ b/client/lib/src/op/SubscribeOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/UnsubscribeOp.cpp b/client/lib/src/op/UnsubscribeOp.cpp index 88e617d3..9703df0b 100644 --- a/client/lib/src/op/UnsubscribeOp.cpp +++ b/client/lib/src/op/UnsubscribeOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/UnsubscribeOp.h b/client/lib/src/op/UnsubscribeOp.h index c5da604b..46b64139 100644 --- a/client/lib/src/op/UnsubscribeOp.h +++ b/client/lib/src/op/UnsubscribeOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/WillOp.cpp b/client/lib/src/op/WillOp.cpp index 98224ca6..5b76d571 100644 --- a/client/lib/src/op/WillOp.cpp +++ b/client/lib/src/op/WillOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/src/op/WillOp.h b/client/lib/src/op/WillOp.h index 945c3c6a..2ac00b72 100644 --- a/client/lib/src/op/WillOp.h +++ b/client/lib/src/op/WillOp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/templ/client.c.templ b/client/lib/templ/client.c.templ index def484f2..3f8e9efe 100644 --- a/client/lib/templ/client.c.templ +++ b/client/lib/templ/client.c.templ @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/templ/client.cpp.templ b/client/lib/templ/client.cpp.templ index 90572b7e..463c25e0 100644 --- a/client/lib/templ/client.cpp.templ +++ b/client/lib/templ/client.cpp.templ @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/templ/client.h.templ b/client/lib/templ/client.h.templ index af6501db..ff5c5775 100644 --- a/client/lib/templ/client.h.templ +++ b/client/lib/templ/client.h.templ @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/lib/test/UnitTestProtocolDefs.h b/client/lib/test/UnitTestProtocolDefs.h index aabc7405..c2960298 100644 --- a/client/lib/test/UnitTestProtocolDefs.h +++ b/client/lib/test/UnitTestProtocolDefs.h @@ -1,5 +1,5 @@ // -// Copyright 2023 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2023 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayApp.cpp b/gateway/app/gateway/GatewayApp.cpp index debb43e8..dcf60892 100644 --- a/gateway/app/gateway/GatewayApp.cpp +++ b/gateway/app/gateway/GatewayApp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayApp.h b/gateway/app/gateway/GatewayApp.h index d3ad9e27..718a332a 100644 --- a/gateway/app/gateway/GatewayApp.h +++ b/gateway/app/gateway/GatewayApp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoBrokerSocket.cpp b/gateway/app/gateway/GatewayIoBrokerSocket.cpp index cdc806e9..810e1858 100644 --- a/gateway/app/gateway/GatewayIoBrokerSocket.cpp +++ b/gateway/app/gateway/GatewayIoBrokerSocket.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoBrokerSocket.h b/gateway/app/gateway/GatewayIoBrokerSocket.h index 19340ad8..a20963f7 100644 --- a/gateway/app/gateway/GatewayIoBrokerSocket.h +++ b/gateway/app/gateway/GatewayIoBrokerSocket.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.cpp b/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.cpp index 2c400bf1..c60b79ef 100644 --- a/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.cpp +++ b/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.h b/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.h index ac42e44e..3d198abe 100644 --- a/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.h +++ b/gateway/app/gateway/GatewayIoBrokerSocket_Tcp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientAcceptor.cpp b/gateway/app/gateway/GatewayIoClientAcceptor.cpp index b05580cd..4ea6b505 100644 --- a/gateway/app/gateway/GatewayIoClientAcceptor.cpp +++ b/gateway/app/gateway/GatewayIoClientAcceptor.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientAcceptor.h b/gateway/app/gateway/GatewayIoClientAcceptor.h index a38e0b47..b0cea8c1 100644 --- a/gateway/app/gateway/GatewayIoClientAcceptor.h +++ b/gateway/app/gateway/GatewayIoClientAcceptor.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientAcceptor_Udp.cpp b/gateway/app/gateway/GatewayIoClientAcceptor_Udp.cpp index ee0cb469..830f4807 100644 --- a/gateway/app/gateway/GatewayIoClientAcceptor_Udp.cpp +++ b/gateway/app/gateway/GatewayIoClientAcceptor_Udp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientAcceptor_Udp.h b/gateway/app/gateway/GatewayIoClientAcceptor_Udp.h index bbe23323..e147808b 100644 --- a/gateway/app/gateway/GatewayIoClientAcceptor_Udp.h +++ b/gateway/app/gateway/GatewayIoClientAcceptor_Udp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientSocket.cpp b/gateway/app/gateway/GatewayIoClientSocket.cpp index eed149f7..d653b2aa 100644 --- a/gateway/app/gateway/GatewayIoClientSocket.cpp +++ b/gateway/app/gateway/GatewayIoClientSocket.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientSocket.h b/gateway/app/gateway/GatewayIoClientSocket.h index 2ef02dfd..e971b552 100644 --- a/gateway/app/gateway/GatewayIoClientSocket.h +++ b/gateway/app/gateway/GatewayIoClientSocket.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientSocket_Udp.cpp b/gateway/app/gateway/GatewayIoClientSocket_Udp.cpp index ea137f1a..f7fdc101 100644 --- a/gateway/app/gateway/GatewayIoClientSocket_Udp.cpp +++ b/gateway/app/gateway/GatewayIoClientSocket_Udp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayIoClientSocket_Udp.h b/gateway/app/gateway/GatewayIoClientSocket_Udp.h index fd9375f7..fc614a4c 100644 --- a/gateway/app/gateway/GatewayIoClientSocket_Udp.h +++ b/gateway/app/gateway/GatewayIoClientSocket_Udp.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayLogger.cpp b/gateway/app/gateway/GatewayLogger.cpp index b566cf3e..eccabf67 100644 --- a/gateway/app/gateway/GatewayLogger.cpp +++ b/gateway/app/gateway/GatewayLogger.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayLogger.h b/gateway/app/gateway/GatewayLogger.h index f9f028b6..3bad6e9f 100644 --- a/gateway/app/gateway/GatewayLogger.h +++ b/gateway/app/gateway/GatewayLogger.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayProgramOptions.cpp b/gateway/app/gateway/GatewayProgramOptions.cpp index 05752021..71429011 100644 --- a/gateway/app/gateway/GatewayProgramOptions.cpp +++ b/gateway/app/gateway/GatewayProgramOptions.cpp @@ -1,5 +1,5 @@ // -// Copyright 2023 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2023 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayProgramOptions.h b/gateway/app/gateway/GatewayProgramOptions.h index 219d9bab..4e9bb657 100644 --- a/gateway/app/gateway/GatewayProgramOptions.h +++ b/gateway/app/gateway/GatewayProgramOptions.h @@ -1,5 +1,5 @@ // -// Copyright 2023 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2023 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewaySession.cpp b/gateway/app/gateway/GatewaySession.cpp index 203266d1..8fa5516b 100644 --- a/gateway/app/gateway/GatewaySession.cpp +++ b/gateway/app/gateway/GatewaySession.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewaySession.h b/gateway/app/gateway/GatewaySession.h index 14b61cc1..a4850f93 100644 --- a/gateway/app/gateway/GatewaySession.h +++ b/gateway/app/gateway/GatewaySession.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayWrapper.cpp b/gateway/app/gateway/GatewayWrapper.cpp index b3c5f52b..09eb6ecf 100644 --- a/gateway/app/gateway/GatewayWrapper.cpp +++ b/gateway/app/gateway/GatewayWrapper.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/GatewayWrapper.h b/gateway/app/gateway/GatewayWrapper.h index 2acf0cda..4e4ef2ec 100644 --- a/gateway/app/gateway/GatewayWrapper.h +++ b/gateway/app/gateway/GatewayWrapper.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/app/gateway/main.cpp b/gateway/app/gateway/main.cpp index 32ff5960..5dbe68b0 100644 --- a/gateway/app/gateway/main.cpp +++ b/gateway/app/gateway/main.cpp @@ -1,6 +1,6 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/Config.h b/gateway/lib/include/cc_mqttsn_gateway/Config.h index aad32a7b..5f6bf815 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/Config.h +++ b/gateway/lib/include/cc_mqttsn_gateway/Config.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/Gateway.h b/gateway/lib/include/cc_mqttsn_gateway/Gateway.h index fa9163b5..185d6f9b 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/Gateway.h +++ b/gateway/lib/include/cc_mqttsn_gateway/Gateway.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/Session.h b/gateway/lib/include/cc_mqttsn_gateway/Session.h index eda4b2af..8536b4d5 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/Session.h +++ b/gateway/lib/include/cc_mqttsn_gateway/Session.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/gateway_all.h b/gateway/lib/include/cc_mqttsn_gateway/gateway_all.h index 0537d09a..0ab6dcf7 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/gateway_all.h +++ b/gateway/lib/include/cc_mqttsn_gateway/gateway_all.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/gateway_allpp.h b/gateway/lib/include/cc_mqttsn_gateway/gateway_allpp.h index df27423f..d220f0d5 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/gateway_allpp.h +++ b/gateway/lib/include/cc_mqttsn_gateway/gateway_allpp.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/version.h b/gateway/lib/include/cc_mqttsn_gateway/version.h index c41e95d8..e66a7dfd 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/version.h +++ b/gateway/lib/include/cc_mqttsn_gateway/version.h @@ -1,5 +1,5 @@ // -// Copyright 2020 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2020 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/include/cc_mqttsn_gateway/versionpp.h b/gateway/lib/include/cc_mqttsn_gateway/versionpp.h index 421e664c..a33b0e6c 100644 --- a/gateway/lib/include/cc_mqttsn_gateway/versionpp.h +++ b/gateway/lib/include/cc_mqttsn_gateway/versionpp.h @@ -1,5 +1,5 @@ // -// Copyright 2020 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2020 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/Config.cpp b/gateway/lib/src/Config.cpp index 673dc0bd..b1a10dab 100644 --- a/gateway/lib/src/Config.cpp +++ b/gateway/lib/src/Config.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/ConfigImpl.cpp b/gateway/lib/src/ConfigImpl.cpp index daee6637..30ad84bc 100644 --- a/gateway/lib/src/ConfigImpl.cpp +++ b/gateway/lib/src/ConfigImpl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/ConfigImpl.h b/gateway/lib/src/ConfigImpl.h index 81c9fbcf..3690c39d 100644 --- a/gateway/lib/src/ConfigImpl.h +++ b/gateway/lib/src/ConfigImpl.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/Gateway.cpp b/gateway/lib/src/Gateway.cpp index 4e4651bb..8cd87744 100644 --- a/gateway/lib/src/Gateway.cpp +++ b/gateway/lib/src/Gateway.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/GatewayImpl.cpp b/gateway/lib/src/GatewayImpl.cpp index 505baa5e..9cc7e293 100644 --- a/gateway/lib/src/GatewayImpl.cpp +++ b/gateway/lib/src/GatewayImpl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/GatewayImpl.h b/gateway/lib/src/GatewayImpl.h index d994240d..999414db 100644 --- a/gateway/lib/src/GatewayImpl.h +++ b/gateway/lib/src/GatewayImpl.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/MsgHandler.h b/gateway/lib/src/MsgHandler.h index 8d77c402..571b9c9c 100644 --- a/gateway/lib/src/MsgHandler.h +++ b/gateway/lib/src/MsgHandler.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/RegMgr.cpp b/gateway/lib/src/RegMgr.cpp index 659637e4..40497633 100644 --- a/gateway/lib/src/RegMgr.cpp +++ b/gateway/lib/src/RegMgr.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/RegMgr.h b/gateway/lib/src/RegMgr.h index c19bdfb7..45a3937a 100644 --- a/gateway/lib/src/RegMgr.h +++ b/gateway/lib/src/RegMgr.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/Session.cpp b/gateway/lib/src/Session.cpp index 0e9e9ed3..8e02fbf6 100644 --- a/gateway/lib/src/Session.cpp +++ b/gateway/lib/src/Session.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/SessionImpl.cpp b/gateway/lib/src/SessionImpl.cpp index d8c667ef..199c6552 100644 --- a/gateway/lib/src/SessionImpl.cpp +++ b/gateway/lib/src/SessionImpl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/SessionImpl.h b/gateway/lib/src/SessionImpl.h index efb200ae..71ee9a25 100644 --- a/gateway/lib/src/SessionImpl.h +++ b/gateway/lib/src/SessionImpl.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/SessionOp.cpp b/gateway/lib/src/SessionOp.cpp index 525466e4..f83270a0 100644 --- a/gateway/lib/src/SessionOp.cpp +++ b/gateway/lib/src/SessionOp.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/SessionOp.h b/gateway/lib/src/SessionOp.h index 4b1b4c6d..aebe6e5f 100644 --- a/gateway/lib/src/SessionOp.h +++ b/gateway/lib/src/SessionOp.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/common.h b/gateway/lib/src/common.h index c30ab0d0..a880802a 100644 --- a/gateway/lib/src/common.h +++ b/gateway/lib/src/common.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/gateway_all.c b/gateway/lib/src/gateway_all.c index 9ebeb8ff..654b4117 100644 --- a/gateway/lib/src/gateway_all.c +++ b/gateway/lib/src/gateway_all.c @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/gateway_all.cpp b/gateway/lib/src/gateway_all.cpp index 054a11ed..9809eca5 100644 --- a/gateway/lib/src/gateway_all.cpp +++ b/gateway/lib/src/gateway_all.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/messages.h b/gateway/lib/src/messages.h index 490e0569..d47adafe 100644 --- a/gateway/lib/src/messages.h +++ b/gateway/lib/src/messages.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Asleep.cpp b/gateway/lib/src/session_op/Asleep.cpp index 99f09b1c..555c4bd9 100644 --- a/gateway/lib/src/session_op/Asleep.cpp +++ b/gateway/lib/src/session_op/Asleep.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Asleep.h b/gateway/lib/src/session_op/Asleep.h index a3e6c705..d32e889d 100644 --- a/gateway/lib/src/session_op/Asleep.h +++ b/gateway/lib/src/session_op/Asleep.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/AsleepMonitor.cpp b/gateway/lib/src/session_op/AsleepMonitor.cpp index b47d0f38..d97feb13 100644 --- a/gateway/lib/src/session_op/AsleepMonitor.cpp +++ b/gateway/lib/src/session_op/AsleepMonitor.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/AsleepMonitor.h b/gateway/lib/src/session_op/AsleepMonitor.h index c7e74b6c..153e7474 100644 --- a/gateway/lib/src/session_op/AsleepMonitor.h +++ b/gateway/lib/src/session_op/AsleepMonitor.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Connect.cpp b/gateway/lib/src/session_op/Connect.cpp index 44aa073b..26f14a2c 100644 --- a/gateway/lib/src/session_op/Connect.cpp +++ b/gateway/lib/src/session_op/Connect.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Connect.h b/gateway/lib/src/session_op/Connect.h index 0593bc87..7936c77a 100644 --- a/gateway/lib/src/session_op/Connect.h +++ b/gateway/lib/src/session_op/Connect.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Disconnect.cpp b/gateway/lib/src/session_op/Disconnect.cpp index ac416e96..2efc4480 100644 --- a/gateway/lib/src/session_op/Disconnect.cpp +++ b/gateway/lib/src/session_op/Disconnect.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Disconnect.h b/gateway/lib/src/session_op/Disconnect.h index da996e4a..3a1579da 100644 --- a/gateway/lib/src/session_op/Disconnect.h +++ b/gateway/lib/src/session_op/Disconnect.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Encapsulate.cpp b/gateway/lib/src/session_op/Encapsulate.cpp index 807cfa90..244c2deb 100644 --- a/gateway/lib/src/session_op/Encapsulate.cpp +++ b/gateway/lib/src/session_op/Encapsulate.cpp @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Encapsulate.h b/gateway/lib/src/session_op/Encapsulate.h index db22cd0f..65f388cc 100644 --- a/gateway/lib/src/session_op/Encapsulate.h +++ b/gateway/lib/src/session_op/Encapsulate.h @@ -1,5 +1,5 @@ // -// Copyright 2024 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2024 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Forward.cpp b/gateway/lib/src/session_op/Forward.cpp index 8d355680..c6b234f7 100644 --- a/gateway/lib/src/session_op/Forward.cpp +++ b/gateway/lib/src/session_op/Forward.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Forward.h b/gateway/lib/src/session_op/Forward.h index 88f64f33..aef91fc5 100644 --- a/gateway/lib/src/session_op/Forward.h +++ b/gateway/lib/src/session_op/Forward.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Ping.cpp b/gateway/lib/src/session_op/Ping.cpp index 00924386..695f1ffe 100644 --- a/gateway/lib/src/session_op/Ping.cpp +++ b/gateway/lib/src/session_op/Ping.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/Ping.h b/gateway/lib/src/session_op/Ping.h index 552a8966..de76e173 100644 --- a/gateway/lib/src/session_op/Ping.h +++ b/gateway/lib/src/session_op/Ping.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/PubRecv.cpp b/gateway/lib/src/session_op/PubRecv.cpp index f37c0631..9a1de001 100644 --- a/gateway/lib/src/session_op/PubRecv.cpp +++ b/gateway/lib/src/session_op/PubRecv.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/PubSend.cpp b/gateway/lib/src/session_op/PubSend.cpp index d73cc5d6..19b9501f 100644 --- a/gateway/lib/src/session_op/PubSend.cpp +++ b/gateway/lib/src/session_op/PubSend.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/PubSend.h b/gateway/lib/src/session_op/PubSend.h index 92d473d3..43bf5b85 100644 --- a/gateway/lib/src/session_op/PubSend.h +++ b/gateway/lib/src/session_op/PubSend.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/WillUpdate.cpp b/gateway/lib/src/session_op/WillUpdate.cpp index c4a0b2d1..1ea0513f 100644 --- a/gateway/lib/src/session_op/WillUpdate.cpp +++ b/gateway/lib/src/session_op/WillUpdate.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/src/session_op/WillUpdate.h b/gateway/lib/src/session_op/WillUpdate.h index 67e49b58..0c828d0e 100644 --- a/gateway/lib/src/session_op/WillUpdate.h +++ b/gateway/lib/src/session_op/WillUpdate.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/test/Gateway.th b/gateway/lib/test/Gateway.th index f5b4e4c0..2918a159 100644 --- a/gateway/lib/test/Gateway.th +++ b/gateway/lib/test/Gateway.th @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/test/Session.th b/gateway/lib/test/Session.th index 29b4eaee..311b5fd1 100644 --- a/gateway/lib/test/Session.th +++ b/gateway/lib/test/Session.th @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/test/TestMsgHandler.cpp b/gateway/lib/test/TestMsgHandler.cpp index d0097147..2198b8fa 100644 --- a/gateway/lib/test/TestMsgHandler.cpp +++ b/gateway/lib/test/TestMsgHandler.cpp @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/gateway/lib/test/TestMsgHandler.h b/gateway/lib/test/TestMsgHandler.h index 0db9091d..e2238a1c 100644 --- a/gateway/lib/test/TestMsgHandler.h +++ b/gateway/lib/test/TestMsgHandler.h @@ -1,5 +1,5 @@ // -// Copyright 2016 - 2024 (C). Alex Robenko. All rights reserved. +// Copyright 2016 - 2025 (C). Alex Robenko. All rights reserved. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this