From 0f770462b7225f96d8da20142fc3ed333782c4d6 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 4 Jan 2024 22:58:43 -0500 Subject: [PATCH] update headers to properly reflect which module/package the file belongs; --- src/common/AESCrypto.cpp | 4 ++-- src/common/AESCrypto.h | 4 ++-- src/common/CMakeLists.txt | 4 ++-- src/common/Clock.cpp | 4 ++-- src/common/Clock.h | 4 ++-- src/common/Defines.h | 4 ++-- src/common/Log.cpp | 4 ++-- src/common/Log.h | 4 ++-- src/common/RingBuffer.h | 4 ++-- src/common/StopWatch.cpp | 4 ++-- src/common/StopWatch.h | 4 ++-- src/common/Thread.cpp | 4 ++-- src/common/Thread.h | 4 ++-- src/common/ThreadFunc.h | 4 ++-- src/common/Timer.cpp | 4 ++-- src/common/Timer.h | 4 ++-- src/common/Utils.cpp | 4 ++-- src/common/Utils.h | 4 ++-- src/common/dmr/DMRDefines.h | 4 ++-- src/common/dmr/DMRUtils.h | 4 ++-- src/common/dmr/SiteData.h | 2 +- src/common/dmr/SlotType.cpp | 4 ++-- src/common/dmr/SlotType.h | 4 ++-- src/common/dmr/Sync.cpp | 4 ++-- src/common/dmr/Sync.h | 4 ++-- src/common/dmr/acl/AccessControl.cpp | 4 ++-- src/common/dmr/acl/AccessControl.h | 4 ++-- src/common/dmr/data/Data.cpp | 4 ++-- src/common/dmr/data/Data.h | 4 ++-- src/common/dmr/data/DataHeader.cpp | 4 ++-- src/common/dmr/data/DataHeader.h | 4 ++-- src/common/dmr/data/EMB.cpp | 4 ++-- src/common/dmr/data/EMB.h | 4 ++-- src/common/dmr/data/EmbeddedData.cpp | 4 ++-- src/common/dmr/data/EmbeddedData.h | 4 ++-- src/common/dmr/lc/CSBK.cpp | 4 ++-- src/common/dmr/lc/CSBK.h | 4 ++-- src/common/dmr/lc/FullLC.cpp | 4 ++-- src/common/dmr/lc/FullLC.h | 4 ++-- src/common/dmr/lc/LC.cpp | 4 ++-- src/common/dmr/lc/LC.h | 4 ++-- src/common/dmr/lc/PrivacyLC.cpp | 4 ++-- src/common/dmr/lc/PrivacyLC.h | 4 ++-- src/common/dmr/lc/ShortLC.cpp | 4 ++-- src/common/dmr/lc/ShortLC.h | 4 ++-- src/common/dmr/lc/csbk/CSBKFactory.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBKFactory.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_ACK_RSP.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_ACK_RSP.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_ALOHA.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_ALOHA.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_BROADCAST.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_BROADCAST.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_BSDWNACT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_BSDWNACT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_CALL_ALRT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_CALL_ALRT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_EXT_FNCT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_EXT_FNCT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_MAINT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_MAINT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_NACK_RSP.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_NACK_RSP.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_PD_GRANT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_PD_GRANT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_PRECCSBK.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_PRECCSBK.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_PV_GRANT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_PV_GRANT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_P_CLEAR.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_P_CLEAR.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_P_GRANT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_P_GRANT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_RAND.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_RAND.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_RAW.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_RAW.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_TD_GRANT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_TD_GRANT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_TV_GRANT.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_TV_GRANT.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.h | 4 ++-- src/common/dmr/lc/csbk/CSBK_UU_V_REQ.cpp | 4 ++-- src/common/dmr/lc/csbk/CSBK_UU_V_REQ.h | 4 ++-- src/common/edac/AMBEFEC.cpp | 4 ++-- src/common/edac/AMBEFEC.h | 4 ++-- src/common/edac/BCH.cpp | 4 ++-- src/common/edac/BCH.h | 4 ++-- src/common/edac/BPTC19696.cpp | 4 ++-- src/common/edac/BPTC19696.h | 4 ++-- src/common/edac/CRC.cpp | 4 ++-- src/common/edac/CRC.h | 4 ++-- src/common/edac/Golay2087.cpp | 4 ++-- src/common/edac/Golay2087.h | 4 ++-- src/common/edac/Golay24128.cpp | 4 ++-- src/common/edac/Golay24128.h | 4 ++-- src/common/edac/Hamming.cpp | 4 ++-- src/common/edac/Hamming.h | 4 ++-- src/common/edac/QR1676.cpp | 4 ++-- src/common/edac/QR1676.h | 4 ++-- src/common/edac/RS129.cpp | 4 ++-- src/common/edac/RS129.h | 4 ++-- src/common/edac/RS634717.cpp | 4 ++-- src/common/edac/RS634717.h | 4 ++-- src/common/edac/SHA256.cpp | 4 ++-- src/common/edac/SHA256.h | 4 ++-- src/common/edac/Trellis.cpp | 4 ++-- src/common/edac/Trellis.h | 4 ++-- src/common/edac/rs/RS.h | 4 ++-- src/common/lookups/AffiliationLookup.cpp | 4 ++-- src/common/lookups/AffiliationLookup.h | 4 ++-- src/common/lookups/IdenTableLookup.cpp | 4 ++-- src/common/lookups/IdenTableLookup.h | 4 ++-- src/common/lookups/LookupTable.h | 4 ++-- src/common/lookups/RSSIInterpolator.cpp | 4 ++-- src/common/lookups/RSSIInterpolator.h | 4 ++-- src/common/lookups/RadioIdLookup.cpp | 4 ++-- src/common/lookups/RadioIdLookup.h | 4 ++-- src/common/lookups/TalkgroupRulesLookup.cpp | 4 ++-- src/common/lookups/TalkgroupRulesLookup.h | 4 ++-- src/common/network/BaseNetwork.cpp | 4 ++-- src/common/network/BaseNetwork.h | 4 ++-- src/common/network/FrameQueue.cpp | 4 ++-- src/common/network/FrameQueue.h | 4 ++-- src/common/network/RTPExtensionHeader.cpp | 4 ++-- src/common/network/RTPExtensionHeader.h | 4 ++-- src/common/network/RTPFNEHeader.cpp | 4 ++-- src/common/network/RTPFNEHeader.h | 4 ++-- src/common/network/RTPHeader.cpp | 4 ++-- src/common/network/RTPHeader.h | 4 ++-- src/common/network/UDPSocket.cpp | 4 ++-- src/common/network/UDPSocket.h | 4 ++-- src/common/network/json/json.h | 4 ++-- src/common/network/rest/RequestDispatcher.h | 4 ++-- src/common/network/rest/http/ClientConnection.h | 4 ++-- src/common/network/rest/http/HTTPClient.h | 4 ++-- src/common/network/rest/http/HTTPHeaders.h | 4 ++-- src/common/network/rest/http/HTTPLexer.cpp | 4 ++-- src/common/network/rest/http/HTTPLexer.h | 4 ++-- src/common/network/rest/http/HTTPPayload.cpp | 4 ++-- src/common/network/rest/http/HTTPPayload.h | 4 ++-- src/common/network/rest/http/HTTPRequestHandler.cpp | 4 ++-- src/common/network/rest/http/HTTPRequestHandler.h | 4 ++-- src/common/network/rest/http/HTTPServer.h | 4 ++-- src/common/network/rest/http/ServerConnection.h | 4 ++-- src/common/network/rest/http/ServerConnectionManager.h | 4 ++-- src/common/nxdn/NXDNDefines.h | 4 ++-- src/common/nxdn/NXDNUtils.cpp | 4 ++-- src/common/nxdn/NXDNUtils.h | 4 ++-- src/common/nxdn/SiteData.h | 2 +- src/common/nxdn/Sync.cpp | 4 ++-- src/common/nxdn/Sync.h | 4 ++-- src/common/nxdn/acl/AccessControl.cpp | 4 ++-- src/common/nxdn/acl/AccessControl.h | 4 ++-- src/common/nxdn/channel/CAC.cpp | 4 ++-- src/common/nxdn/channel/CAC.h | 4 ++-- src/common/nxdn/channel/FACCH1.cpp | 4 ++-- src/common/nxdn/channel/FACCH1.h | 4 ++-- src/common/nxdn/channel/LICH.cpp | 4 ++-- src/common/nxdn/channel/LICH.h | 4 ++-- src/common/nxdn/channel/SACCH.cpp | 4 ++-- src/common/nxdn/channel/SACCH.h | 4 ++-- src/common/nxdn/channel/UDCH.cpp | 4 ++-- src/common/nxdn/channel/UDCH.h | 4 ++-- src/common/nxdn/edac/Convolution.cpp | 4 ++-- src/common/nxdn/edac/Convolution.h | 4 ++-- src/common/nxdn/lc/PacketInformation.cpp | 4 ++-- src/common/nxdn/lc/PacketInformation.h | 4 ++-- src/common/nxdn/lc/RCCH.cpp | 4 ++-- src/common/nxdn/lc/RCCH.h | 4 ++-- src/common/nxdn/lc/RTCH.cpp | 4 ++-- src/common/nxdn/lc/RTCH.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.h | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.cpp | 4 ++-- src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.h | 4 ++-- src/common/nxdn/lc/rcch/RCCHFactory.cpp | 4 ++-- src/common/nxdn/lc/rcch/RCCHFactory.h | 4 ++-- src/common/p25/Audio.cpp | 4 ++-- src/common/p25/Audio.h | 4 ++-- src/common/p25/NID.cpp | 4 ++-- src/common/p25/NID.h | 4 ++-- src/common/p25/P25Defines.h | 4 ++-- src/common/p25/P25Utils.cpp | 4 ++-- src/common/p25/P25Utils.h | 4 ++-- src/common/p25/SiteData.h | 2 +- src/common/p25/Sync.cpp | 4 ++-- src/common/p25/Sync.h | 4 ++-- src/common/p25/acl/AccessControl.cpp | 4 ++-- src/common/p25/acl/AccessControl.h | 4 ++-- src/common/p25/data/DataBlock.cpp | 4 ++-- src/common/p25/data/DataBlock.h | 4 ++-- src/common/p25/data/DataHeader.cpp | 4 ++-- src/common/p25/data/DataHeader.h | 4 ++-- src/common/p25/data/LowSpeedData.cpp | 4 ++-- src/common/p25/data/LowSpeedData.h | 4 ++-- src/common/p25/dfsi/DFSIDefines.h | 4 ++-- src/common/p25/dfsi/LC.cpp | 4 ++-- src/common/p25/dfsi/LC.h | 4 ++-- src/common/p25/lc/AMBT.cpp | 4 ++-- src/common/p25/lc/AMBT.h | 4 ++-- src/common/p25/lc/LC.cpp | 4 ++-- src/common/p25/lc/LC.h | 4 ++-- src/common/p25/lc/TDULC.cpp | 4 ++-- src/common/p25/lc/TDULC.h | 4 ++-- src/common/p25/lc/TSBK.cpp | 4 ++-- src/common/p25/lc/TSBK.h | 4 ++-- src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.h | 4 ++-- src/common/p25/lc/tdulc/LC_CALL_TERM.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_CALL_TERM.h | 4 ++-- src/common/p25/lc/tdulc/LC_CONV_FALLBACK.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_CONV_FALLBACK.h | 4 ++-- src/common/p25/lc/tdulc/LC_FAILSOFT.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_FAILSOFT.h | 4 ++-- src/common/p25/lc/tdulc/LC_GROUP.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_GROUP.h | 4 ++-- src/common/p25/lc/tdulc/LC_GROUP_UPDT.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_GROUP_UPDT.h | 4 ++-- src/common/p25/lc/tdulc/LC_IDEN_UP.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_IDEN_UP.h | 4 ++-- src/common/p25/lc/tdulc/LC_NET_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_NET_STS_BCAST.h | 4 ++-- src/common/p25/lc/tdulc/LC_PRIVATE.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_PRIVATE.h | 4 ++-- src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.h | 4 ++-- src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.h | 4 ++-- src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.cpp | 4 ++-- src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.h | 4 ++-- src/common/p25/lc/tdulc/TDULCFactory.cpp | 4 ++-- src/common/p25/lc/tdulc/TDULCFactory.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_ACK_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_ACK_RSP.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_CALL_ALRT.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_CALL_ALRT.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_EXT_FNCT.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_EXT_FNCT.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_GRP_AFF.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_GRP_AFF.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_GRP_VCH.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_GRP_VCH.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_MSG_UPDT.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_MSG_UPDT.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_RAD_MON.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_RAD_MON.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_STS_UPDT.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_STS_UPDT.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_UU_ANS.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_UU_ANS.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_UU_VCH.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_UU_VCH.h | 4 ++-- src/common/p25/lc/tsbk/IOSP_U_REG.cpp | 4 ++-- src/common/p25/lc/tsbk/IOSP_U_REG.h | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.h | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_RESP.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_RESP.h | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.h | 4 ++-- src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.h | 4 ++-- src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h | 4 ++-- src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h | 4 ++-- src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.h | 4 ++-- src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.h | 4 ++-- src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.h | 4 ++-- src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_DENY_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_DENY_RSP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h | 4 ++-- src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.h | 4 ++-- src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h | 4 ++-- src/common/p25/lc/tsbk/OSP_IDEN_UP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_IDEN_UP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.h | 4 ++-- src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.h | 4 ++-- src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/OSP_QUE_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_QUE_RSP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SCCB.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SCCB.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SCCB_EXP.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SCCB_EXP.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SYNC_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SYNC_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.h | 4 ++-- src/common/p25/lc/tsbk/OSP_TSBK_RAW.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_TSBK_RAW.h | 4 ++-- src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.h | 4 ++-- src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.h | 4 ++-- src/common/p25/lc/tsbk/OSP_U_REG_CMD.cpp | 4 ++-- src/common/p25/lc/tsbk/OSP_U_REG_CMD.h | 4 ++-- src/common/p25/lc/tsbk/TSBKFactory.cpp | 4 ++-- src/common/p25/lc/tsbk/TSBKFactory.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.h | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.cpp | 4 ++-- src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.h | 4 ++-- src/common/yaml/Yaml.cpp | 4 ++-- src/common/yaml/Yaml.h | 4 ++-- src/fne/CMakeLists.txt | 4 ++-- src/fne/Defines.h | 4 ++-- src/fne/FNEMain.cpp | 4 ++-- src/fne/FNEMain.h | 4 ++-- src/fne/HostFNE.cpp | 4 ++-- src/fne/HostFNE.h | 4 ++-- src/fne/network/FNENetwork.cpp | 4 ++-- src/fne/network/FNENetwork.h | 4 ++-- src/fne/network/fne/TagDMRData.cpp | 4 ++-- src/fne/network/fne/TagDMRData.h | 4 ++-- src/fne/network/fne/TagNXDNData.cpp | 4 ++-- src/fne/network/fne/TagNXDNData.h | 4 ++-- src/fne/network/fne/TagP25Data.cpp | 4 ++-- src/fne/network/fne/TagP25Data.h | 4 ++-- src/monitor/CMakeLists.txt | 4 ++-- src/monitor/Defines.h | 4 ++-- src/monitor/InhibitSubscriberWnd.h | 4 ++-- src/monitor/LogDisplayWnd.h | 4 ++-- src/monitor/MonitorApplication.h | 4 ++-- src/monitor/MonitorMain.cpp | 4 ++-- src/monitor/MonitorMain.h | 4 ++-- src/monitor/MonitorMainWnd.h | 4 ++-- src/monitor/NodeStatusWnd.h | 4 ++-- src/monitor/PageSubscriberWnd.h | 4 ++-- src/monitor/RadioCheckSubscriberWnd.h | 4 ++-- src/monitor/SelectedNodeWnd.h | 4 ++-- src/monitor/TransmitWndBase.h | 4 ++-- src/monitor/UninhibitSubscriberWnd.h | 4 ++-- src/remote/CMakeLists.txt | 4 ++-- src/remote/Defines.h | 6 +++--- src/remote/RESTClient.cpp | 4 ++-- src/remote/RESTClient.h | 4 ++-- 412 files changed, 822 insertions(+), 822 deletions(-) diff --git a/src/common/AESCrypto.cpp b/src/common/AESCrypto.cpp index 3bf62982..0f5e7f61 100644 --- a/src/common/AESCrypto.cpp +++ b/src/common/AESCrypto.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/AESCrypto.h b/src/common/AESCrypto.h index ef09a4db..00178316 100644 --- a/src/common/AESCrypto.h +++ b/src/common/AESCrypto.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 9f702d4e..410af47a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,9 +1,9 @@ #/** -#* Digital Voice Modem - Host Software +#* Digital Voice Modem - Common Library #* GPLv2 Open Source. Use is subject to license terms. #* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. #* -#* @package DVM / Host Software +#* @package DVM / Common Library #* #*/ #/* diff --git a/src/common/Clock.cpp b/src/common/Clock.cpp index 4bbd9847..4437fa34 100644 --- a/src/common/Clock.cpp +++ b/src/common/Clock.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/Clock.h b/src/common/Clock.h index 63acdd2a..f6f069ab 100644 --- a/src/common/Clock.h +++ b/src/common/Clock.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/Defines.h b/src/common/Defines.h index d82a0019..60040731 100644 --- a/src/common/Defines.h +++ b/src/common/Defines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Log.cpp b/src/common/Log.cpp index 7e56e51b..61a1df16 100644 --- a/src/common/Log.cpp +++ b/src/common/Log.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Log.h b/src/common/Log.h index 33f50ca7..447eff83 100644 --- a/src/common/Log.h +++ b/src/common/Log.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/RingBuffer.h b/src/common/RingBuffer.h index b978de8e..8c5be1f6 100644 --- a/src/common/RingBuffer.h +++ b/src/common/RingBuffer.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/StopWatch.cpp b/src/common/StopWatch.cpp index 93a99abd..f3488548 100644 --- a/src/common/StopWatch.cpp +++ b/src/common/StopWatch.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/StopWatch.h b/src/common/StopWatch.h index f04cbb70..89f977a3 100644 --- a/src/common/StopWatch.h +++ b/src/common/StopWatch.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Thread.cpp b/src/common/Thread.cpp index de575d0d..8053a783 100644 --- a/src/common/Thread.cpp +++ b/src/common/Thread.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Thread.h b/src/common/Thread.h index 39161307..af5f77de 100644 --- a/src/common/Thread.h +++ b/src/common/Thread.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/ThreadFunc.h b/src/common/ThreadFunc.h index ff95e37c..2b2f8fc4 100644 --- a/src/common/ThreadFunc.h +++ b/src/common/ThreadFunc.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Timer.cpp b/src/common/Timer.cpp index d54bfad6..9de3f107 100644 --- a/src/common/Timer.cpp +++ b/src/common/Timer.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Timer.h b/src/common/Timer.h index 05f4b721..b088b966 100644 --- a/src/common/Timer.h +++ b/src/common/Timer.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Utils.cpp b/src/common/Utils.cpp index 8d76b873..305f8685 100644 --- a/src/common/Utils.cpp +++ b/src/common/Utils.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/Utils.h b/src/common/Utils.h index f98d6a46..010e6531 100644 --- a/src/common/Utils.h +++ b/src/common/Utils.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/DMRDefines.h b/src/common/dmr/DMRDefines.h index dc92548a..7c1eef83 100644 --- a/src/common/dmr/DMRDefines.h +++ b/src/common/dmr/DMRDefines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/DMRUtils.h b/src/common/dmr/DMRUtils.h index 68381562..725f2b19 100644 --- a/src/common/dmr/DMRUtils.h +++ b/src/common/dmr/DMRUtils.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/SiteData.h b/src/common/dmr/SiteData.h index 35ccff86..d6e5c447 100644 --- a/src/common/dmr/SiteData.h +++ b/src/common/dmr/SiteData.h @@ -1,5 +1,5 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * diff --git a/src/common/dmr/SlotType.cpp b/src/common/dmr/SlotType.cpp index ffae0217..60ad8376 100644 --- a/src/common/dmr/SlotType.cpp +++ b/src/common/dmr/SlotType.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/SlotType.h b/src/common/dmr/SlotType.h index 9d0afeb6..ffd8a79c 100644 --- a/src/common/dmr/SlotType.h +++ b/src/common/dmr/SlotType.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/Sync.cpp b/src/common/dmr/Sync.cpp index a0822f79..c54a7a99 100644 --- a/src/common/dmr/Sync.cpp +++ b/src/common/dmr/Sync.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/Sync.h b/src/common/dmr/Sync.h index 1a44a72c..e675a13f 100644 --- a/src/common/dmr/Sync.h +++ b/src/common/dmr/Sync.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/acl/AccessControl.cpp b/src/common/dmr/acl/AccessControl.cpp index ea0e6334..a4d2924c 100644 --- a/src/common/dmr/acl/AccessControl.cpp +++ b/src/common/dmr/acl/AccessControl.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/acl/AccessControl.h b/src/common/dmr/acl/AccessControl.h index 9d77273a..5e9e10b5 100644 --- a/src/common/dmr/acl/AccessControl.h +++ b/src/common/dmr/acl/AccessControl.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/Data.cpp b/src/common/dmr/data/Data.cpp index dc86dfde..9220a9c9 100644 --- a/src/common/dmr/data/Data.cpp +++ b/src/common/dmr/data/Data.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/Data.h b/src/common/dmr/data/Data.h index 75581932..e746e42c 100644 --- a/src/common/dmr/data/Data.h +++ b/src/common/dmr/data/Data.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/DataHeader.cpp b/src/common/dmr/data/DataHeader.cpp index 5e82c445..19f42a89 100644 --- a/src/common/dmr/data/DataHeader.cpp +++ b/src/common/dmr/data/DataHeader.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/DataHeader.h b/src/common/dmr/data/DataHeader.h index 048da95d..c5f065ac 100644 --- a/src/common/dmr/data/DataHeader.h +++ b/src/common/dmr/data/DataHeader.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/EMB.cpp b/src/common/dmr/data/EMB.cpp index 8d494b55..4caafd71 100644 --- a/src/common/dmr/data/EMB.cpp +++ b/src/common/dmr/data/EMB.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/EMB.h b/src/common/dmr/data/EMB.h index 5a8cde2f..6b8aebb1 100644 --- a/src/common/dmr/data/EMB.h +++ b/src/common/dmr/data/EMB.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/EmbeddedData.cpp b/src/common/dmr/data/EmbeddedData.cpp index 8d3164a3..dada46f2 100644 --- a/src/common/dmr/data/EmbeddedData.cpp +++ b/src/common/dmr/data/EmbeddedData.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/data/EmbeddedData.h b/src/common/dmr/data/EmbeddedData.h index 59b87a28..db3c9dfd 100644 --- a/src/common/dmr/data/EmbeddedData.h +++ b/src/common/dmr/data/EmbeddedData.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/CSBK.cpp b/src/common/dmr/lc/CSBK.cpp index fb7b6fe5..a178ca7a 100644 --- a/src/common/dmr/lc/CSBK.cpp +++ b/src/common/dmr/lc/CSBK.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/CSBK.h b/src/common/dmr/lc/CSBK.h index 5561bba8..77c17b19 100644 --- a/src/common/dmr/lc/CSBK.h +++ b/src/common/dmr/lc/CSBK.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/FullLC.cpp b/src/common/dmr/lc/FullLC.cpp index 23a09da3..715af474 100644 --- a/src/common/dmr/lc/FullLC.cpp +++ b/src/common/dmr/lc/FullLC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/FullLC.h b/src/common/dmr/lc/FullLC.h index d6293e02..a4099703 100644 --- a/src/common/dmr/lc/FullLC.h +++ b/src/common/dmr/lc/FullLC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/LC.cpp b/src/common/dmr/lc/LC.cpp index 59a32a5d..9658a597 100644 --- a/src/common/dmr/lc/LC.cpp +++ b/src/common/dmr/lc/LC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/LC.h b/src/common/dmr/lc/LC.h index 7e365a46..5f6a3f8e 100644 --- a/src/common/dmr/lc/LC.h +++ b/src/common/dmr/lc/LC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/PrivacyLC.cpp b/src/common/dmr/lc/PrivacyLC.cpp index f18ee8c6..cf3a042b 100644 --- a/src/common/dmr/lc/PrivacyLC.cpp +++ b/src/common/dmr/lc/PrivacyLC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/PrivacyLC.h b/src/common/dmr/lc/PrivacyLC.h index 0d5475b7..89d6a8c7 100644 --- a/src/common/dmr/lc/PrivacyLC.h +++ b/src/common/dmr/lc/PrivacyLC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/ShortLC.cpp b/src/common/dmr/lc/ShortLC.cpp index 1a99bf72..b1eb2866 100644 --- a/src/common/dmr/lc/ShortLC.cpp +++ b/src/common/dmr/lc/ShortLC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/ShortLC.h b/src/common/dmr/lc/ShortLC.h index 11c7515d..0c3dbd5c 100644 --- a/src/common/dmr/lc/ShortLC.h +++ b/src/common/dmr/lc/ShortLC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/dmr/lc/csbk/CSBKFactory.cpp b/src/common/dmr/lc/csbk/CSBKFactory.cpp index 9125bc5d..74d3a9d5 100644 --- a/src/common/dmr/lc/csbk/CSBKFactory.cpp +++ b/src/common/dmr/lc/csbk/CSBKFactory.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBKFactory.h b/src/common/dmr/lc/csbk/CSBKFactory.h index 7e6b8087..13b62a59 100644 --- a/src/common/dmr/lc/csbk/CSBKFactory.h +++ b/src/common/dmr/lc/csbk/CSBKFactory.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_ACK_RSP.cpp b/src/common/dmr/lc/csbk/CSBK_ACK_RSP.cpp index 09f8b717..a2f77faf 100644 --- a/src/common/dmr/lc/csbk/CSBK_ACK_RSP.cpp +++ b/src/common/dmr/lc/csbk/CSBK_ACK_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_ACK_RSP.h b/src/common/dmr/lc/csbk/CSBK_ACK_RSP.h index ce4065d3..a3ddba83 100644 --- a/src/common/dmr/lc/csbk/CSBK_ACK_RSP.h +++ b/src/common/dmr/lc/csbk/CSBK_ACK_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_ALOHA.cpp b/src/common/dmr/lc/csbk/CSBK_ALOHA.cpp index 20ececd2..f4ceb425 100644 --- a/src/common/dmr/lc/csbk/CSBK_ALOHA.cpp +++ b/src/common/dmr/lc/csbk/CSBK_ALOHA.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_ALOHA.h b/src/common/dmr/lc/csbk/CSBK_ALOHA.h index 350c7498..ae343d18 100644 --- a/src/common/dmr/lc/csbk/CSBK_ALOHA.h +++ b/src/common/dmr/lc/csbk/CSBK_ALOHA.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_BROADCAST.cpp b/src/common/dmr/lc/csbk/CSBK_BROADCAST.cpp index e77f739e..684aa797 100644 --- a/src/common/dmr/lc/csbk/CSBK_BROADCAST.cpp +++ b/src/common/dmr/lc/csbk/CSBK_BROADCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_BROADCAST.h b/src/common/dmr/lc/csbk/CSBK_BROADCAST.h index f28002ac..0cb54c07 100644 --- a/src/common/dmr/lc/csbk/CSBK_BROADCAST.h +++ b/src/common/dmr/lc/csbk/CSBK_BROADCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_BSDWNACT.cpp b/src/common/dmr/lc/csbk/CSBK_BSDWNACT.cpp index 34e21cb7..64b0b7fb 100644 --- a/src/common/dmr/lc/csbk/CSBK_BSDWNACT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_BSDWNACT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_BSDWNACT.h b/src/common/dmr/lc/csbk/CSBK_BSDWNACT.h index 8998b472..8bdb8db8 100644 --- a/src/common/dmr/lc/csbk/CSBK_BSDWNACT.h +++ b/src/common/dmr/lc/csbk/CSBK_BSDWNACT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.cpp b/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.cpp index 038904a6..48ed389a 100644 --- a/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.h b/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.h index d492c61c..ea030e77 100644 --- a/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.h +++ b/src/common/dmr/lc/csbk/CSBK_CALL_ALRT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.cpp b/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.cpp index 4b0a07fe..6119acf1 100644 --- a/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.h b/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.h index 78415e7e..64238281 100644 --- a/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.h +++ b/src/common/dmr/lc/csbk/CSBK_EXT_FNCT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_MAINT.cpp b/src/common/dmr/lc/csbk/CSBK_MAINT.cpp index 51acee38..58b1be98 100644 --- a/src/common/dmr/lc/csbk/CSBK_MAINT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_MAINT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_MAINT.h b/src/common/dmr/lc/csbk/CSBK_MAINT.h index e0ea4eb3..4c01e86f 100644 --- a/src/common/dmr/lc/csbk/CSBK_MAINT.h +++ b/src/common/dmr/lc/csbk/CSBK_MAINT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_NACK_RSP.cpp b/src/common/dmr/lc/csbk/CSBK_NACK_RSP.cpp index a79b922c..398d4c13 100644 --- a/src/common/dmr/lc/csbk/CSBK_NACK_RSP.cpp +++ b/src/common/dmr/lc/csbk/CSBK_NACK_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_NACK_RSP.h b/src/common/dmr/lc/csbk/CSBK_NACK_RSP.h index b49ee3e7..b1c0ecb0 100644 --- a/src/common/dmr/lc/csbk/CSBK_NACK_RSP.h +++ b/src/common/dmr/lc/csbk/CSBK_NACK_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PD_GRANT.cpp b/src/common/dmr/lc/csbk/CSBK_PD_GRANT.cpp index 17998e4a..2d1fc41f 100644 --- a/src/common/dmr/lc/csbk/CSBK_PD_GRANT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_PD_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PD_GRANT.h b/src/common/dmr/lc/csbk/CSBK_PD_GRANT.h index 47bd1a06..5e6ec600 100644 --- a/src/common/dmr/lc/csbk/CSBK_PD_GRANT.h +++ b/src/common/dmr/lc/csbk/CSBK_PD_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PRECCSBK.cpp b/src/common/dmr/lc/csbk/CSBK_PRECCSBK.cpp index 88f69af6..44f82acc 100644 --- a/src/common/dmr/lc/csbk/CSBK_PRECCSBK.cpp +++ b/src/common/dmr/lc/csbk/CSBK_PRECCSBK.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PRECCSBK.h b/src/common/dmr/lc/csbk/CSBK_PRECCSBK.h index 49b5bffa..a278dba8 100644 --- a/src/common/dmr/lc/csbk/CSBK_PRECCSBK.h +++ b/src/common/dmr/lc/csbk/CSBK_PRECCSBK.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PV_GRANT.cpp b/src/common/dmr/lc/csbk/CSBK_PV_GRANT.cpp index 29eb525c..1ddf8698 100644 --- a/src/common/dmr/lc/csbk/CSBK_PV_GRANT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_PV_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_PV_GRANT.h b/src/common/dmr/lc/csbk/CSBK_PV_GRANT.h index 5c33e85d..84f7d51c 100644 --- a/src/common/dmr/lc/csbk/CSBK_PV_GRANT.h +++ b/src/common/dmr/lc/csbk/CSBK_PV_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_P_CLEAR.cpp b/src/common/dmr/lc/csbk/CSBK_P_CLEAR.cpp index 0c77fd4a..bd055629 100644 --- a/src/common/dmr/lc/csbk/CSBK_P_CLEAR.cpp +++ b/src/common/dmr/lc/csbk/CSBK_P_CLEAR.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_P_CLEAR.h b/src/common/dmr/lc/csbk/CSBK_P_CLEAR.h index 79a09c5c..e5bc9f87 100644 --- a/src/common/dmr/lc/csbk/CSBK_P_CLEAR.h +++ b/src/common/dmr/lc/csbk/CSBK_P_CLEAR.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_P_GRANT.cpp b/src/common/dmr/lc/csbk/CSBK_P_GRANT.cpp index 18082876..83c304df 100644 --- a/src/common/dmr/lc/csbk/CSBK_P_GRANT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_P_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_P_GRANT.h b/src/common/dmr/lc/csbk/CSBK_P_GRANT.h index 7a610cc5..6919a2aa 100644 --- a/src/common/dmr/lc/csbk/CSBK_P_GRANT.h +++ b/src/common/dmr/lc/csbk/CSBK_P_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_RAND.cpp b/src/common/dmr/lc/csbk/CSBK_RAND.cpp index fac4bdac..4e1034e0 100644 --- a/src/common/dmr/lc/csbk/CSBK_RAND.cpp +++ b/src/common/dmr/lc/csbk/CSBK_RAND.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_RAND.h b/src/common/dmr/lc/csbk/CSBK_RAND.h index 210f989a..e199d690 100644 --- a/src/common/dmr/lc/csbk/CSBK_RAND.h +++ b/src/common/dmr/lc/csbk/CSBK_RAND.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_RAW.cpp b/src/common/dmr/lc/csbk/CSBK_RAW.cpp index ff05bb00..92651992 100644 --- a/src/common/dmr/lc/csbk/CSBK_RAW.cpp +++ b/src/common/dmr/lc/csbk/CSBK_RAW.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_RAW.h b/src/common/dmr/lc/csbk/CSBK_RAW.h index 60361954..b0658c25 100644 --- a/src/common/dmr/lc/csbk/CSBK_RAW.h +++ b/src/common/dmr/lc/csbk/CSBK_RAW.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_TD_GRANT.cpp b/src/common/dmr/lc/csbk/CSBK_TD_GRANT.cpp index 5a777631..68bd5f41 100644 --- a/src/common/dmr/lc/csbk/CSBK_TD_GRANT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_TD_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_TD_GRANT.h b/src/common/dmr/lc/csbk/CSBK_TD_GRANT.h index 0a8506b7..2e597aeb 100644 --- a/src/common/dmr/lc/csbk/CSBK_TD_GRANT.h +++ b/src/common/dmr/lc/csbk/CSBK_TD_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_TV_GRANT.cpp b/src/common/dmr/lc/csbk/CSBK_TV_GRANT.cpp index 7b1db4d1..61f269a5 100644 --- a/src/common/dmr/lc/csbk/CSBK_TV_GRANT.cpp +++ b/src/common/dmr/lc/csbk/CSBK_TV_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_TV_GRANT.h b/src/common/dmr/lc/csbk/CSBK_TV_GRANT.h index 559c5773..0f053183 100644 --- a/src/common/dmr/lc/csbk/CSBK_TV_GRANT.h +++ b/src/common/dmr/lc/csbk/CSBK_TV_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.cpp b/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.cpp index 5a9deb23..791e7038 100644 --- a/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.cpp +++ b/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.h b/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.h index 8e629ab9..0d0b3395 100644 --- a/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.h +++ b/src/common/dmr/lc/csbk/CSBK_UU_ANS_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.cpp b/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.cpp index 8a5422f9..967a5052 100644 --- a/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.cpp +++ b/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.h b/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.h index 2e619b88..517e4fc1 100644 --- a/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.h +++ b/src/common/dmr/lc/csbk/CSBK_UU_V_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/edac/AMBEFEC.cpp b/src/common/edac/AMBEFEC.cpp index 992ee355..1a0eb5af 100644 --- a/src/common/edac/AMBEFEC.cpp +++ b/src/common/edac/AMBEFEC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/AMBEFEC.h b/src/common/edac/AMBEFEC.h index 3d00f551..93fcba90 100644 --- a/src/common/edac/AMBEFEC.h +++ b/src/common/edac/AMBEFEC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/BCH.cpp b/src/common/edac/BCH.cpp index 195376d4..0f1a013b 100644 --- a/src/common/edac/BCH.cpp +++ b/src/common/edac/BCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/BCH.h b/src/common/edac/BCH.h index 1fa8f90b..647213df 100644 --- a/src/common/edac/BCH.h +++ b/src/common/edac/BCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/BPTC19696.cpp b/src/common/edac/BPTC19696.cpp index 7a71cac6..d9074f31 100644 --- a/src/common/edac/BPTC19696.cpp +++ b/src/common/edac/BPTC19696.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/BPTC19696.h b/src/common/edac/BPTC19696.h index b7ecea5a..49fbb3b1 100644 --- a/src/common/edac/BPTC19696.h +++ b/src/common/edac/BPTC19696.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/CRC.cpp b/src/common/edac/CRC.cpp index 9541f6da..5b8f3e60 100644 --- a/src/common/edac/CRC.cpp +++ b/src/common/edac/CRC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/CRC.h b/src/common/edac/CRC.h index 35a3d331..255cfe43 100644 --- a/src/common/edac/CRC.h +++ b/src/common/edac/CRC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Golay2087.cpp b/src/common/edac/Golay2087.cpp index 88a14c47..7f420430 100644 --- a/src/common/edac/Golay2087.cpp +++ b/src/common/edac/Golay2087.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Golay2087.h b/src/common/edac/Golay2087.h index f6394fd9..8cc35394 100644 --- a/src/common/edac/Golay2087.h +++ b/src/common/edac/Golay2087.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Golay24128.cpp b/src/common/edac/Golay24128.cpp index 6060c7e9..6c0b1e96 100644 --- a/src/common/edac/Golay24128.cpp +++ b/src/common/edac/Golay24128.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Golay24128.h b/src/common/edac/Golay24128.h index 0b454c23..a5631944 100644 --- a/src/common/edac/Golay24128.h +++ b/src/common/edac/Golay24128.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Hamming.cpp b/src/common/edac/Hamming.cpp index b4bd9343..2dd7e001 100644 --- a/src/common/edac/Hamming.cpp +++ b/src/common/edac/Hamming.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Hamming.h b/src/common/edac/Hamming.h index 3230319c..da46fde3 100644 --- a/src/common/edac/Hamming.h +++ b/src/common/edac/Hamming.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/QR1676.cpp b/src/common/edac/QR1676.cpp index 2ca99cfe..82d76ec6 100644 --- a/src/common/edac/QR1676.cpp +++ b/src/common/edac/QR1676.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/QR1676.h b/src/common/edac/QR1676.h index 5b0de130..1d04ece1 100644 --- a/src/common/edac/QR1676.h +++ b/src/common/edac/QR1676.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/RS129.cpp b/src/common/edac/RS129.cpp index 6a2b71aa..fd4081d0 100644 --- a/src/common/edac/RS129.cpp +++ b/src/common/edac/RS129.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/RS129.h b/src/common/edac/RS129.h index 97f0a89f..3180deab 100644 --- a/src/common/edac/RS129.h +++ b/src/common/edac/RS129.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/RS634717.cpp b/src/common/edac/RS634717.cpp index 2e619274..bec30fb6 100755 --- a/src/common/edac/RS634717.cpp +++ b/src/common/edac/RS634717.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/RS634717.h b/src/common/edac/RS634717.h index 8bc9fd2d..43c0bfb3 100755 --- a/src/common/edac/RS634717.h +++ b/src/common/edac/RS634717.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/SHA256.cpp b/src/common/edac/SHA256.cpp index 5d8d279a..a9cb285d 100644 --- a/src/common/edac/SHA256.cpp +++ b/src/common/edac/SHA256.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/SHA256.h b/src/common/edac/SHA256.h index 42cba1ce..888743e9 100644 --- a/src/common/edac/SHA256.h +++ b/src/common/edac/SHA256.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Trellis.cpp b/src/common/edac/Trellis.cpp index 78ba7f7e..5f6f54fb 100644 --- a/src/common/edac/Trellis.cpp +++ b/src/common/edac/Trellis.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/Trellis.h b/src/common/edac/Trellis.h index 59e9adf3..b3827905 100644 --- a/src/common/edac/Trellis.h +++ b/src/common/edac/Trellis.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/edac/rs/RS.h b/src/common/edac/rs/RS.h index 9ac0a00c..6495794c 100755 --- a/src/common/edac/rs/RS.h +++ b/src/common/edac/rs/RS.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/lookups/AffiliationLookup.cpp b/src/common/lookups/AffiliationLookup.cpp index 89592e48..1646c349 100644 --- a/src/common/lookups/AffiliationLookup.cpp +++ b/src/common/lookups/AffiliationLookup.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/AffiliationLookup.h b/src/common/lookups/AffiliationLookup.h index 67b7f63b..b240c5d2 100644 --- a/src/common/lookups/AffiliationLookup.h +++ b/src/common/lookups/AffiliationLookup.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/IdenTableLookup.cpp b/src/common/lookups/IdenTableLookup.cpp index c9377425..28536580 100644 --- a/src/common/lookups/IdenTableLookup.cpp +++ b/src/common/lookups/IdenTableLookup.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/IdenTableLookup.h b/src/common/lookups/IdenTableLookup.h index 41777647..99fe95a6 100644 --- a/src/common/lookups/IdenTableLookup.h +++ b/src/common/lookups/IdenTableLookup.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/LookupTable.h b/src/common/lookups/LookupTable.h index ea470051..e52ba9ef 100644 --- a/src/common/lookups/LookupTable.h +++ b/src/common/lookups/LookupTable.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/RSSIInterpolator.cpp b/src/common/lookups/RSSIInterpolator.cpp index 8f2662c1..060165ff 100644 --- a/src/common/lookups/RSSIInterpolator.cpp +++ b/src/common/lookups/RSSIInterpolator.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/lookups/RSSIInterpolator.h b/src/common/lookups/RSSIInterpolator.h index 0111261a..1b7f56e9 100644 --- a/src/common/lookups/RSSIInterpolator.h +++ b/src/common/lookups/RSSIInterpolator.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/lookups/RadioIdLookup.cpp b/src/common/lookups/RadioIdLookup.cpp index 97c60cdc..f6821c8f 100644 --- a/src/common/lookups/RadioIdLookup.cpp +++ b/src/common/lookups/RadioIdLookup.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/lookups/RadioIdLookup.h b/src/common/lookups/RadioIdLookup.h index 97607031..a032d5f8 100644 --- a/src/common/lookups/RadioIdLookup.h +++ b/src/common/lookups/RadioIdLookup.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/lookups/TalkgroupRulesLookup.cpp b/src/common/lookups/TalkgroupRulesLookup.cpp index 1c7a0d82..f3a4dff3 100644 --- a/src/common/lookups/TalkgroupRulesLookup.cpp +++ b/src/common/lookups/TalkgroupRulesLookup.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/lookups/TalkgroupRulesLookup.h b/src/common/lookups/TalkgroupRulesLookup.h index ec3efa55..500d9f61 100644 --- a/src/common/lookups/TalkgroupRulesLookup.h +++ b/src/common/lookups/TalkgroupRulesLookup.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/BaseNetwork.cpp b/src/common/network/BaseNetwork.cpp index a576bc6d..c8c89f78 100644 --- a/src/common/network/BaseNetwork.cpp +++ b/src/common/network/BaseNetwork.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/BaseNetwork.h b/src/common/network/BaseNetwork.h index 1a99fe02..96dd06df 100644 --- a/src/common/network/BaseNetwork.h +++ b/src/common/network/BaseNetwork.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/FrameQueue.cpp b/src/common/network/FrameQueue.cpp index 28d9d1c6..a3113c53 100644 --- a/src/common/network/FrameQueue.cpp +++ b/src/common/network/FrameQueue.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/FrameQueue.h b/src/common/network/FrameQueue.h index 2058a264..4f89bee1 100644 --- a/src/common/network/FrameQueue.h +++ b/src/common/network/FrameQueue.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPExtensionHeader.cpp b/src/common/network/RTPExtensionHeader.cpp index 1f1dbfde..8e01f146 100644 --- a/src/common/network/RTPExtensionHeader.cpp +++ b/src/common/network/RTPExtensionHeader.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPExtensionHeader.h b/src/common/network/RTPExtensionHeader.h index aca943d3..3b2bbe93 100644 --- a/src/common/network/RTPExtensionHeader.h +++ b/src/common/network/RTPExtensionHeader.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPFNEHeader.cpp b/src/common/network/RTPFNEHeader.cpp index 1fff7e16..865c7b82 100644 --- a/src/common/network/RTPFNEHeader.cpp +++ b/src/common/network/RTPFNEHeader.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPFNEHeader.h b/src/common/network/RTPFNEHeader.h index 3b5d95b3..7c6db716 100644 --- a/src/common/network/RTPFNEHeader.h +++ b/src/common/network/RTPFNEHeader.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPHeader.cpp b/src/common/network/RTPHeader.cpp index a02aa03a..9a5f01f6 100644 --- a/src/common/network/RTPHeader.cpp +++ b/src/common/network/RTPHeader.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/RTPHeader.h b/src/common/network/RTPHeader.h index 7b9a9b81..6908e342 100644 --- a/src/common/network/RTPHeader.h +++ b/src/common/network/RTPHeader.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/UDPSocket.cpp b/src/common/network/UDPSocket.cpp index df743d15..f3704f8c 100644 --- a/src/common/network/UDPSocket.cpp +++ b/src/common/network/UDPSocket.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/UDPSocket.h b/src/common/network/UDPSocket.h index ca399828..afb7aa3a 100644 --- a/src/common/network/UDPSocket.h +++ b/src/common/network/UDPSocket.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/json/json.h b/src/common/network/json/json.h index dc4326af..80d7ff76 100644 --- a/src/common/network/json/json.h +++ b/src/common/network/json/json.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/RequestDispatcher.h b/src/common/network/rest/RequestDispatcher.h index 7fec497d..1d850d0a 100644 --- a/src/common/network/rest/RequestDispatcher.h +++ b/src/common/network/rest/RequestDispatcher.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/rest/http/ClientConnection.h b/src/common/network/rest/http/ClientConnection.h index 3730c70e..d8bd1bca 100644 --- a/src/common/network/rest/http/ClientConnection.h +++ b/src/common/network/rest/http/ClientConnection.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPClient.h b/src/common/network/rest/http/HTTPClient.h index 068911a8..1dd736e5 100644 --- a/src/common/network/rest/http/HTTPClient.h +++ b/src/common/network/rest/http/HTTPClient.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/network/rest/http/HTTPHeaders.h b/src/common/network/rest/http/HTTPHeaders.h index cf876130..54e3ba79 100644 --- a/src/common/network/rest/http/HTTPHeaders.h +++ b/src/common/network/rest/http/HTTPHeaders.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPLexer.cpp b/src/common/network/rest/http/HTTPLexer.cpp index 45caa999..01acf136 100644 --- a/src/common/network/rest/http/HTTPLexer.cpp +++ b/src/common/network/rest/http/HTTPLexer.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPLexer.h b/src/common/network/rest/http/HTTPLexer.h index 0c588694..b13de94d 100644 --- a/src/common/network/rest/http/HTTPLexer.h +++ b/src/common/network/rest/http/HTTPLexer.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPPayload.cpp b/src/common/network/rest/http/HTTPPayload.cpp index 24b666a5..6014c3c3 100644 --- a/src/common/network/rest/http/HTTPPayload.cpp +++ b/src/common/network/rest/http/HTTPPayload.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPPayload.h b/src/common/network/rest/http/HTTPPayload.h index 49205e4a..19b49d24 100644 --- a/src/common/network/rest/http/HTTPPayload.h +++ b/src/common/network/rest/http/HTTPPayload.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPRequestHandler.cpp b/src/common/network/rest/http/HTTPRequestHandler.cpp index 73ce2dca..40aaed07 100644 --- a/src/common/network/rest/http/HTTPRequestHandler.cpp +++ b/src/common/network/rest/http/HTTPRequestHandler.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPRequestHandler.h b/src/common/network/rest/http/HTTPRequestHandler.h index 143bb642..f46b95dd 100644 --- a/src/common/network/rest/http/HTTPRequestHandler.h +++ b/src/common/network/rest/http/HTTPRequestHandler.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/HTTPServer.h b/src/common/network/rest/http/HTTPServer.h index 051544ec..20a19960 100644 --- a/src/common/network/rest/http/HTTPServer.h +++ b/src/common/network/rest/http/HTTPServer.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/ServerConnection.h b/src/common/network/rest/http/ServerConnection.h index faa6e8cc..3c9a30e6 100644 --- a/src/common/network/rest/http/ServerConnection.h +++ b/src/common/network/rest/http/ServerConnection.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/network/rest/http/ServerConnectionManager.h b/src/common/network/rest/http/ServerConnectionManager.h index 53d7f297..20040caf 100644 --- a/src/common/network/rest/http/ServerConnectionManager.h +++ b/src/common/network/rest/http/ServerConnectionManager.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/NXDNDefines.h b/src/common/nxdn/NXDNDefines.h index e3b3c38f..58582bed 100644 --- a/src/common/nxdn/NXDNDefines.h +++ b/src/common/nxdn/NXDNDefines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/NXDNUtils.cpp b/src/common/nxdn/NXDNUtils.cpp index f564abe5..693aba7e 100644 --- a/src/common/nxdn/NXDNUtils.cpp +++ b/src/common/nxdn/NXDNUtils.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/NXDNUtils.h b/src/common/nxdn/NXDNUtils.h index a00dbadc..fd7365b6 100644 --- a/src/common/nxdn/NXDNUtils.h +++ b/src/common/nxdn/NXDNUtils.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/SiteData.h b/src/common/nxdn/SiteData.h index 43a92e11..39df3577 100644 --- a/src/common/nxdn/SiteData.h +++ b/src/common/nxdn/SiteData.h @@ -1,5 +1,5 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * diff --git a/src/common/nxdn/Sync.cpp b/src/common/nxdn/Sync.cpp index a3d19683..87f09ff1 100644 --- a/src/common/nxdn/Sync.cpp +++ b/src/common/nxdn/Sync.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/Sync.h b/src/common/nxdn/Sync.h index b2545571..49296120 100644 --- a/src/common/nxdn/Sync.h +++ b/src/common/nxdn/Sync.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/acl/AccessControl.cpp b/src/common/nxdn/acl/AccessControl.cpp index 9d55fadf..20cd08f3 100644 --- a/src/common/nxdn/acl/AccessControl.cpp +++ b/src/common/nxdn/acl/AccessControl.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/acl/AccessControl.h b/src/common/nxdn/acl/AccessControl.h index bffa0bb2..f4588a46 100644 --- a/src/common/nxdn/acl/AccessControl.h +++ b/src/common/nxdn/acl/AccessControl.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/CAC.cpp b/src/common/nxdn/channel/CAC.cpp index 549be0ae..e8d8f179 100644 --- a/src/common/nxdn/channel/CAC.cpp +++ b/src/common/nxdn/channel/CAC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/CAC.h b/src/common/nxdn/channel/CAC.h index 1e22a71f..5fb6fd38 100644 --- a/src/common/nxdn/channel/CAC.h +++ b/src/common/nxdn/channel/CAC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/FACCH1.cpp b/src/common/nxdn/channel/FACCH1.cpp index 1fd8e50c..80dae3fc 100644 --- a/src/common/nxdn/channel/FACCH1.cpp +++ b/src/common/nxdn/channel/FACCH1.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/FACCH1.h b/src/common/nxdn/channel/FACCH1.h index d9265016..9960f21d 100644 --- a/src/common/nxdn/channel/FACCH1.h +++ b/src/common/nxdn/channel/FACCH1.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/LICH.cpp b/src/common/nxdn/channel/LICH.cpp index d2f434d7..77b89a98 100644 --- a/src/common/nxdn/channel/LICH.cpp +++ b/src/common/nxdn/channel/LICH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/LICH.h b/src/common/nxdn/channel/LICH.h index 085558a4..99175c02 100644 --- a/src/common/nxdn/channel/LICH.h +++ b/src/common/nxdn/channel/LICH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/SACCH.cpp b/src/common/nxdn/channel/SACCH.cpp index e4c15cfc..4783b29f 100644 --- a/src/common/nxdn/channel/SACCH.cpp +++ b/src/common/nxdn/channel/SACCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/SACCH.h b/src/common/nxdn/channel/SACCH.h index eda8f457..6cf33c8d 100644 --- a/src/common/nxdn/channel/SACCH.h +++ b/src/common/nxdn/channel/SACCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/UDCH.cpp b/src/common/nxdn/channel/UDCH.cpp index 35a6edc5..88fa4c3d 100644 --- a/src/common/nxdn/channel/UDCH.cpp +++ b/src/common/nxdn/channel/UDCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/channel/UDCH.h b/src/common/nxdn/channel/UDCH.h index 676fe4f2..63f12c49 100644 --- a/src/common/nxdn/channel/UDCH.h +++ b/src/common/nxdn/channel/UDCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/edac/Convolution.cpp b/src/common/nxdn/edac/Convolution.cpp index 9f61cb73..4a87251c 100644 --- a/src/common/nxdn/edac/Convolution.cpp +++ b/src/common/nxdn/edac/Convolution.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/edac/Convolution.h b/src/common/nxdn/edac/Convolution.h index 3d4057e9..414de1de 100644 --- a/src/common/nxdn/edac/Convolution.h +++ b/src/common/nxdn/edac/Convolution.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/lc/PacketInformation.cpp b/src/common/nxdn/lc/PacketInformation.cpp index 894820b3..c22c194b 100644 --- a/src/common/nxdn/lc/PacketInformation.cpp +++ b/src/common/nxdn/lc/PacketInformation.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/PacketInformation.h b/src/common/nxdn/lc/PacketInformation.h index 660322c0..15cb8877 100644 --- a/src/common/nxdn/lc/PacketInformation.h +++ b/src/common/nxdn/lc/PacketInformation.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/RCCH.cpp b/src/common/nxdn/lc/RCCH.cpp index 9dab007c..501c1439 100644 --- a/src/common/nxdn/lc/RCCH.cpp +++ b/src/common/nxdn/lc/RCCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/lc/RCCH.h b/src/common/nxdn/lc/RCCH.h index 4d42f102..f21ba4f1 100644 --- a/src/common/nxdn/lc/RCCH.h +++ b/src/common/nxdn/lc/RCCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/lc/RTCH.cpp b/src/common/nxdn/lc/RTCH.cpp index 1b8a606a..b3d64700 100644 --- a/src/common/nxdn/lc/RTCH.cpp +++ b/src/common/nxdn/lc/RTCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/lc/RTCH.h b/src/common/nxdn/lc/RTCH.h index d387598c..7263ab0e 100644 --- a/src/common/nxdn/lc/RTCH.h +++ b/src/common/nxdn/lc/RTCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.cpp index d0905cc6..2552e885 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.h index 7d5e9909..41569967 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DCALL_HDR.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.cpp index 36b9878d..3b6cd172 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.h index 15bbe9b8..ff371616 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_DST_ID_INFO.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.cpp index 1f21d0d3..4181d386 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.h index cab66b47..5f7c2bf2 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_GRP_REG.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.cpp index 33720526..36fefc6d 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.h index 8ed2f06b..671f8359 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_IDLE.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.cpp index 67f5d881..f246a89c 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.h index 1272472f..f19abbd6 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.cpp index 7b0f9891..a336ce51 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.h index bfe43966..336119a7 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_C.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.cpp index d81d807a..3c215bf2 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.h index fffe5aa0..2b09138b 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_REG_COMM.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.cpp index 30d3ffcf..9c90aba7 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.h index 5acc7dd3..d33e81ae 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SITE_INFO.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.cpp index b5e6041f..ddbd99d9 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.h index 18f299ae..3c9c30b7 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_SRV_INFO.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.cpp index 60fd5eb2..872b379c 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.h index 530f7a93..651df75e 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_ASSGN.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.cpp b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.cpp index 783cf151..72dfdcd0 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.cpp +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.h b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.h index b363ecf6..2c7bf8c1 100644 --- a/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.h +++ b/src/common/nxdn/lc/rcch/MESSAGE_TYPE_VCALL_CONN.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/RCCHFactory.cpp b/src/common/nxdn/lc/rcch/RCCHFactory.cpp index 000c0a2a..c52e43ae 100644 --- a/src/common/nxdn/lc/rcch/RCCHFactory.cpp +++ b/src/common/nxdn/lc/rcch/RCCHFactory.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/nxdn/lc/rcch/RCCHFactory.h b/src/common/nxdn/lc/rcch/RCCHFactory.h index fc71cc5e..5f19f1de 100644 --- a/src/common/nxdn/lc/rcch/RCCHFactory.h +++ b/src/common/nxdn/lc/rcch/RCCHFactory.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/Audio.cpp b/src/common/p25/Audio.cpp index be04b69c..09a19e5e 100644 --- a/src/common/p25/Audio.cpp +++ b/src/common/p25/Audio.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/Audio.h b/src/common/p25/Audio.h index ab063573..1d2b858f 100644 --- a/src/common/p25/Audio.h +++ b/src/common/p25/Audio.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/NID.cpp b/src/common/p25/NID.cpp index 76eb50d9..48da1c89 100644 --- a/src/common/p25/NID.cpp +++ b/src/common/p25/NID.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/NID.h b/src/common/p25/NID.h index 794c95a3..b425ac77 100644 --- a/src/common/p25/NID.h +++ b/src/common/p25/NID.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/P25Defines.h b/src/common/p25/P25Defines.h index 769dd8f2..3c48d252 100644 --- a/src/common/p25/P25Defines.h +++ b/src/common/p25/P25Defines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/P25Utils.cpp b/src/common/p25/P25Utils.cpp index 82c54a8f..6468b40f 100644 --- a/src/common/p25/P25Utils.cpp +++ b/src/common/p25/P25Utils.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/P25Utils.h b/src/common/p25/P25Utils.h index 00dfc023..6ccb7344 100644 --- a/src/common/p25/P25Utils.h +++ b/src/common/p25/P25Utils.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/SiteData.h b/src/common/p25/SiteData.h index 1977cb1d..a9c3f495 100644 --- a/src/common/p25/SiteData.h +++ b/src/common/p25/SiteData.h @@ -1,5 +1,5 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * diff --git a/src/common/p25/Sync.cpp b/src/common/p25/Sync.cpp index 9ebd24dd..4c85570d 100644 --- a/src/common/p25/Sync.cpp +++ b/src/common/p25/Sync.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/Sync.h b/src/common/p25/Sync.h index d5896db7..825c6d47 100644 --- a/src/common/p25/Sync.h +++ b/src/common/p25/Sync.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/acl/AccessControl.cpp b/src/common/p25/acl/AccessControl.cpp index e5346697..4a44ea4c 100644 --- a/src/common/p25/acl/AccessControl.cpp +++ b/src/common/p25/acl/AccessControl.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/acl/AccessControl.h b/src/common/p25/acl/AccessControl.h index 09a804e8..cf331853 100644 --- a/src/common/p25/acl/AccessControl.h +++ b/src/common/p25/acl/AccessControl.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/data/DataBlock.cpp b/src/common/p25/data/DataBlock.cpp index 7f20d41c..04549d21 100644 --- a/src/common/p25/data/DataBlock.cpp +++ b/src/common/p25/data/DataBlock.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/data/DataBlock.h b/src/common/p25/data/DataBlock.h index 6cfdddcd..8c3f4866 100644 --- a/src/common/p25/data/DataBlock.h +++ b/src/common/p25/data/DataBlock.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/data/DataHeader.cpp b/src/common/p25/data/DataHeader.cpp index d23a5c70..cd30f00b 100644 --- a/src/common/p25/data/DataHeader.cpp +++ b/src/common/p25/data/DataHeader.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/data/DataHeader.h b/src/common/p25/data/DataHeader.h index a0d94811..a6cd61a2 100644 --- a/src/common/p25/data/DataHeader.h +++ b/src/common/p25/data/DataHeader.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/data/LowSpeedData.cpp b/src/common/p25/data/LowSpeedData.cpp index 3ae5a450..ce29f775 100644 --- a/src/common/p25/data/LowSpeedData.cpp +++ b/src/common/p25/data/LowSpeedData.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/data/LowSpeedData.h b/src/common/p25/data/LowSpeedData.h index 52096ac1..0ce337c6 100644 --- a/src/common/p25/data/LowSpeedData.h +++ b/src/common/p25/data/LowSpeedData.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/dfsi/DFSIDefines.h b/src/common/p25/dfsi/DFSIDefines.h index dcbbd58a..81bbc1fa 100644 --- a/src/common/p25/dfsi/DFSIDefines.h +++ b/src/common/p25/dfsi/DFSIDefines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/dfsi/LC.cpp b/src/common/p25/dfsi/LC.cpp index a52ba7b3..e68960d2 100644 --- a/src/common/p25/dfsi/LC.cpp +++ b/src/common/p25/dfsi/LC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/dfsi/LC.h b/src/common/p25/dfsi/LC.h index 05dab202..fae5af1c 100644 --- a/src/common/p25/dfsi/LC.h +++ b/src/common/p25/dfsi/LC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/AMBT.cpp b/src/common/p25/lc/AMBT.cpp index a8139e47..9024f766 100644 --- a/src/common/p25/lc/AMBT.cpp +++ b/src/common/p25/lc/AMBT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/AMBT.h b/src/common/p25/lc/AMBT.h index ca01ef6d..711c0b06 100644 --- a/src/common/p25/lc/AMBT.h +++ b/src/common/p25/lc/AMBT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/LC.cpp b/src/common/p25/lc/LC.cpp index 851fd6b6..c110de24 100644 --- a/src/common/p25/lc/LC.cpp +++ b/src/common/p25/lc/LC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/lc/LC.h b/src/common/p25/lc/LC.h index edcbc6ea..5ff7222a 100644 --- a/src/common/p25/lc/LC.h +++ b/src/common/p25/lc/LC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/p25/lc/TDULC.cpp b/src/common/p25/lc/TDULC.cpp index 258e9dd3..70ab6b98 100644 --- a/src/common/p25/lc/TDULC.cpp +++ b/src/common/p25/lc/TDULC.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/TDULC.h b/src/common/p25/lc/TDULC.h index 92598720..92d70aed 100644 --- a/src/common/p25/lc/TDULC.h +++ b/src/common/p25/lc/TDULC.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/TSBK.cpp b/src/common/p25/lc/TSBK.cpp index a365cd83..ab5b1b04 100644 --- a/src/common/p25/lc/TSBK.cpp +++ b/src/common/p25/lc/TSBK.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/TSBK.h b/src/common/p25/lc/TSBK.h index 3e0510e2..078812dc 100644 --- a/src/common/p25/lc/TSBK.h +++ b/src/common/p25/lc/TSBK.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.cpp b/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.cpp index 92d0821f..128fe7a7 100644 --- a/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.cpp +++ b/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.h b/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.h index a33281e1..46a446c3 100644 --- a/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.h +++ b/src/common/p25/lc/tdulc/LC_ADJ_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_CALL_TERM.cpp b/src/common/p25/lc/tdulc/LC_CALL_TERM.cpp index 1afaeb51..19a61e54 100644 --- a/src/common/p25/lc/tdulc/LC_CALL_TERM.cpp +++ b/src/common/p25/lc/tdulc/LC_CALL_TERM.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_CALL_TERM.h b/src/common/p25/lc/tdulc/LC_CALL_TERM.h index ea0664c2..1eef898b 100644 --- a/src/common/p25/lc/tdulc/LC_CALL_TERM.h +++ b/src/common/p25/lc/tdulc/LC_CALL_TERM.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.cpp b/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.cpp index 48705197..1c78626b 100644 --- a/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.cpp +++ b/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.h b/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.h index 24c33734..cd2f875a 100644 --- a/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.h +++ b/src/common/p25/lc/tdulc/LC_CONV_FALLBACK.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_FAILSOFT.cpp b/src/common/p25/lc/tdulc/LC_FAILSOFT.cpp index 81a2ba52..d5c48386 100644 --- a/src/common/p25/lc/tdulc/LC_FAILSOFT.cpp +++ b/src/common/p25/lc/tdulc/LC_FAILSOFT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_FAILSOFT.h b/src/common/p25/lc/tdulc/LC_FAILSOFT.h index a3adbb10..be1cebe8 100644 --- a/src/common/p25/lc/tdulc/LC_FAILSOFT.h +++ b/src/common/p25/lc/tdulc/LC_FAILSOFT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_GROUP.cpp b/src/common/p25/lc/tdulc/LC_GROUP.cpp index dfe9f43e..07563389 100644 --- a/src/common/p25/lc/tdulc/LC_GROUP.cpp +++ b/src/common/p25/lc/tdulc/LC_GROUP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_GROUP.h b/src/common/p25/lc/tdulc/LC_GROUP.h index ee36ecca..08022e2c 100644 --- a/src/common/p25/lc/tdulc/LC_GROUP.h +++ b/src/common/p25/lc/tdulc/LC_GROUP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_GROUP_UPDT.cpp b/src/common/p25/lc/tdulc/LC_GROUP_UPDT.cpp index 806581e6..04e17992 100644 --- a/src/common/p25/lc/tdulc/LC_GROUP_UPDT.cpp +++ b/src/common/p25/lc/tdulc/LC_GROUP_UPDT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_GROUP_UPDT.h b/src/common/p25/lc/tdulc/LC_GROUP_UPDT.h index 52c34fe7..ea7c649c 100644 --- a/src/common/p25/lc/tdulc/LC_GROUP_UPDT.h +++ b/src/common/p25/lc/tdulc/LC_GROUP_UPDT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_IDEN_UP.cpp b/src/common/p25/lc/tdulc/LC_IDEN_UP.cpp index 11e11d74..5f9dd4bf 100644 --- a/src/common/p25/lc/tdulc/LC_IDEN_UP.cpp +++ b/src/common/p25/lc/tdulc/LC_IDEN_UP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_IDEN_UP.h b/src/common/p25/lc/tdulc/LC_IDEN_UP.h index b944f649..c0d0b494 100644 --- a/src/common/p25/lc/tdulc/LC_IDEN_UP.h +++ b/src/common/p25/lc/tdulc/LC_IDEN_UP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.cpp b/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.cpp index 5764364a..eb7ced72 100644 --- a/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.cpp +++ b/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.h b/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.h index ae239c4d..bcc3c306 100644 --- a/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.h +++ b/src/common/p25/lc/tdulc/LC_NET_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_PRIVATE.cpp b/src/common/p25/lc/tdulc/LC_PRIVATE.cpp index 469b8f50..76d14324 100644 --- a/src/common/p25/lc/tdulc/LC_PRIVATE.cpp +++ b/src/common/p25/lc/tdulc/LC_PRIVATE.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_PRIVATE.h b/src/common/p25/lc/tdulc/LC_PRIVATE.h index 5f41bfc5..697cb3a3 100644 --- a/src/common/p25/lc/tdulc/LC_PRIVATE.h +++ b/src/common/p25/lc/tdulc/LC_PRIVATE.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.cpp b/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.cpp index 3c56a0b3..8da925de 100644 --- a/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.cpp +++ b/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.h b/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.h index 051db5e7..3aa14579 100644 --- a/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.h +++ b/src/common/p25/lc/tdulc/LC_RFSS_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.cpp b/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.cpp index e1e11f27..189bbc58 100644 --- a/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.cpp +++ b/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.h b/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.h index abdae0f7..9b7c9761 100644 --- a/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.h +++ b/src/common/p25/lc/tdulc/LC_SYS_SRV_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.cpp b/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.cpp index 3d226392..c30e37a5 100644 --- a/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.cpp +++ b/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.h b/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.h index 497fefba..65a26445 100644 --- a/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.h +++ b/src/common/p25/lc/tdulc/LC_TEL_INT_VCH_USER.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/TDULCFactory.cpp b/src/common/p25/lc/tdulc/TDULCFactory.cpp index 3b6a2260..54756c1a 100644 --- a/src/common/p25/lc/tdulc/TDULCFactory.cpp +++ b/src/common/p25/lc/tdulc/TDULCFactory.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tdulc/TDULCFactory.h b/src/common/p25/lc/tdulc/TDULCFactory.h index 8c6cc6fd..9f2f96e7 100644 --- a/src/common/p25/lc/tdulc/TDULCFactory.h +++ b/src/common/p25/lc/tdulc/TDULCFactory.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_ACK_RSP.cpp b/src/common/p25/lc/tsbk/IOSP_ACK_RSP.cpp index 5627e1f0..284b56f4 100644 --- a/src/common/p25/lc/tsbk/IOSP_ACK_RSP.cpp +++ b/src/common/p25/lc/tsbk/IOSP_ACK_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_ACK_RSP.h b/src/common/p25/lc/tsbk/IOSP_ACK_RSP.h index 9598dfa2..45c32b9a 100644 --- a/src/common/p25/lc/tsbk/IOSP_ACK_RSP.h +++ b/src/common/p25/lc/tsbk/IOSP_ACK_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.cpp b/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.cpp index 0f9a07f8..732f4b6f 100644 --- a/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.cpp +++ b/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.h b/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.h index 2854ae96..58844ff0 100644 --- a/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.h +++ b/src/common/p25/lc/tsbk/IOSP_CALL_ALRT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.cpp b/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.cpp index 6e5be7c4..da715f99 100644 --- a/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.cpp +++ b/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.h b/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.h index 2a4fcd9b..acfc72b1 100644 --- a/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.h +++ b/src/common/p25/lc/tsbk/IOSP_EXT_FNCT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_GRP_AFF.cpp b/src/common/p25/lc/tsbk/IOSP_GRP_AFF.cpp index c534235f..16a7f2cb 100644 --- a/src/common/p25/lc/tsbk/IOSP_GRP_AFF.cpp +++ b/src/common/p25/lc/tsbk/IOSP_GRP_AFF.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_GRP_AFF.h b/src/common/p25/lc/tsbk/IOSP_GRP_AFF.h index c9d81d75..e0e4fe2e 100644 --- a/src/common/p25/lc/tsbk/IOSP_GRP_AFF.h +++ b/src/common/p25/lc/tsbk/IOSP_GRP_AFF.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_GRP_VCH.cpp b/src/common/p25/lc/tsbk/IOSP_GRP_VCH.cpp index adfa7322..9693bcbc 100644 --- a/src/common/p25/lc/tsbk/IOSP_GRP_VCH.cpp +++ b/src/common/p25/lc/tsbk/IOSP_GRP_VCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_GRP_VCH.h b/src/common/p25/lc/tsbk/IOSP_GRP_VCH.h index 7ed59380..67a50996 100644 --- a/src/common/p25/lc/tsbk/IOSP_GRP_VCH.h +++ b/src/common/p25/lc/tsbk/IOSP_GRP_VCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.cpp b/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.cpp index 3872183b..761b4476 100644 --- a/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.cpp +++ b/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.h b/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.h index d4ac5e30..507387e9 100644 --- a/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.h +++ b/src/common/p25/lc/tsbk/IOSP_MSG_UPDT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_RAD_MON.cpp b/src/common/p25/lc/tsbk/IOSP_RAD_MON.cpp index d5b6b420..ffeee801 100644 --- a/src/common/p25/lc/tsbk/IOSP_RAD_MON.cpp +++ b/src/common/p25/lc/tsbk/IOSP_RAD_MON.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_RAD_MON.h b/src/common/p25/lc/tsbk/IOSP_RAD_MON.h index 4df24653..8b65cbb3 100644 --- a/src/common/p25/lc/tsbk/IOSP_RAD_MON.h +++ b/src/common/p25/lc/tsbk/IOSP_RAD_MON.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_STS_UPDT.cpp b/src/common/p25/lc/tsbk/IOSP_STS_UPDT.cpp index 1841776e..944932f3 100644 --- a/src/common/p25/lc/tsbk/IOSP_STS_UPDT.cpp +++ b/src/common/p25/lc/tsbk/IOSP_STS_UPDT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_STS_UPDT.h b/src/common/p25/lc/tsbk/IOSP_STS_UPDT.h index ac478d3b..03474c05 100644 --- a/src/common/p25/lc/tsbk/IOSP_STS_UPDT.h +++ b/src/common/p25/lc/tsbk/IOSP_STS_UPDT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_UU_ANS.cpp b/src/common/p25/lc/tsbk/IOSP_UU_ANS.cpp index 1e09730d..8fee4546 100644 --- a/src/common/p25/lc/tsbk/IOSP_UU_ANS.cpp +++ b/src/common/p25/lc/tsbk/IOSP_UU_ANS.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_UU_ANS.h b/src/common/p25/lc/tsbk/IOSP_UU_ANS.h index 2ef37741..bcf901f9 100644 --- a/src/common/p25/lc/tsbk/IOSP_UU_ANS.h +++ b/src/common/p25/lc/tsbk/IOSP_UU_ANS.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_UU_VCH.cpp b/src/common/p25/lc/tsbk/IOSP_UU_VCH.cpp index f022429c..42c6e88d 100644 --- a/src/common/p25/lc/tsbk/IOSP_UU_VCH.cpp +++ b/src/common/p25/lc/tsbk/IOSP_UU_VCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_UU_VCH.h b/src/common/p25/lc/tsbk/IOSP_UU_VCH.h index e35b9c5f..005ba86d 100644 --- a/src/common/p25/lc/tsbk/IOSP_UU_VCH.h +++ b/src/common/p25/lc/tsbk/IOSP_UU_VCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_U_REG.cpp b/src/common/p25/lc/tsbk/IOSP_U_REG.cpp index 3d8e8f22..d67c9828 100644 --- a/src/common/p25/lc/tsbk/IOSP_U_REG.cpp +++ b/src/common/p25/lc/tsbk/IOSP_U_REG.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/IOSP_U_REG.h b/src/common/p25/lc/tsbk/IOSP_U_REG.h index 0d1fd2aa..305c1efd 100644 --- a/src/common/p25/lc/tsbk/IOSP_U_REG.h +++ b/src/common/p25/lc/tsbk/IOSP_U_REG.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.cpp b/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.cpp index 6bb751b4..47ffe85b 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.cpp +++ b/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.h b/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.h index 64f4ed08..496ffb03 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.h +++ b/src/common/p25/lc/tsbk/ISP_AUTH_FNE_RST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_RESP.cpp b/src/common/p25/lc/tsbk/ISP_AUTH_RESP.cpp index efd0b50d..9cb52506 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_RESP.cpp +++ b/src/common/p25/lc/tsbk/ISP_AUTH_RESP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_RESP.h b/src/common/p25/lc/tsbk/ISP_AUTH_RESP.h index f81dae40..4adbdd8a 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_RESP.h +++ b/src/common/p25/lc/tsbk/ISP_AUTH_RESP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.cpp b/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.cpp index 13cf99e3..f7eb4b0c 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.cpp +++ b/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.h b/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.h index 4e11b842..cf3abbdd 100644 --- a/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.h +++ b/src/common/p25/lc/tsbk/ISP_AUTH_SU_DMD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.cpp b/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.cpp index d42f2f99..429f141c 100644 --- a/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.cpp +++ b/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.h b/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.h index 378bb594..8760729d 100644 --- a/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.h +++ b/src/common/p25/lc/tsbk/ISP_CAN_SRV_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.cpp b/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.cpp index 0efb0652..8fb4f2df 100644 --- a/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.cpp +++ b/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h b/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h index 5df034b4..4144a5c3 100644 --- a/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h +++ b/src/common/p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.cpp b/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.cpp index b518e594..e6164ad9 100644 --- a/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.cpp +++ b/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h b/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h index a84c1d57..76a0cc14 100644 --- a/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h +++ b/src/common/p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.cpp b/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.cpp index fa88546d..a9e261a4 100644 --- a/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.cpp +++ b/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.h b/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.h index 7030de70..fe24c2f4 100644 --- a/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.h +++ b/src/common/p25/lc/tsbk/ISP_LOC_REG_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.cpp b/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.cpp index 86a3220a..ad84c0d1 100644 --- a/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.cpp +++ b/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.h b/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.h index becb381d..fc26cfa5 100644 --- a/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.h +++ b/src/common/p25/lc/tsbk/ISP_SNDCP_CH_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.cpp b/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.cpp index d5b7563c..2274a0f7 100644 --- a/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.cpp +++ b/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.h b/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.h index f7054ff4..a982023f 100644 --- a/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.h +++ b/src/common/p25/lc/tsbk/ISP_U_DEREG_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.cpp b/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.cpp index c075ed9a..1cd2b65e 100644 --- a/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.h b/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.h index 83863f18..3c80071e 100644 --- a/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/OSP_ADJ_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.cpp b/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.cpp index 0bfe09bd..59fd79b4 100644 --- a/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.cpp +++ b/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.h b/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.h index 3b419cb2..4045127c 100644 --- a/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.h +++ b/src/common/p25/lc/tsbk/OSP_AUTH_FNE_RESP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_DENY_RSP.cpp b/src/common/p25/lc/tsbk/OSP_DENY_RSP.cpp index c47fedff..bb4c81e5 100644 --- a/src/common/p25/lc/tsbk/OSP_DENY_RSP.cpp +++ b/src/common/p25/lc/tsbk/OSP_DENY_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_DENY_RSP.h b/src/common/p25/lc/tsbk/OSP_DENY_RSP.h index 4c958fb5..016368a0 100644 --- a/src/common/p25/lc/tsbk/OSP_DENY_RSP.h +++ b/src/common/p25/lc/tsbk/OSP_DENY_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.cpp b/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.cpp index 75a93727..d4b30739 100644 --- a/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.cpp +++ b/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h b/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h index 1ab79bd5..69e3eb99 100644 --- a/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h +++ b/src/common/p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.cpp b/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.cpp index dbf0b6f6..9a4ad2c9 100644 --- a/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.cpp +++ b/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.h b/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.h index 0915bb21..7874f84f 100644 --- a/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.h +++ b/src/common/p25/lc/tsbk/OSP_GRP_AFF_Q.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.cpp b/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.cpp index 245c3f3f..d477a3ea 100644 --- a/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.cpp +++ b/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h b/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h index 0823f723..59ce0999 100644 --- a/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h +++ b/src/common/p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_IDEN_UP.cpp b/src/common/p25/lc/tsbk/OSP_IDEN_UP.cpp index 7f143524..7202d72d 100644 --- a/src/common/p25/lc/tsbk/OSP_IDEN_UP.cpp +++ b/src/common/p25/lc/tsbk/OSP_IDEN_UP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_IDEN_UP.h b/src/common/p25/lc/tsbk/OSP_IDEN_UP.h index e03a1fd5..1fe1375f 100644 --- a/src/common/p25/lc/tsbk/OSP_IDEN_UP.h +++ b/src/common/p25/lc/tsbk/OSP_IDEN_UP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.cpp b/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.cpp index 9f4f2569..80a10899 100644 --- a/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.cpp +++ b/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.h b/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.h index c461f761..c56a17ae 100644 --- a/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.h +++ b/src/common/p25/lc/tsbk/OSP_IDEN_UP_VU.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.cpp b/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.cpp index dd915263..943071fc 100644 --- a/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.cpp +++ b/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.h b/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.h index 645a05d5..76f4d8b8 100644 --- a/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.h +++ b/src/common/p25/lc/tsbk/OSP_LOC_REG_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.cpp b/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.cpp index 30668e2e..243b1b21 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.h b/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.h index ec2b9aed..506f237b 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_CC_BSI.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.cpp b/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.cpp index 4973f3ed..2cee2593 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.h b/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.h index 84130915..d31085c2 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_ADD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.cpp b/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.cpp index 7681110c..54aff895 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.h b/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.h index 584d6bd2..b296e5cf 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_DEL.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.cpp b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.cpp index b29fba0f..7d085c02 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h index c0891ad0..1edc008b 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.cpp b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.cpp index 2a3e6bb0..ab752622 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h index 8d53bdd8..b39a470f 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.cpp b/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.cpp index 159d1982..7ed355ff 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.cpp +++ b/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.h b/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.h index 320c7eaa..98f04a68 100644 --- a/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.h +++ b/src/common/p25/lc/tsbk/OSP_MOT_PSH_CCH.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.cpp b/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.cpp index ed84b17f..9539ebf1 100644 --- a/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.h b/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.h index bfee0bf3..29159ee2 100644 --- a/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/OSP_NET_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_QUE_RSP.cpp b/src/common/p25/lc/tsbk/OSP_QUE_RSP.cpp index 95f9e929..9966ffe1 100644 --- a/src/common/p25/lc/tsbk/OSP_QUE_RSP.cpp +++ b/src/common/p25/lc/tsbk/OSP_QUE_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_QUE_RSP.h b/src/common/p25/lc/tsbk/OSP_QUE_RSP.h index 6693fc1e..addd105d 100644 --- a/src/common/p25/lc/tsbk/OSP_QUE_RSP.h +++ b/src/common/p25/lc/tsbk/OSP_QUE_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.cpp b/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.cpp index eb12c452..fd5900f2 100644 --- a/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.h b/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.h index 1a143351..38c7d207 100644 --- a/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/OSP_RFSS_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SCCB.cpp b/src/common/p25/lc/tsbk/OSP_SCCB.cpp index cf30050d..1a83a8dc 100644 --- a/src/common/p25/lc/tsbk/OSP_SCCB.cpp +++ b/src/common/p25/lc/tsbk/OSP_SCCB.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SCCB.h b/src/common/p25/lc/tsbk/OSP_SCCB.h index c1f519ed..6ef98e2f 100644 --- a/src/common/p25/lc/tsbk/OSP_SCCB.h +++ b/src/common/p25/lc/tsbk/OSP_SCCB.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SCCB_EXP.cpp b/src/common/p25/lc/tsbk/OSP_SCCB_EXP.cpp index 917579d1..fc975992 100644 --- a/src/common/p25/lc/tsbk/OSP_SCCB_EXP.cpp +++ b/src/common/p25/lc/tsbk/OSP_SCCB_EXP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SCCB_EXP.h b/src/common/p25/lc/tsbk/OSP_SCCB_EXP.h index 72f31e2b..1381f126 100644 --- a/src/common/p25/lc/tsbk/OSP_SCCB_EXP.h +++ b/src/common/p25/lc/tsbk/OSP_SCCB_EXP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.cpp b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.cpp index e2a6d76f..8eb0d869 100644 --- a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.cpp +++ b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.h b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.h index 314740cd..395548a4 100644 --- a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.h +++ b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_ANN.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.cpp b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.cpp index 8d32ba09..30a3c20e 100644 --- a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.cpp +++ b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.h b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.h index d1ab30c8..a4e7baad 100644 --- a/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.h +++ b/src/common/p25/lc/tsbk/OSP_SNDCP_CH_GNT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.cpp b/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.cpp index d5af3016..b24ea084 100644 --- a/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.cpp +++ b/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.h b/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.h index b9c1e11d..264514b1 100644 --- a/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.h +++ b/src/common/p25/lc/tsbk/OSP_SYNC_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.cpp b/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.cpp index 95df43df..64a55aae 100644 --- a/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.cpp +++ b/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.h b/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.h index a442939f..ea4b7e28 100644 --- a/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.h +++ b/src/common/p25/lc/tsbk/OSP_SYS_SRV_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.cpp b/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.cpp index 3a68ddb9..5661c7d5 100644 --- a/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.cpp +++ b/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.h b/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.h index 60410c1c..434fbfa7 100644 --- a/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.h +++ b/src/common/p25/lc/tsbk/OSP_TIME_DATE_ANN.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_TSBK_RAW.cpp b/src/common/p25/lc/tsbk/OSP_TSBK_RAW.cpp index 73811395..ff98eea7 100644 --- a/src/common/p25/lc/tsbk/OSP_TSBK_RAW.cpp +++ b/src/common/p25/lc/tsbk/OSP_TSBK_RAW.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_TSBK_RAW.h b/src/common/p25/lc/tsbk/OSP_TSBK_RAW.h index 066066ed..b9038934 100644 --- a/src/common/p25/lc/tsbk/OSP_TSBK_RAW.h +++ b/src/common/p25/lc/tsbk/OSP_TSBK_RAW.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.cpp b/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.cpp index 04a287a5..fd903a6c 100644 --- a/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.cpp +++ b/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.h b/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.h index 89b6ac02..db59008f 100644 --- a/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.h +++ b/src/common/p25/lc/tsbk/OSP_UU_VCH_GRANT_UPD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.cpp b/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.cpp index aa0ae652..0b99af0b 100644 --- a/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.cpp +++ b/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.h b/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.h index d88c4f68..90678a56 100644 --- a/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.h +++ b/src/common/p25/lc/tsbk/OSP_U_DEREG_ACK.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_U_REG_CMD.cpp b/src/common/p25/lc/tsbk/OSP_U_REG_CMD.cpp index 4452d4b3..560abe8e 100644 --- a/src/common/p25/lc/tsbk/OSP_U_REG_CMD.cpp +++ b/src/common/p25/lc/tsbk/OSP_U_REG_CMD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/OSP_U_REG_CMD.h b/src/common/p25/lc/tsbk/OSP_U_REG_CMD.h index 1f79c2d4..12d5c0dc 100644 --- a/src/common/p25/lc/tsbk/OSP_U_REG_CMD.h +++ b/src/common/p25/lc/tsbk/OSP_U_REG_CMD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/TSBKFactory.cpp b/src/common/p25/lc/tsbk/TSBKFactory.cpp index 5cb0b38e..5129a7a8 100644 --- a/src/common/p25/lc/tsbk/TSBKFactory.cpp +++ b/src/common/p25/lc/tsbk/TSBKFactory.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/TSBKFactory.h b/src/common/p25/lc/tsbk/TSBKFactory.h index 37b249a4..f3b46bbb 100644 --- a/src/common/p25/lc/tsbk/TSBKFactory.h +++ b/src/common/p25/lc/tsbk/TSBKFactory.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.cpp index c43828ff..9f9e6130 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.h index 7ef3cf30..00494aa8 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_ACK_RSP.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.cpp index f58553b0..e8fa47f7 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.h index 92f58f8b..6112954d 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_CALL_ALRT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.cpp index c92e589f..e01c0046 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.h index d23fa332..1a392d4c 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_EXT_FNCT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.cpp index f0037946..f6f7ade6 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.h index c63bd021..7a44dc54 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_GRP_AFF.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.cpp index 2aef956b..efe45f03 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.h index ac217cee..5abee88c 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_MSG_UPDT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.cpp b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.cpp index e875c926..7d9a0739 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.h b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.h index 78d0312c..34b44a5f 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_IOSP_STS_UPDT.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.cpp b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.cpp index 251e582d..1b97864b 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.h b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.h index 11f97a31..5d690ba6 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_RESP_M.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.cpp b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.cpp index f8ab8433..39cc77b7 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.h b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.h index 89f9f7d5..1c2615c2 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_AUTH_SU_DMD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.cpp b/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.cpp index 814160f9..08c7a293 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.h b/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.h index 8e7e1f3b..c892f709 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_ISP_CAN_SRV_REQ.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.cpp b/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.cpp index c8e505c9..829ca48c 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.h b/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.h index b5fb3474..c85238c4 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_ADJ_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.cpp b/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.cpp index eaa11786..9286c2b2 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.h b/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.h index e5cac476..e9b83b7f 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_AUTH_DMD.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.cpp b/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.cpp index c569475f..ccf80322 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.h b/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.h index 2f61d7e1..9fccdb92 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_NET_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.cpp b/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.cpp index bc3aebd6..47b47a4f 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.cpp +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.h b/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.h index 59c21788..5ae81e43 100644 --- a/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.h +++ b/src/common/p25/lc/tsbk/mbt/MBT_OSP_RFSS_STS_BCAST.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ /* diff --git a/src/common/yaml/Yaml.cpp b/src/common/yaml/Yaml.cpp index ea51a4d0..b5d0ab26 100644 --- a/src/common/yaml/Yaml.cpp +++ b/src/common/yaml/Yaml.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/common/yaml/Yaml.h b/src/common/yaml/Yaml.h index 6de6fb84..0a98201e 100644 --- a/src/common/yaml/Yaml.h +++ b/src/common/yaml/Yaml.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Common Library * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Common Library * */ // diff --git a/src/fne/CMakeLists.txt b/src/fne/CMakeLists.txt index 9b8f5671..cbd247cd 100644 --- a/src/fne/CMakeLists.txt +++ b/src/fne/CMakeLists.txt @@ -1,9 +1,9 @@ #/** -#* Digital Voice Modem - Host Software +#* Digital Voice Modem - Conference FNE Software #* GPLv2 Open Source. Use is subject to license terms. #* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. #* -#* @package DVM / Host Software +#* @package DVM / Conference FNE Software #* #*/ #/* diff --git a/src/fne/Defines.h b/src/fne/Defines.h index 9d9633a8..2d8de2dd 100644 --- a/src/fne/Defines.h +++ b/src/fne/Defines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ // diff --git a/src/fne/FNEMain.cpp b/src/fne/FNEMain.cpp index 3f75de15..b12c789a 100644 --- a/src/fne/FNEMain.cpp +++ b/src/fne/FNEMain.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ // diff --git a/src/fne/FNEMain.h b/src/fne/FNEMain.h index e9fd0ec3..b48a2fa7 100644 --- a/src/fne/FNEMain.h +++ b/src/fne/FNEMain.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ // diff --git a/src/fne/HostFNE.cpp b/src/fne/HostFNE.cpp index 90b143b2..6459d3c5 100644 --- a/src/fne/HostFNE.cpp +++ b/src/fne/HostFNE.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/HostFNE.h b/src/fne/HostFNE.h index 4876f4eb..0a6e86f8 100644 --- a/src/fne/HostFNE.h +++ b/src/fne/HostFNE.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/FNENetwork.cpp b/src/fne/network/FNENetwork.cpp index bc808b2d..6a389565 100644 --- a/src/fne/network/FNENetwork.cpp +++ b/src/fne/network/FNENetwork.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/FNENetwork.h b/src/fne/network/FNENetwork.h index 7a26832a..24628d4d 100644 --- a/src/fne/network/FNENetwork.h +++ b/src/fne/network/FNENetwork.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagDMRData.cpp b/src/fne/network/fne/TagDMRData.cpp index eecf9eac..c749861a 100644 --- a/src/fne/network/fne/TagDMRData.cpp +++ b/src/fne/network/fne/TagDMRData.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagDMRData.h b/src/fne/network/fne/TagDMRData.h index 60cb3137..34ea737f 100644 --- a/src/fne/network/fne/TagDMRData.h +++ b/src/fne/network/fne/TagDMRData.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagNXDNData.cpp b/src/fne/network/fne/TagNXDNData.cpp index 02c2f954..5186e911 100644 --- a/src/fne/network/fne/TagNXDNData.cpp +++ b/src/fne/network/fne/TagNXDNData.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagNXDNData.h b/src/fne/network/fne/TagNXDNData.h index 109de55e..424429da 100644 --- a/src/fne/network/fne/TagNXDNData.h +++ b/src/fne/network/fne/TagNXDNData.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagP25Data.cpp b/src/fne/network/fne/TagP25Data.cpp index 8b79dc2d..e004b37f 100644 --- a/src/fne/network/fne/TagP25Data.cpp +++ b/src/fne/network/fne/TagP25Data.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/fne/network/fne/TagP25Data.h b/src/fne/network/fne/TagP25Data.h index a3bfe800..6173ba18 100644 --- a/src/fne/network/fne/TagP25Data.h +++ b/src/fne/network/fne/TagP25Data.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Conference FNE Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Conference FNE Software * */ /* diff --git a/src/monitor/CMakeLists.txt b/src/monitor/CMakeLists.txt index 01e23cbe..be6a69e5 100644 --- a/src/monitor/CMakeLists.txt +++ b/src/monitor/CMakeLists.txt @@ -1,9 +1,9 @@ #/** -#* Digital Voice Modem - Host Software +#* Digital Voice Modem - Host Monitor Software #* GPLv2 Open Source. Use is subject to license terms. #* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. #* -#* @package DVM / Host Software +#* @package DVM / Host Monitor Software #* #*/ #/* diff --git a/src/monitor/Defines.h b/src/monitor/Defines.h index d6c974a4..dcdc2dc0 100644 --- a/src/monitor/Defines.h +++ b/src/monitor/Defines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Host Monitor Software * */ // diff --git a/src/monitor/InhibitSubscriberWnd.h b/src/monitor/InhibitSubscriberWnd.h index 57c2430e..7c44f414 100644 --- a/src/monitor/InhibitSubscriberWnd.h +++ b/src/monitor/InhibitSubscriberWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/LogDisplayWnd.h b/src/monitor/LogDisplayWnd.h index c19f21b4..3f7eabb2 100644 --- a/src/monitor/LogDisplayWnd.h +++ b/src/monitor/LogDisplayWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/MonitorApplication.h b/src/monitor/MonitorApplication.h index 074ca7bb..5e2106a9 100644 --- a/src/monitor/MonitorApplication.h +++ b/src/monitor/MonitorApplication.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/MonitorMain.cpp b/src/monitor/MonitorMain.cpp index 30ea66f2..de9d8a38 100644 --- a/src/monitor/MonitorMain.cpp +++ b/src/monitor/MonitorMain.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/MonitorMain.h b/src/monitor/MonitorMain.h index 71f6dcbc..12276cd9 100644 --- a/src/monitor/MonitorMain.h +++ b/src/monitor/MonitorMain.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/MonitorMainWnd.h b/src/monitor/MonitorMainWnd.h index c3a179dc..f9edd496 100644 --- a/src/monitor/MonitorMainWnd.h +++ b/src/monitor/MonitorMainWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/NodeStatusWnd.h b/src/monitor/NodeStatusWnd.h index 2ae37cfc..33c32d34 100644 --- a/src/monitor/NodeStatusWnd.h +++ b/src/monitor/NodeStatusWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/PageSubscriberWnd.h b/src/monitor/PageSubscriberWnd.h index b20925b1..a663c481 100644 --- a/src/monitor/PageSubscriberWnd.h +++ b/src/monitor/PageSubscriberWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/RadioCheckSubscriberWnd.h b/src/monitor/RadioCheckSubscriberWnd.h index d101b7f5..0fb95204 100644 --- a/src/monitor/RadioCheckSubscriberWnd.h +++ b/src/monitor/RadioCheckSubscriberWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/SelectedNodeWnd.h b/src/monitor/SelectedNodeWnd.h index e2787daa..8fbf4a92 100644 --- a/src/monitor/SelectedNodeWnd.h +++ b/src/monitor/SelectedNodeWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/TransmitWndBase.h b/src/monitor/TransmitWndBase.h index 1a1b138f..974e1ef2 100644 --- a/src/monitor/TransmitWndBase.h +++ b/src/monitor/TransmitWndBase.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/monitor/UninhibitSubscriberWnd.h b/src/monitor/UninhibitSubscriberWnd.h index c124095e..02d19179 100644 --- a/src/monitor/UninhibitSubscriberWnd.h +++ b/src/monitor/UninhibitSubscriberWnd.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Monitor +* Digital Voice Modem - Host Monitor Software * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Monitor +* @package DVM / Host Monitor Software * */ /* diff --git a/src/remote/CMakeLists.txt b/src/remote/CMakeLists.txt index 4862417e..e31058a9 100644 --- a/src/remote/CMakeLists.txt +++ b/src/remote/CMakeLists.txt @@ -1,9 +1,9 @@ #/** -#* Digital Voice Modem - Host Software +#* Digital Voice Modem - Remote Command Client #* GPLv2 Open Source. Use is subject to license terms. #* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. #* -#* @package DVM / Host Software +#* @package DVM / Remote Command Client #* #*/ #/* diff --git a/src/remote/Defines.h b/src/remote/Defines.h index 95f5168e..c199aff7 100644 --- a/src/remote/Defines.h +++ b/src/remote/Defines.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Remote Command Client * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Remote Command Client * */ /* @@ -34,7 +34,7 @@ // --------------------------------------------------------------------------- #undef __PROG_NAME__ -#define __PROG_NAME__ "Digital Voice Modem (DVM) CLI" +#define __PROG_NAME__ "Digital Voice Modem (DVM) Remote Command Client" #undef __EXE_NAME__ #define __EXE_NAME__ "dvmcmd" diff --git a/src/remote/RESTClient.cpp b/src/remote/RESTClient.cpp index 60f0ac49..ae2eaabc 100644 --- a/src/remote/RESTClient.cpp +++ b/src/remote/RESTClient.cpp @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Remote Command Client * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Remote Command Client * */ // diff --git a/src/remote/RESTClient.h b/src/remote/RESTClient.h index 430979db..e121dfb4 100644 --- a/src/remote/RESTClient.h +++ b/src/remote/RESTClient.h @@ -1,9 +1,9 @@ /** -* Digital Voice Modem - Host Software +* Digital Voice Modem - Remote Command Client * GPLv2 Open Source. Use is subject to license terms. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * -* @package DVM / Host Software +* @package DVM / Remote Command Client * */ /*