Skip to content

Commit 73c68ef

Browse files
committed
Added listener Readme and included C4A text in licence headers
1 parent 2527c7d commit 73c68ef

File tree

15 files changed

+56
-156
lines changed

15 files changed

+56
-156
lines changed

listeners/GPII_RFIDListener/include/Diagnostic.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// You may obtain a copy of the License at
1111
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1212
//
13+
// The research leading to these results has received funding from
14+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
15+
// under grant agreement no. 289016.
16+
//
1317
// Access to the diagnostic information display
1418
//
1519
// Project Files:

listeners/GPII_RFIDListener/include/FlowManager.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// You may obtain a copy of the License at
1111
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1212
//
13+
// The research leading to these results has received funding from
14+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
15+
// under grant agreement no. 289016.
16+
//
1317
// Access to the GPII flowmanager to log in and out
1418
//
1519
// Project Files:

listeners/GPII_RFIDListener/include/WinSmartCard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// You may obtain a copy of the License at
1212
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1313
//
14+
// The research leading to these results has received funding from
15+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
16+
// under grant agreement no. 289016.
17+
//
1418
// This file simplifies the Winscard inteface by allowing the calling
1519
// function to initialize a card read. This file will then start a new
1620
// thread to test for card connections and disconnections. Each event

listeners/GPII_RFIDListener/src/Diagnostic.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// You may obtain a copy of the License at
1111
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1212
//
13+
// The research leading to these results has received funding from
14+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
15+
// under grant agreement no. 289016.
16+
//
1317
// Access to the diagnostic window
1418
//
1519
// Project Files:

listeners/GPII_RFIDListener/src/FlowManager.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// You may obtain a copy of the License at
1111
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1212
//
13+
// The research leading to these results has received funding from
14+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
15+
// under grant agreement no. 289016.
16+
//
1317
// Access to the GPII flowmanager to log in and out
1418
//
1519
// Project Files:

listeners/GPII_RFIDListener/src/GPII_RFIDListener.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// You may obtain a copy of the License at
1111
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1212
//
13+
// The research leading to these results has received funding from
14+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
15+
// under grant agreement no. 289016.
16+
//
1317
// The GPII RFID listener has the following features
1418
// User Listener which includes device arrival and removal,
1519
// a user hot key (ESC), a task bar icon and menu, and support

listeners/GPII_RFIDListener/src/GPII_RFIDListener.rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// You may obtain a copy of the License at
1010
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1111
//
12+
// The research leading to these results has received funding from
13+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
14+
// under grant agreement no. 289016.
15+
//
1216
#include <windows.h>
1317

1418
#define VER_PRODUCTVERSION 1,2,0

listeners/GPII_RFIDListener/src/WinSmartCard.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// You may obtain a copy of the License at
1212
// https://github.com/gpii/windows/blob/master/LICENSE.txt
1313
//
14+
// The research leading to these results has received funding from
15+
// the European Union's Seventh Framework Programme (FP7/2007-2013)
16+
// under grant agreement no. 289016.
17+
//
1418
// This file simplifies the Winscard interface by allowing the calling
1519
// function to initialize a card read. This file will then start a new
1620
// thread to test for card connections and disconnections. Each event

listeners/GPII_USBListener/.cproject

Lines changed: 0 additions & 85 deletions
This file was deleted.

listeners/GPII_USBListener/.project

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)