From 0c5889413628b50dd5022922be7e01e398a92182 Mon Sep 17 00:00:00 2001 From: php Date: Sun, 3 Nov 2024 04:50:33 -0600 Subject: [PATCH] Add missing copyright headers to TSBK files --- P25/lc/TSBKBase.cs | 16 +++++++++++++++- P25/lc/tsbk/IOSP_ACK_RSP.cs | 15 ++++++++++++++- P25/lc/tsbk/IOSP_CALL_ALRT.cs | 15 ++++++++++++++- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/P25/lc/TSBKBase.cs b/P25/lc/TSBKBase.cs index ff7a9d2..3b78b82 100644 --- a/P25/lc/TSBKBase.cs +++ b/P25/lc/TSBKBase.cs @@ -1,4 +1,18 @@ -using System; +// SPDX-License-Identifier: AGPL-3.0-only +/** +* Digital Voice Modem - Fixed Network Equipment Core Library +* AGPLv3 Open Source. Use is subject to license terms. +* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +* +* @package DVM / Fixed Network Equipment Core Library +* @license AGPLv3 License (https://opensource.org/licenses/AGPL-3.0) +* +* Copyright (C) 2024 Bryan Biedenkapp, N2PLL +* Copyright (C) 2024 Caleb, K4PHP +* +*/ + +using System; using fnecore.EDAC; diff --git a/P25/lc/tsbk/IOSP_ACK_RSP.cs b/P25/lc/tsbk/IOSP_ACK_RSP.cs index a35403a..53e0701 100644 --- a/P25/lc/tsbk/IOSP_ACK_RSP.cs +++ b/P25/lc/tsbk/IOSP_ACK_RSP.cs @@ -1,4 +1,17 @@ -namespace fnecore.P25.LC.TSBK +// SPDX-License-Identifier: AGPL-3.0-only +/** +* Digital Voice Modem - Fixed Network Equipment Core Library +* AGPLv3 Open Source. Use is subject to license terms. +* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +* +* @package DVM / Fixed Network Equipment Core Library +* @license AGPLv3 License (https://opensource.org/licenses/AGPL-3.0) +* +* Copyright (C) 2024 Caleb, K4PHP +* +*/ + +namespace fnecore.P25.LC.TSBK { /// /// IOSP_ACK_RSP TSBK diff --git a/P25/lc/tsbk/IOSP_CALL_ALRT.cs b/P25/lc/tsbk/IOSP_CALL_ALRT.cs index 36caa51..58701ed 100644 --- a/P25/lc/tsbk/IOSP_CALL_ALRT.cs +++ b/P25/lc/tsbk/IOSP_CALL_ALRT.cs @@ -1,4 +1,17 @@ -namespace fnecore.P25.LC.TSBK +// SPDX-License-Identifier: AGPL-3.0-only +/** +* Digital Voice Modem - Fixed Network Equipment Core Library +* AGPLv3 Open Source. Use is subject to license terms. +* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +* +* @package DVM / Fixed Network Equipment Core Library +* @license AGPLv3 License (https://opensource.org/licenses/AGPL-3.0) +* +* Copyright (C) 2024 Caleb, K4PHP +* +*/ + +namespace fnecore.P25.LC.TSBK { /// /// IOSP_CALL_ALRT TSBK