Skip to content

Commit 2527c7d

Browse files
committed
Updated licensing info
1 parent 46b08d6 commit 2527c7d

File tree

12 files changed

+97
-27
lines changed

12 files changed

+97
-27
lines changed

listeners/GPII_RFIDListener/LICENSE.txt

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

listeners/GPII_RFIDListener/include/Diagnostic.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
//
33
// Diagnostic.h
44
//
5+
// Copyright 2014 OpenDirective Ltd.
6+
//
7+
// Licensed under the New BSD license. You may not use this file except in
8+
// compliance with this License.
9+
//
10+
// You may obtain a copy of the License at
11+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
12+
//
513
// Access to the diagnostic information display
614
//
715
// Project Files:

listeners/GPII_RFIDListener/include/FlowManager.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
//
33
// FlowManager.h
44
//
5+
// Copyright 2014 OpenDirective Ltd.
6+
//
7+
// Licensed under the New BSD license. You may not use this file except in
8+
// compliance with this License.
9+
//
10+
// You may obtain a copy of the License at
11+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
12+
//
513
// Access to the GPII flowmanager to log in and out
614
//
715
// Project Files:

listeners/GPII_RFIDListener/include/WinSmartCard.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
//
33
// WinSmartCard.h
44
//
5+
// Copyright 2014 University of Wisconsin, Madison
6+
// Copyright 2014 OpenDirective Ltd.
7+
//
8+
// Licensed under the New BSD license. You may not use this file except in
9+
// compliance with this License.
10+
//
11+
// You may obtain a copy of the License at
12+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
13+
//
514
// This file simplifies the Winscard inteface by allowing the calling
615
// function to initialize a card read. This file will then start a new
716
// thread to test for card connections and disconnections. Each event

listeners/GPII_RFIDListener/src/Diagnostic.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
//
33
// Diagnostic.cpp
44
//
5+
// Copyright 2014 OpenDirective Ltd.
6+
//
7+
// Licensed under the New BSD license. You may not use this file except in
8+
// compliance with this License.
9+
//
10+
// You may obtain a copy of the License at
11+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
12+
//
513
// Access to the diagnostic window
614
//
715
// Project Files:

listeners/GPII_RFIDListener/src/FlowManager.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
//
33
// FlowManager.cpp
44
//
5+
// Copyright 2014 OpenDirective Ltd.
6+
//
7+
// Licensed under the New BSD license. You may not use this file except in
8+
// compliance with this License.
9+
//
10+
// You may obtain a copy of the License at
11+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
12+
//
513
// Access to the GPII flowmanager to log in and out
614
//
715
// Project Files:

listeners/GPII_RFIDListener/src/GPII_RFIDListener.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
///////////////////////////////////////////////////////////////////////////////
22
// GPII_RFIDListener.cpp
33
//
4+
// Copyright 2014 University of Wisconsin, Madison
5+
// Copyright 2014 OpenDirective Ltd.
6+
//
7+
// Licensed under the New BSD license. You may not use this file except in
8+
// compliance with this License.
9+
//
10+
// You may obtain a copy of the License at
11+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
12+
//
413
// The GPII RFID listener has the following features
514
// User Listener which includes device arrival and removal,
615
// a user hot key (ESC), a task bar icon and menu, and support

listeners/GPII_RFIDListener/src/GPII_RFIDListener.rc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// GPII_RFIDListener.rc
3+
//
4+
// Copyright 2014 OpenDirective Ltd.
5+
//
6+
// Licensed under the New BSD license. You may not use this file except in
7+
// compliance with this License.
8+
//
9+
// You may obtain a copy of the License at
10+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
11+
//
112
#include <windows.h>
213

314
#define VER_PRODUCTVERSION 1,2,0

listeners/GPII_RFIDListener/src/WinSmartCard.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
//
33
// WinSmartCard.cpp
44
//
5+
// Copyright 2014 University of Wisconsin, Madison
6+
// Copyright 2014 OpenDirective Ltd.
7+
//
8+
// Licensed under the New BSD license. You may not use this file except in
9+
// compliance with this License.
10+
//
11+
// You may obtain a copy of the License at
12+
// https://github.com/gpii/windows/blob/master/LICENSE.txt
13+
//
514
// This file simplifies the Winscard interface by allowing the calling
615
// function to initialize a card read. This file will then start a new
716
// thread to test for card connections and disconnections. Each event

listeners/GPII_USBListener/src/GPII_USBListener.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
/*!
1+
/*
22
USB User Listener for Windows
33
44
Copyright 2012 Astea Solutions AD
5+
Copyright 2014 OpenDirective Ltd.
56
67
Licensed under the New BSD license. You may not use this file except in
78
compliance with this License.
89
910
You may obtain a copy of the License at
10-
https://github.com/gpii/windows/LICENSE.txt
11+
https://github.com/gpii/windows/blob/master/LICENSE.txt
1112
*/
1213

1314
#include <libcurl/curl.h>

0 commit comments

Comments
 (0)