From 1ebce9b87752331a61971602b08048e569cdaa41 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Fri, 7 Mar 2014 02:17:47 +0100 Subject: [PATCH] Some files were missing copyright section --- UsbCore.h | 20 +++++++++++++++----- hid.cpp | 17 +++++++++++++++++ hidescriptorparser.cpp | 17 +++++++++++++++++ hiduniversal.cpp | 17 +++++++++++++++++ hiduniversal.h | 17 +++++++++++++++++ macros.h | 20 +++++++++++++++----- masstorage.cpp | 17 +++++++++++++++++ masstorage.h | 17 +++++++++++++++++ 8 files changed, 132 insertions(+), 10 deletions(-) diff --git a/UsbCore.h b/UsbCore.h index 6e6822d3..76d9d5ee 100644 --- a/UsbCore.h +++ b/UsbCore.h @@ -1,8 +1,18 @@ -/* - * File: UsbCore.h - * Author: xxxajk - * - * Created on September 29, 2013, 9:25 PM +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com */ #if !defined(_usb_h_) || defined(USBCORE_H) diff --git a/hid.cpp b/hid.cpp index c86f6b91..c3c425b8 100644 --- a/hid.cpp +++ b/hid.cpp @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #include "hid.h" //get HID report descriptor diff --git a/hidescriptorparser.cpp b/hidescriptorparser.cpp index fd9d2d2d..f3040ce8 100644 --- a/hidescriptorparser.cpp +++ b/hidescriptorparser.cpp @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #include "hidescriptorparser.h" const char * const ReportDescParserBase::usagePageTitles0[] PROGMEM = { diff --git a/hiduniversal.cpp b/hiduniversal.cpp index a2b4dc2e..c2f33533 100644 --- a/hiduniversal.cpp +++ b/hiduniversal.cpp @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #include "hiduniversal.h" HIDUniversal::HIDUniversal(USB *p) : diff --git a/hiduniversal.h b/hiduniversal.h index d97f4b8c..3e090aa7 100644 --- a/hiduniversal.h +++ b/hiduniversal.h @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #if !defined(__HIDUNIVERSAL_H__) #define __HIDUNIVERSAL_H__ diff --git a/macros.h b/macros.h index 1f56814a..51476830 100644 --- a/macros.h +++ b/macros.h @@ -1,8 +1,18 @@ -/* - * File: macros.h - * Author: AJK - * - * Created on September 23, 2013, 12:31 AM +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com */ #if !defined(_usb_h_) || defined(MACROS_H) diff --git a/masstorage.cpp b/masstorage.cpp index 19da7b19..41ee4258 100644 --- a/masstorage.cpp +++ b/masstorage.cpp @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #include "masstorage.h" const uint8_t BulkOnly::epDataInIndex = 1; diff --git a/masstorage.h b/masstorage.h index eb042eac..176752fc 100644 --- a/masstorage.h +++ b/masstorage.h @@ -1,3 +1,20 @@ +/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved. + +This software may be distributed and modified under the terms of the GNU +General Public License version 2 (GPL2) as published by the Free Software +Foundation and appearing in the file GPL2.TXT included in the packaging of +this file. Please note that GPL2 Section 2[b] requires that all works based +on this software must also be made publicly available under the terms of +the GPL2 ("Copyleft"). + +Contact information +------------------- + +Circuits At Home, LTD +Web : http://www.circuitsathome.com +e-mail : support@circuitsathome.com + */ + #if !defined(__MASSTORAGE_H__) #define __MASSTORAGE_H__