From dd57050bf927a22f585f559972967aef8a39e5d6 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sat, 22 Jul 2017 18:12:13 -0400 Subject: [PATCH] Adding copyright notes --- ADF7021.cpp | 1 + ADF7021.h | 1 + IO.cpp | 3 ++- IO.h | 3 ++- IOArduino.cpp | 3 ++- IOSTM.cpp | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ADF7021.cpp b/ADF7021.cpp index 482cfd0..850c2ed 100644 --- a/ADF7021.cpp +++ b/ADF7021.cpp @@ -1,6 +1,7 @@ /* * Copyright (C) 2016 by Jim McLaughlin KI6ZUM * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU + * Copyright (C) 2017 by Danilo DB4PLE * * Some of the code is based on work of Guus Van Dooren PE1PLM: * https://github.com/ki6zum/gmsk-dstar/blob/master/firmware/dvmega/dvmega.ino diff --git a/ADF7021.h b/ADF7021.h index b571dcf..571fb3a 100644 --- a/ADF7021.h +++ b/ADF7021.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2016 by Jim McLaughlin KI6ZUM * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU + * Copyright (C) 2017 by Danilo DB4PLE * * Some of the code is based on work of Guus Van Dooren PE1PLM: * https://github.com/ki6zum/gmsk-dstar/blob/master/firmware/dvmega/dvmega.ino diff --git a/IO.cpp b/IO.cpp index d95f955..b37d79e 100644 --- a/IO.cpp +++ b/IO.cpp @@ -1,7 +1,8 @@ /* * Copyright (C) 2015, 2016 by Jonathan Naylor G4KLX * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU - * + * Copyright (C) 2017 by Danilo DB4PLE + * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/IO.h b/IO.h index 31ddfc8..217b36b 100644 --- a/IO.h +++ b/IO.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2015, 2016 by Jonathan Naylor G4KLX * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU - * + * Copyright (C) 2017 by Danilo DB4PLE + * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/IOArduino.cpp b/IOArduino.cpp index 4be1dc3..578b36f 100644 --- a/IOArduino.cpp +++ b/IOArduino.cpp @@ -1,7 +1,8 @@ /* * Copyright (C) 2015, 2016 by Jonathan Naylor G4KLX * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU - * + * Copyright (C) 2017 by Danilo DB4PLE + * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/IOSTM.cpp b/IOSTM.cpp index 90b2c85..4467343 100644 --- a/IOSTM.cpp +++ b/IOSTM.cpp @@ -1,7 +1,8 @@ /* * Copyright (C) 2016 by Jim McLaughlin KI6ZUM * Copyright (C) 2016, 2017 by Andy Uribe CA6JAU - * + * Copyright (C) 2017 by Danilo DB4PLE + * 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 * the Free Software Foundation; either version 2 of the License, or