From ad0958e9e371f4ba6ef6d855a54c82c2075d1873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Thu, 6 Sep 2018 22:49:56 +0200 Subject: [PATCH] minor: update copyright Change-Id: Iafcd029be9b3f8cf2e90f08d5e9802912d6a59b1 --- firmware/apps/cardem/main.c | 1 + firmware/libboard/common/include/board_common.h | 3 +++ firmware/libboard/common/source/board_lowlevel.c | 1 + firmware/libboard/owhw/include/board.h | 1 + firmware/libboard/owhw/source/owhw.c | 1 + firmware/libboard/qmod/source/board_qmod.c | 1 + 6 files changed, 8 insertions(+) diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c index ef24c360..209c79f8 100644 --- a/firmware/apps/cardem/main.c +++ b/firmware/apps/cardem/main.c @@ -1,6 +1,7 @@ /* SIMtrace 2 firmware card emulation application * * (C) 2015-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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/firmware/libboard/common/include/board_common.h b/firmware/libboard/common/include/board_common.h index 11551581..cb72d408 100644 --- a/firmware/libboard/common/include/board_common.h +++ b/firmware/libboard/common/include/board_common.h @@ -1,4 +1,7 @@ /* SIMtrace 2 common board pin definitions + * + * (C) 2015-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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/firmware/libboard/common/source/board_lowlevel.c b/firmware/libboard/common/source/board_lowlevel.c index 2be61342..82109386 100644 --- a/firmware/libboard/common/source/board_lowlevel.c +++ b/firmware/libboard/common/source/board_lowlevel.c @@ -2,6 +2,7 @@ * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2009, Atmel Corporation + * Copyright (c) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * All rights reserved. * diff --git a/firmware/libboard/owhw/include/board.h b/firmware/libboard/owhw/include/board.h index 401fb73a..8c0052de 100644 --- a/firmware/libboard/owhw/include/board.h +++ b/firmware/libboard/owhw/include/board.h @@ -1,6 +1,7 @@ /* OWHW board definition * * (C) 2015-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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/firmware/libboard/owhw/source/owhw.c b/firmware/libboard/owhw/source/owhw.c index 2cfa8c6d..91c12945 100644 --- a/firmware/libboard/owhw/source/owhw.c +++ b/firmware/libboard/owhw/source/owhw.c @@ -1,6 +1,7 @@ /* Card simulator specific functions * * (C) 2015-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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/firmware/libboard/qmod/source/board_qmod.c b/firmware/libboard/qmod/source/board_qmod.c index 9073489e..ad1f6b7e 100644 --- a/firmware/libboard/qmod/source/board_qmod.c +++ b/firmware/libboard/qmod/source/board_qmod.c @@ -1,6 +1,7 @@ /* sysmocom quad-modem sysmoQMOD application code * * (C) 2016-2017 by Harald Welte + * (C) 2018, sysmocom -s.f.m.c. GmbH, Author: Kevin Redon * * 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