Skip to content

Commit 1ebce9b

Browse files
committed
Some files were missing copyright section
1 parent a042e5a commit 1ebce9b

File tree

8 files changed

+132
-10
lines changed

8 files changed

+132
-10
lines changed

UsbCore.h

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/*
2-
* File: UsbCore.h
3-
* Author: xxxajk
4-
*
5-
* Created on September 29, 2013, 9:25 PM
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
616
*/
717

818
#if !defined(_usb_h_) || defined(USBCORE_H)

hid.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#include "hid.h"
219

320
//get HID report descriptor

hidescriptorparser.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#include "hidescriptorparser.h"
219

320
const char * const ReportDescParserBase::usagePageTitles0[] PROGMEM = {

hiduniversal.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#include "hiduniversal.h"
219

320
HIDUniversal::HIDUniversal(USB *p) :

hiduniversal.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#if !defined(__HIDUNIVERSAL_H__)
219
#define __HIDUNIVERSAL_H__
320

macros.h

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
/*
2-
* File: macros.h
3-
* Author: AJK
4-
*
5-
* Created on September 23, 2013, 12:31 AM
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
616
*/
717

818
#if !defined(_usb_h_) || defined(MACROS_H)

masstorage.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#include "masstorage.h"
219

320
const uint8_t BulkOnly::epDataInIndex = 1;

masstorage.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
2+
3+
This software may be distributed and modified under the terms of the GNU
4+
General Public License version 2 (GPL2) as published by the Free Software
5+
Foundation and appearing in the file GPL2.TXT included in the packaging of
6+
this file. Please note that GPL2 Section 2[b] requires that all works based
7+
on this software must also be made publicly available under the terms of
8+
the GPL2 ("Copyleft").
9+
10+
Contact information
11+
-------------------
12+
13+
Circuits At Home, LTD
14+
Web : http://www.circuitsathome.com
15+
16+
*/
17+
118
#if !defined(__MASSTORAGE_H__)
219
#define __MASSTORAGE_H__
320

0 commit comments

Comments
 (0)