fix up file headers;

pull/63/head
Bryan Biedenkapp 2 years ago
parent 34d17d961a
commit abe45a1d53

@ -1,16 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - CMake Build System # * Digital Voice Modem - CMake Build System
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / CMake Build System # * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # * Copyright (C) 2022 Natalie Moore
#* # *
#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL # */
#* Copyright (C) 2022 Natalie Moore
#*
#*/
cmake_minimum_required(VERSION 3.16.0) cmake_minimum_required(VERSION 3.16.0)
set(CMAKE_EXPORT_COMPILE_COMMANDS on) set(CMAKE_EXPORT_COMPILE_COMMANDS on)

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - CMake Build System # * Digital Voice Modem - CMake Build System
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / CMake Build System # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
include(src/CompilerOptions.cmake) include(src/CompilerOptions.cmake)
# #

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - CMake Build System # * Digital Voice Modem - CMake Build System
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / CMake Build System # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
if (ENABLE_TUI_SUPPORT) if (ENABLE_TUI_SUPPORT)
option(ENABLE_SETUP_TUI "Enable interactive setup TUI" on) option(ENABLE_SETUP_TUI "Enable interactive setup TUI" on)
if (ENABLE_SETUP_TUI) if (ENABLE_SETUP_TUI)

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Common Library # * Digital Voice Modem - Common Library
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Common Library # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
file(GLOB common_SRC file(GLOB common_SRC
# DMR module # DMR module
"src/common/dmr/*.cpp" "src/common/dmr/*.cpp"

@ -1,16 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Modem Host Software # * Digital Voice Modem - Modem Host Software
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / DFSI peer application # * Copyright (C) 2024 Patrick McDonnell, W3AXL
#* @derivedfrom MMDVMHost (https://github.com/g4klx/MMDVMHost) # *
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # */
#*
#* Copyright (C) 2024 Patrick McDonnell, W3AXL
#*
#*/
file(GLOB dvmdfsi_SRC file(GLOB dvmdfsi_SRC
"src/host/modem/port/*.h" "src/host/modem/port/*.h"
"src/host/modem/port/*.cpp" "src/host/modem/port/*.cpp"

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Converged FNE Software # * Digital Voice Modem - Converged FNE Software
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Converged FNE Software # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
file(GLOB dvmfne_SRC file(GLOB dvmfne_SRC
"src/host/network/Network.h" "src/host/network/Network.h"
"src/host/network/Network.cpp" "src/host/network/Network.cpp"

@ -1,16 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Modem Host Software # * Digital Voice Modem - Modem Host Software
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Modem Host Software # * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # * Copyright (C) 2022 Natalie Moore
#* # *
#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL # */
#* Copyright (C) 2022 Natalie Moore
#*
#*/
file(GLOB dvmhost_SRC file(GLOB dvmhost_SRC
# DMR module # DMR module
"src/host/dmr/*.h" "src/host/dmr/*.h"

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Host Monitor Software # * Digital Voice Modem - Host Monitor Software
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Host Monitor Software # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
file(GLOB dvmmon_SRC file(GLOB dvmmon_SRC
"src/host/modem/Modem.h" "src/host/modem/Modem.h"

@ -1,15 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Remote Command Client # * Digital Voice Modem - Remote Command Client
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Remote Command Client # * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # *
#* # */
#* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
#*
#*/
file(GLOB dvmcmd_SRC file(GLOB dvmcmd_SRC
"src/remote/*.h" "src/remote/*.h"
"src/remote/*.cpp" "src/remote/*.cpp"

@ -1,16 +1,13 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
#/** #/*
#* Digital Voice Modem - Test Suite # * Digital Voice Modem - Test Suite
#* GPLv2 Open Source. Use is subject to license terms. # * GPLv2 Open Source. Use is subject to license terms.
#* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#* # *
#* @package DVM / Test Suite # * Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL
#* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) # * Copyright (C) 2022 Natalie Moore
#* # *
#* Copyright (C) 2022,2024 Bryan Biedenkapp, N2PLL # */
#* Copyright (C) 2022 Natalie Moore
#*
#*/
file(GLOB dvmtests_SRC file(GLOB dvmtests_SRC
"tests/*.h" "tests/*.h"
"tests/*.cpp" "tests/*.cpp"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
*
*/
#if !defined(__DEFINES_H__) #if !defined(__DEFINES_H__)
#define __DEFINES_H__ #define __DEFINES_H__

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/AESCrypto.h" #include "common/AESCrypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/AESCrypto.h" #include "common/AESCrypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/AESCrypto.h" #include "common/AESCrypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/AESCrypto.h" #include "common/AESCrypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/AESCrypto.h" #include "common/AESCrypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2024 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/RC4Crypto.h" #include "common/RC4Crypto.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/CRC.h" #include "common/edac/CRC.h"
#include "common/Log.h" #include "common/Log.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2022 Natalie Moore
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2022 Natalie Moore
*
*/
#include "Defines.h" #include "Defines.h"
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/AMBEFEC.h" #include "common/edac/AMBEFEC.h"
#include "common/nxdn/NXDNDefines.h" #include "common/nxdn/NXDNDefines.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/RS634717.h" #include "common/edac/RS634717.h"
#include "common/p25/P25Defines.h" #include "common/p25/P25Defines.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/RS634717.h" #include "common/edac/RS634717.h"
#include "common/p25/P25Defines.h" #include "common/p25/P25Defines.h"

@ -1,15 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/** /*
* Digital Voice Modem - Test Suite * Digital Voice Modem - Test Suite
* GPLv2 Open Source. Use is subject to license terms. * GPLv2 Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* @package DVM / Test Suite * Copyright (C) 2023 Bryan Biedenkapp, N2PLL
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) *
* */
* Copyright (C) 2023 Bryan Biedenkapp, N2PLL
*
*/
#include "host/Defines.h" #include "host/Defines.h"
#include "common/edac/RS634717.h" #include "common/edac/RS634717.h"
#include "common/p25/P25Defines.h" #include "common/p25/P25Defines.h"

Loading…
Cancel
Save

Powered by TurnKey Linux.