From 9c024506c082e900060cd5790a8db515e0ad6989 Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Sun, 3 Sep 2023 18:15:37 -0400 Subject: [PATCH] Add copyright attribution for louis frigon too --- src/avclandrv.c | 1 + src/avclandrv.h | 1 + src/com232.c | 1 + src/com232.h | 1 + src/sniffer.c | 1 + 5 files changed, 5 insertions(+) diff --git a/src/avclandrv.c b/src/avclandrv.c index 33aaef1..ee7fb68 100644 --- a/src/avclandrv.c +++ b/src/avclandrv.c @@ -4,6 +4,7 @@ Portions of the following source code are based on code that is copyright (C) 2006 Marcin Slonicki + copyright (C) 2007 Louis Frigon This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/avclandrv.h b/src/avclandrv.h index 4fdc9a8..39742ff 100644 --- a/src/avclandrv.h +++ b/src/avclandrv.h @@ -4,6 +4,7 @@ Portions of the following source code are based on code that is copyright (C) 2006 Marcin Slonicki + copyright (C) 2007 Louis Frigon This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/com232.c b/src/com232.c index 496b551..6ff2756 100644 --- a/src/com232.c +++ b/src/com232.c @@ -4,6 +4,7 @@ Portions of the following source code are based on code that is copyright (C) 2006 Marcin Slonicki + copyright (C) 2007 Louis Frigon This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/com232.h b/src/com232.h index 1821401..ce49195 100644 --- a/src/com232.h +++ b/src/com232.h @@ -4,6 +4,7 @@ Portions of the following source code are based on code that is copyright (C) 2006 Marcin Slonicki + copyright (C) 2007 Louis Frigon This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/sniffer.c b/src/sniffer.c index b15ab02..b99d2aa 100644 --- a/src/sniffer.c +++ b/src/sniffer.c @@ -4,6 +4,7 @@ Portions of the following source code are based on code that is copyright (C) 2006 Marcin Slonicki + copyright (C) 2007 Louis Frigon This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by