diff --git a/CMakeLists.txt b/CMakeLists.txt index e2c99569..190a2f8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,16 +1,13 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - CMake Build System -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / CMake Build System -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL -#* Copyright (C) 2022 Natalie Moore -#* -#*/ +#/* +# * Digital Voice Modem - CMake Build System +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL +# * Copyright (C) 2022 Natalie Moore +# * +# */ cmake_minimum_required(VERSION 3.16.0) set(CMAKE_EXPORT_COMPILE_COMMANDS on) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 44d9c8f9..1ea18be7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - CMake Build System -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / CMake Build System -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * Digital Voice Modem - CMake Build System +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ include(src/CompilerOptions.cmake) # diff --git a/src/CompilerOptions.cmake b/src/CompilerOptions.cmake index dde00d88..4db620f7 100644 --- a/src/CompilerOptions.cmake +++ b/src/CompilerOptions.cmake @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - CMake Build System -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / CMake Build System -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * Digital Voice Modem - CMake Build System +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ if (ENABLE_TUI_SUPPORT) option(ENABLE_SETUP_TUI "Enable interactive setup TUI" on) if (ENABLE_SETUP_TUI) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 52bff545..758ef778 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - Common Library -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / Common Library -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * Digital Voice Modem - Common Library +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ file(GLOB common_SRC # DMR module "src/common/dmr/*.cpp" diff --git a/src/dfsi/CMakeLists.txt b/src/dfsi/CMakeLists.txt index 9e7d262d..3331cbe4 100644 --- a/src/dfsi/CMakeLists.txt +++ b/src/dfsi/CMakeLists.txt @@ -1,16 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - Modem Host Software -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / DFSI peer application -#* @derivedfrom MMDVMHost (https://github.com/g4klx/MMDVMHost) -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Patrick McDonnell, W3AXL -#* -#*/ +#/* +# * Digital Voice Modem - Modem Host Software +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2024 Patrick McDonnell, W3AXL +# * +# */ file(GLOB dvmdfsi_SRC "src/host/modem/port/*.h" "src/host/modem/port/*.cpp" diff --git a/src/fne/CMakeLists.txt b/src/fne/CMakeLists.txt index 1f5d5361..ab778b31 100644 --- a/src/fne/CMakeLists.txt +++ b/src/fne/CMakeLists.txt @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - Converged FNE Software -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / Converged FNE Software -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * Digital Voice Modem - Converged FNE Software +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ file(GLOB dvmfne_SRC "src/host/network/Network.h" "src/host/network/Network.cpp" diff --git a/src/host/CMakeLists.txt b/src/host/CMakeLists.txt index 8c235cbe..156799ba 100644 --- a/src/host/CMakeLists.txt +++ b/src/host/CMakeLists.txt @@ -1,16 +1,13 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - Modem Host Software -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / Modem Host Software -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL -#* Copyright (C) 2022 Natalie Moore -#* -#*/ +#/* +# * Digital Voice Modem - Modem Host Software +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL +# * Copyright (C) 2022 Natalie Moore +# * +# */ file(GLOB dvmhost_SRC # DMR module "src/host/dmr/*.h" diff --git a/src/monitor/CMakeLists.txt b/src/monitor/CMakeLists.txt index 2f0e68dc..ee9774e5 100644 --- a/src/monitor/CMakeLists.txt +++ b/src/monitor/CMakeLists.txt @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* 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 Monitor Software -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * 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. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ file(GLOB dvmmon_SRC "src/host/modem/Modem.h" diff --git a/src/remote/CMakeLists.txt b/src/remote/CMakeLists.txt index 8ad20972..bfd1753d 100644 --- a/src/remote/CMakeLists.txt +++ b/src/remote/CMakeLists.txt @@ -1,15 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* 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 / Remote Command Client -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -#* -#*/ +#/* +# * 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. +# * +# * Copyright (C) 2024 Bryan Biedenkapp, N2PLL +# * +# */ file(GLOB dvmcmd_SRC "src/remote/*.h" "src/remote/*.cpp" diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index deef8803..b70a96d6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,16 +1,13 @@ # SPDX-License-Identifier: GPL-2.0-only -#/** -#* Digital Voice Modem - Test Suite -#* GPLv2 Open Source. Use is subject to license terms. -#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -#* -#* @package DVM / Test Suite -#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -#* -#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL -#* Copyright (C) 2022 Natalie Moore -#* -#*/ +#/* +# * Digital Voice Modem - Test Suite +# * GPLv2 Open Source. Use is subject to license terms. +# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# * +# * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL +# * Copyright (C) 2022 Natalie Moore +# * +# */ file(GLOB dvmtests_SRC "tests/*.h" "tests/*.cpp" diff --git a/tests/Defines.h b/tests/Defines.h index 20eb1a06..9577ea94 100644 --- a/tests/Defines.h +++ b/tests/Defines.h @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2024 Bryan Biedenkapp, N2PLL + * + */ #if !defined(__DEFINES_H__) #define __DEFINES_H__ diff --git a/tests/crypto/AES_Crypto_Test.cpp b/tests/crypto/AES_Crypto_Test.cpp index fe87df6c..4a5a8393 100644 --- a/tests/crypto/AES_Crypto_Test.cpp +++ b/tests/crypto/AES_Crypto_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2024 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/AESCrypto.h" #include "common/Log.h" diff --git a/tests/crypto/AES_LLA_AM1_Test.cpp b/tests/crypto/AES_LLA_AM1_Test.cpp index eee3125e..4195ca3f 100644 --- a/tests/crypto/AES_LLA_AM1_Test.cpp +++ b/tests/crypto/AES_LLA_AM1_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/AESCrypto.h" #include "common/Log.h" diff --git a/tests/crypto/AES_LLA_AM2_Test.cpp b/tests/crypto/AES_LLA_AM2_Test.cpp index e75ea452..45c810bf 100644 --- a/tests/crypto/AES_LLA_AM2_Test.cpp +++ b/tests/crypto/AES_LLA_AM2_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/AESCrypto.h" #include "common/Log.h" diff --git a/tests/crypto/AES_LLA_AM3_Test.cpp b/tests/crypto/AES_LLA_AM3_Test.cpp index 14c0d74a..c6e465b4 100644 --- a/tests/crypto/AES_LLA_AM3_Test.cpp +++ b/tests/crypto/AES_LLA_AM3_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/AESCrypto.h" #include "common/Log.h" diff --git a/tests/crypto/AES_LLA_AM4_Test.cpp b/tests/crypto/AES_LLA_AM4_Test.cpp index db5cfbbe..0428a2fc 100644 --- a/tests/crypto/AES_LLA_AM4_Test.cpp +++ b/tests/crypto/AES_LLA_AM4_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/AESCrypto.h" #include "common/Log.h" diff --git a/tests/crypto/RC4_Crypto_Test.cpp b/tests/crypto/RC4_Crypto_Test.cpp index bcb12775..2208f5c6 100644 --- a/tests/crypto/RC4_Crypto_Test.cpp +++ b/tests/crypto/RC4_Crypto_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2024 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2024 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/RC4Crypto.h" #include "common/Log.h" diff --git a/tests/edac/CRC_12_Test.cpp b/tests/edac/CRC_12_Test.cpp index 34503887..c1c2fe7b 100644 --- a/tests/edac/CRC_12_Test.cpp +++ b/tests/edac/CRC_12_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_15_Test.cpp b/tests/edac/CRC_15_Test.cpp index 809e4182..03ed8699 100644 --- a/tests/edac/CRC_15_Test.cpp +++ b/tests/edac/CRC_15_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_16_Test.cpp b/tests/edac/CRC_16_Test.cpp index 99a350b0..33014d3c 100644 --- a/tests/edac/CRC_16_Test.cpp +++ b/tests/edac/CRC_16_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_32_Test.cpp b/tests/edac/CRC_32_Test.cpp index 860f66a3..32520a7f 100644 --- a/tests/edac/CRC_32_Test.cpp +++ b/tests/edac/CRC_32_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_6_Test.cpp b/tests/edac/CRC_6_Test.cpp index 15bf42c1..5462a22e 100644 --- a/tests/edac/CRC_6_Test.cpp +++ b/tests/edac/CRC_6_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_8_Test.cpp b/tests/edac/CRC_8_Test.cpp index 8942e06c..2a387be7 100644 --- a/tests/edac/CRC_8_Test.cpp +++ b/tests/edac/CRC_8_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_9_Test.cpp b/tests/edac/CRC_9_Test.cpp index 920f72cf..55b4fbe7 100644 --- a/tests/edac/CRC_9_Test.cpp +++ b/tests/edac/CRC_9_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_CCITT_161_Test.cpp b/tests/edac/CRC_CCITT_161_Test.cpp index aee82cd0..f49d4207 100644 --- a/tests/edac/CRC_CCITT_161_Test.cpp +++ b/tests/edac/CRC_CCITT_161_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/edac/CRC_CCITT_162_Test.cpp b/tests/edac/CRC_CCITT_162_Test.cpp index 5ded14aa..83fe65bd 100644 --- a/tests/edac/CRC_CCITT_162_Test.cpp +++ b/tests/edac/CRC_CCITT_162_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/CRC.h" #include "common/Log.h" diff --git a/tests/nulltest.cpp b/tests/nulltest.cpp index 4d9fdfc3..13b17b83 100644 --- a/tests/nulltest.cpp +++ b/tests/nulltest.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2022 Natalie Moore -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2022 Natalie Moore + * + */ #include "Defines.h" #include diff --git a/tests/nxdn/AMBE_FEC_Test.cpp b/tests/nxdn/AMBE_FEC_Test.cpp index 7500ec72..9b6f3ebc 100644 --- a/tests/nxdn/AMBE_FEC_Test.cpp +++ b/tests/nxdn/AMBE_FEC_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/AMBEFEC.h" #include "common/nxdn/NXDNDefines.h" diff --git a/tests/p25/HDU_RS_Test.cpp b/tests/p25/HDU_RS_Test.cpp index 957723f2..372ef45f 100644 --- a/tests/p25/HDU_RS_Test.cpp +++ b/tests/p25/HDU_RS_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/RS634717.h" #include "common/p25/P25Defines.h" diff --git a/tests/p25/LDU1_RS_Test.cpp b/tests/p25/LDU1_RS_Test.cpp index cedad569..dcede1ae 100644 --- a/tests/p25/LDU1_RS_Test.cpp +++ b/tests/p25/LDU1_RS_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/RS634717.h" #include "common/p25/P25Defines.h" diff --git a/tests/p25/LDU2_RS_Test.cpp b/tests/p25/LDU2_RS_Test.cpp index 8b31a323..9251107a 100644 --- a/tests/p25/LDU2_RS_Test.cpp +++ b/tests/p25/LDU2_RS_Test.cpp @@ -1,15 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only -/** -* Digital Voice Modem - Test Suite -* GPLv2 Open Source. Use is subject to license terms. -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* @package DVM / Test Suite -* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) -* -* Copyright (C) 2023 Bryan Biedenkapp, N2PLL -* -*/ +/* + * Digital Voice Modem - Test Suite + * GPLv2 Open Source. Use is subject to license terms. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright (C) 2023 Bryan Biedenkapp, N2PLL + * + */ #include "host/Defines.h" #include "common/edac/RS634717.h" #include "common/p25/P25Defines.h"