diff --git a/dmr/acl/AccessControl.cpp b/dmr/acl/AccessControl.cpp index 8c71500c..e4e3ee35 100644 --- a/dmr/acl/AccessControl.cpp +++ b/dmr/acl/AccessControl.cpp @@ -13,7 +13,7 @@ /* * Copyright (C) 2016 by Simon Rune G7RZU * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017,2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017,2019,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/edac/CRC.cpp b/edac/CRC.cpp index c89560cf..e34650c9 100644 --- a/edac/CRC.cpp +++ b/edac/CRC.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2015,2016 by Jonathan Naylor G4KLX -* Copyright (C) 2018 by Bryan Biedenkapp N2PLL +* Copyright (C) 2018,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/host/Host.cpp b/host/Host.cpp index 744a57ee..c072f424 100644 --- a/host/Host.cpp +++ b/host/Host.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2015,2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2021,2022 by Bryan Biedenkapp N2PLL * Copyright (C) 2021 by Nat Moore * * This program is free software; you can redistribute it and/or modify diff --git a/modem/Modem.cpp b/modem/Modem.cpp index 81d35cf3..31e23585 100644 --- a/modem/Modem.cpp +++ b/modem/Modem.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2011-2021 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * Copyright (C) 2021 by Nat Moore * * This program is free software; you can redistribute it and/or modify diff --git a/network/BaseNetwork.cpp b/network/BaseNetwork.cpp index e6b5bbc3..34db2ba5 100644 --- a/network/BaseNetwork.cpp +++ b/network/BaseNetwork.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2015,2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2020,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/network/BaseNetwork.h b/network/BaseNetwork.h index 4178406b..7c60ca5c 100644 --- a/network/BaseNetwork.h +++ b/network/BaseNetwork.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2015,2016,2017,2018 by Jonathan Naylor G4KLX -* Copyright (C) 2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2020,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/network/Network.cpp b/network/Network.cpp index b55744c1..602ba529 100644 --- a/network/Network.cpp +++ b/network/Network.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2015,2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2020,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/network/RemoteControl.cpp b/network/RemoteControl.cpp index 324a974d..229621e0 100644 --- a/network/RemoteControl.cpp +++ b/network/RemoteControl.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2019 by Jonathan Naylor G4KLX -* Copyright (C) 2019,2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2019-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/Control.cpp b/p25/Control.cpp index 7ae21601..e74065bb 100644 --- a/p25/Control.cpp +++ b/p25/Control.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017,2018 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/Control.h b/p25/Control.h index edbb6068..5adedb65 100644 --- a/p25/Control.h +++ b/p25/Control.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/DataPacket.cpp b/p25/DataPacket.cpp index ddfe61e7..6e433592 100644 --- a/p25/DataPacket.cpp +++ b/p25/DataPacket.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017,2018 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/DataPacket.h b/p25/DataPacket.h index b39cecae..47e839d3 100644 --- a/p25/DataPacket.h +++ b/p25/DataPacket.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/P25Defines.h b/p25/P25Defines.h index 160106ad..00f92eb9 100644 --- a/p25/P25Defines.h +++ b/p25/P25Defines.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/TrunkPacket.cpp b/p25/TrunkPacket.cpp index c3394b40..e3742986 100644 --- a/p25/TrunkPacket.cpp +++ b/p25/TrunkPacket.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/TrunkPacket.h b/p25/TrunkPacket.h index dd677258..ce547c08 100644 --- a/p25/TrunkPacket.h +++ b/p25/TrunkPacket.h @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/VoicePacket.cpp b/p25/VoicePacket.cpp index 4df86fa9..4c5506fd 100644 --- a/p25/VoicePacket.cpp +++ b/p25/VoicePacket.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017,2018 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/VoicePacket.h b/p25/VoicePacket.h index aa22b3ad..b24a5646 100644 --- a/p25/VoicePacket.h +++ b/p25/VoicePacket.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2018 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/acl/AccessControl.cpp b/p25/acl/AccessControl.cpp index 9fc23a75..5cdab832 100644 --- a/p25/acl/AccessControl.cpp +++ b/p25/acl/AccessControl.cpp @@ -13,7 +13,7 @@ /* * Copyright (C) 2016 by Simon Rune G7RZU * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017,2019 Bryan Biedenkapp N2PLL +* Copyright (C) 2017,2019,2022 Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/DataBlock.cpp b/p25/data/DataBlock.cpp index 27babe9b..09e84bc6 100644 --- a/p25/data/DataBlock.cpp +++ b/p25/data/DataBlock.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2018-2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2018-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/DataBlock.h b/p25/data/DataBlock.h index 22b48378..5b3a9743 100644 --- a/p25/data/DataBlock.h +++ b/p25/data/DataBlock.h @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2018-2021 by Bryan Biedenkapp N2PLL +* Copyright (C) 2018-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/DataHeader.cpp b/p25/data/DataHeader.cpp index 7ffc1b10..3f27ac72 100644 --- a/p25/data/DataHeader.cpp +++ b/p25/data/DataHeader.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2018-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2018-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/DataHeader.h b/p25/data/DataHeader.h index 80b62159..4e05eab6 100644 --- a/p25/data/DataHeader.h +++ b/p25/data/DataHeader.h @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2018 by Bryan Biedenkapp N2PLL +* Copyright (C) 2018,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/DataRspHeader.cpp b/p25/data/DataRspHeader.cpp index cb418661..5f9980f2 100644 --- a/p25/data/DataRspHeader.cpp +++ b/p25/data/DataRspHeader.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2020,2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/LowSpeedData.cpp b/p25/data/LowSpeedData.cpp index 8ff67c09..1a6cbc67 100644 --- a/p25/data/LowSpeedData.cpp +++ b/p25/data/LowSpeedData.cpp @@ -12,6 +12,7 @@ // /* * Copyright (C) 2016 by Jonathan Naylor G4KLX +* Copyright (C) 2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/data/LowSpeedData.h b/p25/data/LowSpeedData.h index 052037e6..09c5b8c0 100644 --- a/p25/data/LowSpeedData.h +++ b/p25/data/LowSpeedData.h @@ -12,6 +12,7 @@ // /* * Copyright (C) 2016 by Jonathan Naylor G4KLX +* Copyright (C) 2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/LC.cpp b/p25/lc/LC.cpp index 805d8c0b..fa08937d 100644 --- a/p25/lc/LC.cpp +++ b/p25/lc/LC.cpp @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016,2017 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/LC.h b/p25/lc/LC.h index 21bea459..dfc976a4 100644 --- a/p25/lc/LC.h +++ b/p25/lc/LC.h @@ -12,7 +12,7 @@ // /* * Copyright (C) 2016 by Jonathan Naylor G4KLX -* Copyright (C) 2017-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/TDULC.cpp b/p25/lc/TDULC.cpp index 51b4590e..a6b08385 100644 --- a/p25/lc/TDULC.cpp +++ b/p25/lc/TDULC.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/TDULC.h b/p25/lc/TDULC.h index 46fa03f5..367ec615 100644 --- a/p25/lc/TDULC.h +++ b/p25/lc/TDULC.h @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2019 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/TSBK.cpp b/p25/lc/TSBK.cpp index 6ad46cf3..248b4be3 100644 --- a/p25/lc/TSBK.cpp +++ b/p25/lc/TSBK.cpp @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/p25/lc/TSBK.h b/p25/lc/TSBK.h index 11300957..610ba158 100644 --- a/p25/lc/TSBK.h +++ b/p25/lc/TSBK.h @@ -7,7 +7,7 @@ * */ /* -* Copyright (C) 2017-2020 by Bryan Biedenkapp N2PLL +* Copyright (C) 2017-2022 by Bryan Biedenkapp N2PLL * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by