From e398b00d77422898dc8d00e3d0f950311b6a1188 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 4 Jun 2008 17:49:45 -0400 Subject: [PATCH] Fixed missing and mis-dated copyright notices in src/ --- ChangeLog | 1 + src/barry.h | 16 ++++++++++++++++ src/dataqueue.cc | 16 ++++++++++++++++ src/dataqueue.h | 2 +- src/m_ipmodem.cc | 16 ++++++++++++++++ src/m_ipmodem.h | 2 +- src/m_serial.cc | 16 ++++++++++++++++ src/m_serial.h | 2 +- src/pppfilter.cc | 16 ++++++++++++++++ 9 files changed, 84 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c28fca7..44d0772d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Release: version 0.13 - 2008/06/?? - changed git patch command to use format-patch - added instructions for building from tarball - added bugs.php and contact.php pages + - fixed missing and mis-dated copyright notices in src/ 2008/05/30 - added Ubuntu 8.04 to release build scripts 2008/05/29 diff --git a/src/barry.h b/src/barry.h index de2832ba..88d1d5f1 100644 --- a/src/barry.h +++ b/src/barry.h @@ -3,6 +3,22 @@ /// Main header file for applications /// +/* + Copyright (C) 2005-2008, Net Direct Inc. (http://www.netdirect.ca/) + + 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 + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License in the COPYING file at the + root directory of this project for more details. +*/ + #ifndef __BARRY_BARRY_H__ #define __BARRY_BARRY_H__ diff --git a/src/dataqueue.cc b/src/dataqueue.cc index 00c7bf22..9ad6928a 100644 --- a/src/dataqueue.cc +++ b/src/dataqueue.cc @@ -3,6 +3,22 @@ /// FIFO queue of Data objects /// +/* + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) + + 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 + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License in the COPYING file at the + root directory of this project for more details. +*/ + #include "dataqueue.h" #include "scoped_lock.h" #include "data.h" diff --git a/src/dataqueue.h b/src/dataqueue.h index 07089833..0b26fb3a 100644 --- a/src/dataqueue.h +++ b/src/dataqueue.h @@ -4,7 +4,7 @@ /// /* - Copyright (C) 2005-2007, Net Direct Inc. (http://www.netdirect.ca/) + Copyright (C) 2007-2008, Net Direct Inc. (http://www.netdirect.ca/) 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/m_ipmodem.cc b/src/m_ipmodem.cc index d75fb9a6..14a2fac5 100644 --- a/src/m_ipmodem.cc +++ b/src/m_ipmodem.cc @@ -4,6 +4,22 @@ /// modern devices) /// +/* + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) + + 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 + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License in the COPYING file at the + root directory of this project for more details. +*/ + #include "m_ipmodem.h" #include "controller.h" #include "data.h" diff --git a/src/m_ipmodem.h b/src/m_ipmodem.h index d14cb557..bf8f6fc3 100644 --- a/src/m_ipmodem.h +++ b/src/m_ipmodem.h @@ -5,7 +5,7 @@ /// /* - Copyright (C) 2005-2007, Net Direct Inc. (http://www.netdirect.ca/) + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) 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/m_serial.cc b/src/m_serial.cc index a9f71096..c709f9e3 100644 --- a/src/m_serial.cc +++ b/src/m_serial.cc @@ -3,6 +3,22 @@ /// Mode class for serial / GPRS modem mode /// +/* + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) + + 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 + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License in the COPYING file at the + root directory of this project for more details. +*/ + #include "m_serial.h" #include "controller.h" #include "protostructs.h" diff --git a/src/m_serial.h b/src/m_serial.h index 21d1c8fb..2b749052 100644 --- a/src/m_serial.h +++ b/src/m_serial.h @@ -4,7 +4,7 @@ /// /* - Copyright (C) 2005-2007, Net Direct Inc. (http://www.netdirect.ca/) + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) 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/pppfilter.cc b/src/pppfilter.cc index 12ce79f4..18d65be3 100644 --- a/src/pppfilter.cc +++ b/src/pppfilter.cc @@ -6,6 +6,22 @@ /// gprs_protocol_fix.c program. /// +/* + Copyright (C) 2008, Net Direct Inc. (http://www.netdirect.ca/) + + 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 + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License in the COPYING file at the + root directory of this project for more details. +*/ + #include "pppfilter.h" #include -- 2.11.4.GIT