From fc395b15961d91f7e142fc4495f0c9f3f2842a2f Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 31 Dec 2025 22:29:42 -0800 Subject: [PATCH] cndm: Update C file headers Signed-off-by: Alex Forencich --- src/cndm/modules/cndm/cndm.h | 9 ++++++++- src/cndm/modules/cndm/cndm_main.c | 9 ++++++++- src/cndm/modules/cndm/cndm_netdev.c | 9 ++++++++- src/cndm/modules/cndm/cndm_rx.c | 9 ++++++++- src/cndm/modules/cndm/cndm_tx.c | 9 ++++++++- 5 files changed, 40 insertions(+), 5 deletions(-) diff --git a/src/cndm/modules/cndm/cndm.h b/src/cndm/modules/cndm/cndm.h index bc7c34b..0855f26 100644 --- a/src/cndm/modules/cndm/cndm.h +++ b/src/cndm/modules/cndm/cndm.h @@ -1,5 +1,12 @@ /* SPDX-License-Identifier: GPL */ -// Copyright (c) 2025 FPGA Ninja +/* + +Copyright (c) 2025 FPGA Ninja, LLC + +Authors: +- Alex Forencich + +*/ #ifndef CNDM_H #define CNDM_H diff --git a/src/cndm/modules/cndm/cndm_main.c b/src/cndm/modules/cndm/cndm_main.c index 868999f..679b70b 100644 --- a/src/cndm/modules/cndm/cndm_main.c +++ b/src/cndm/modules/cndm/cndm_main.c @@ -1,5 +1,12 @@ // SPDX-License-Identifier: GPL -// Copyright (c) 2025 FPGA Ninja +/* + +Copyright (c) 2025 FPGA Ninja, LLC + +Authors: +- Alex Forencich + +*/ #include "cndm.h" #include diff --git a/src/cndm/modules/cndm/cndm_netdev.c b/src/cndm/modules/cndm/cndm_netdev.c index 3551f15..4f93506 100644 --- a/src/cndm/modules/cndm/cndm_netdev.c +++ b/src/cndm/modules/cndm/cndm_netdev.c @@ -1,5 +1,12 @@ // SPDX-License-Identifier: GPL -// Copyright (c) 2025 FPGA Ninja +/* + +Copyright (c) 2025 FPGA Ninja, LLC + +Authors: +- Alex Forencich + +*/ #include "cndm.h" diff --git a/src/cndm/modules/cndm/cndm_rx.c b/src/cndm/modules/cndm/cndm_rx.c index 0d12b09..a4856d6 100644 --- a/src/cndm/modules/cndm/cndm_rx.c +++ b/src/cndm/modules/cndm/cndm_rx.c @@ -1,5 +1,12 @@ // SPDX-License-Identifier: GPL -// Copyright (c) 2025 FPGA Ninja +/* + +Copyright (c) 2025 FPGA Ninja, LLC + +Authors: +- Alex Forencich + +*/ #include "cndm.h" diff --git a/src/cndm/modules/cndm/cndm_tx.c b/src/cndm/modules/cndm/cndm_tx.c index f91d617..d79875d 100644 --- a/src/cndm/modules/cndm/cndm_tx.c +++ b/src/cndm/modules/cndm/cndm_tx.c @@ -1,5 +1,12 @@ // SPDX-License-Identifier: GPL -// Copyright (c) 2025 FPGA Ninja +/* + +Copyright (c) 2025 FPGA Ninja, LLC + +Authors: +- Alex Forencich + +*/ #include "cndm.h"