From 932ef10f1222dc9d693766ab3a64c2b3af2c41eb Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Aug 2018 00:13:26 +0200 Subject: [PATCH] ipdbg-la: Fix incorrect copyright headers. As per Daniel Anselmi in an email conversation, the code was actually written by Eva Kissling (as indicated in the commit logs as well). Fix the headers accordingly. --- src/hardware/ipdbg-la/api.c | 2 +- src/hardware/ipdbg-la/protocol.c | 2 +- src/hardware/ipdbg-la/protocol.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hardware/ipdbg-la/api.c b/src/hardware/ipdbg-la/api.c index ac7d8d84..f39a70ba 100644 --- a/src/hardware/ipdbg-la/api.c +++ b/src/hardware/ipdbg-la/api.c @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2016 danselmi + * Copyright (C) 2016 Eva Kissling * * 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/hardware/ipdbg-la/protocol.c b/src/hardware/ipdbg-la/protocol.c index d6b69b9b..1f7d349f 100644 --- a/src/hardware/ipdbg-la/protocol.c +++ b/src/hardware/ipdbg-la/protocol.c @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2016 danselmi + * Copyright (C) 2016 Eva Kissling * * 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/hardware/ipdbg-la/protocol.h b/src/hardware/ipdbg-la/protocol.h index e23099d9..bcc33315 100644 --- a/src/hardware/ipdbg-la/protocol.h +++ b/src/hardware/ipdbg-la/protocol.h @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2016 danselmi + * Copyright (C) 2016 Eva Kissling * * 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