From 222d3aeea6bc4aba6de874b3a9d1fce5fcb2dfd5 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 31 May 2013 19:02:57 +0100 Subject: [PATCH] Add Darren Hague copyright message .. to the ANTLogger code. --- src/ANTLogger.cpp | 20 +++++++++++++++++++- src/ANTLogger.h | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/src/ANTLogger.cpp b/src/ANTLogger.cpp index 12dc3825d..a9eef3c4a 100644 --- a/src/ANTLogger.cpp +++ b/src/ANTLogger.cpp @@ -1,4 +1,22 @@ -#include "ANTLogger.h" +/*; + * Copyright (c) 2013 Darren Hague + * + * 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 for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + + #include "ANTLogger.h" ANTLogger::ANTLogger(QObject *parent) : QObject(parent) { diff --git a/src/ANTLogger.h b/src/ANTLogger.h index 584d36912..ff6bac400 100644 --- a/src/ANTLogger.h +++ b/src/ANTLogger.h @@ -1,3 +1,21 @@ +/*; + * Copyright (c) 2013 Darren Hague + * + * 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 for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include "ANTMessage.h"