diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..7da529f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,167 @@ +GNU LESSER GENERAL PUBLIC LICENSE +================================= + +Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms +and conditions of version 3 of the GNU General Public License, supplemented +by the additional permissions listed below. + + +### 0. Additional Definitions. + +As used herein, "this License" refers to version 3 of the GNU Lesser General +Public License, and the "GNU GPL" refers to version 3 of the GNU General +Public License. + +"The Library" refers to a covered work governed by this License, other than +an Application or a Combined Work as defined below. + +An "Application" is any work that makes use of an interface provided by the +Library, but which is not otherwise based on the Library. Defining a +subclass of a class defined by the Library is deemed a mode of using an +interface provided by the Library. + +A "Combined Work" is a work produced by combining or linking an Application +with the Library. The particular version of the Library with which the +Combined Work was made is also called the "Linked Version". + +The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code for +portions of the Combined Work that, considered in isolation, are based on +the Application, and not on the Linked Version. + +The "Corresponding Application Code" for a Combined Work means the object +code and/or source code for the Application, including any data and utility +programs needed for reproducing the Combined Work from the Application, but +excluding the System Libraries of the Combined Work. + + +### 1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License without +being bound by section 3 of the GNU GPL. + + +### 2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a facility +refers to a function or data to be supplied by an Application that uses the +facility (other than as an argument passed when the facility is invoked), +then you may convey a copy of the modified version: + +* a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the function + or data, the facility still operates, and performs whatever part of its + purpose remains meaningful, or + +* b) under the GNU GPL, with none of the additional permissions of this + License applicable to that copy. + + +### 3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a +header file that is part of the Library. You may convey such object code +under terms of your choice, provided that, if the incorporated material is +not limited to numerical parameters, data structure layouts and accessors, +or small macros, inline functions and templates (ten or fewer lines in +length), you do both of the following: + +* a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are covered by + this License. + +* b) Accompany the object code with a copy of the GNU GPL and this license + document. + + +### 4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken +together, effectively do not restrict modification of the portions of the +Library contained in the Combined Work and reverse engineering for debugging +such modifications, if you also do each of the following: + +* a) Give prominent notice with each copy of the Combined Work that the + Library is used in it and that the Library and its use are covered by + this License. + +* b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + +* c) For a Combined Work that displays copyright notices during execution, + include the copyright notice for the Library among these notices, as + well as a reference directing the user to the copies of the GNU GPL and + this license document. + +* d) Do one of the following: + + * 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form suitable + for, and under terms that permit, the user to recombine or relink + the Application with a modified version of the Linked Version to + produce a modified Combined Work, in the manner specified by + section 6 of the GNU GPL for conveying Corresponding Source. + + * 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time a + copy of the Library already present on the user's computer system, + and (b) will operate properly with a modified version of the + Library that is interface-compatible with the Linked Version. + +* e) Provide Installation Information, but only if you would otherwise be + required to provide such information under section 6 of the GNU GPL, + and only to the extent that such information is necessary to install + and execute a modified version of the Combined Work produced by + recombining or relinking the Application with a modified version of the + Linked Version. (If you use option 4d0, the Installation Information + must accompany the Minimal Corresponding Source and Corresponding + Application Code. If you use option 4d1, you must provide the + Installation Information in the manner specified by section 6 of the + GNU GPL for conveying Corresponding Source.) + + +### 5. Combined Libraries. + +You may place library facilities that are a work based on the Library side +by side in a single library together with other library facilities that are +not Applications and are not covered by this License, and convey such a +combined library under terms of your choice, if you do both of the +following: + +* a) Accompany the combined library with a copy of the same work based on + the Library, uncombined with any other library facilities, conveyed + under the terms of this License. + +* b) Give prominent notice with the combined library that part of it is a + work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + +### 6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU Lesser General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you +received it specifies that a certain numbered version of the GNU Lesser +General Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that published +version or of any later version published by the Free Software Foundation. +If the Library as you received it does not specify a version number of the +GNU Lesser General Public License, you may choose any version of the GNU +Lesser General Public License ever published by the Free Software +Foundation. + +If the Library as you received it specifies that a proxy can decide whether +future versions of the GNU Lesser General Public License shall apply, that +proxy's public statement of acceptance of any version is permanent +authorization for you to choose that version for the Library. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 65c5ca8..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/README.txt b/README.txt index 7a846f9..0c53c6d 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ usb4java - USB library for Java based on libusb 1.0 Copyright (C) 2011 Klaus Reimer -See LICENSE.txt for licensing information. +See LICENSE.md for licensing information. ============================================================================== This library can be used to access USB devices in Java. It is based on the diff --git a/pom.xml b/pom.xml index 002cd1c..9c1ed31 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ LGPL - LICENSE.txt + LICENSE.md repo diff --git a/src/firmware/c/main.c b/src/firmware/c/main.c index e73efba..5f87f5a 100644 --- a/src/firmware/c/main.c +++ b/src/firmware/c/main.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt file for licensing information. + * See LICENSE.md file for licensing information. */ #include diff --git a/src/firmware/c/pwm/pwm.c b/src/firmware/c/pwm/pwm.c index 7dd3c53..65cb9cd 100644 --- a/src/firmware/c/pwm/pwm.c +++ b/src/firmware/c/pwm/pwm.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt file for licensing information. + * See LICENSE.md file for licensing information. */ #include diff --git a/src/firmware/c/usbconfig.h b/src/firmware/c/usbconfig.h index 8a6f83d..64bbb91 100644 --- a/src/firmware/c/usbconfig.h +++ b/src/firmware/c/usbconfig.h @@ -4,7 +4,7 @@ * Creation Date: 2005-04-01 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #ifndef __usbconfig_h_included__ diff --git a/src/firmware/c/usbdrv/Changelog.txt b/src/firmware/c/usbdrv/Changelog.txt index 79b5215..3da56f2 100644 --- a/src/firmware/c/usbdrv/Changelog.txt +++ b/src/firmware/c/usbdrv/Changelog.txt @@ -26,7 +26,7 @@ Scroll down to the bottom to see the most recent changes. 2006-01-02: - Added (free) default Vendor- and Product-IDs bought from voti.nl. - - Added USBID-License.txt file which defines the rules for using the free + - Added USBID-LICENSE.md file which defines the rules for using the free shared VID/PID pair. - Added Readme.txt to the usbdrv directory which clarifies administrative issues. @@ -271,14 +271,14 @@ Scroll down to the bottom to see the most recent changes. - Hid-mouse example used settings from hid-data example, fixed that. - Renamed project to V-USB due to a trademark issue with Atmel(r). - - Changed CommercialLicense.txt and USBID-License.txt to make the + - Changed CommercialLICENSE.md and USBID-LICENSE.md to make the background of USB ID registration clearer. * Release 2009-04-15 - - Changed CommercialLicense.txt to reflect the new range of PIDs from + - Changed CommercialLICENSE.md to reflect the new range of PIDs from Jason Kotzin. - - Removed USBID-License.txt in favor of USB-IDs-for-free.txt and + - Removed USBID-LICENSE.md in favor of USB-IDs-for-free.txt and USB-ID-FAQ.txt - Fixed a bug in the 12.8 MHz module: End Of Packet decection was made in the center between bit 0 and 1 of each byte. This is where the data lines diff --git a/src/firmware/c/usbdrv/Readme.txt b/src/firmware/c/usbdrv/Readme.txt index 970dc66..f6f5d13 100644 --- a/src/firmware/c/usbdrv/Readme.txt +++ b/src/firmware/c/usbdrv/Readme.txt @@ -37,8 +37,8 @@ The driver consists of the following files: usbdrvasm.asm .......... Compatibility stub for IAR-C-compiler. Use this module instead of usbdrvasm.S when you assembler with IAR's tools. - License.txt ............ Open Source license for this driver. - CommercialLicense.txt .. Optional commercial license for this driver. + LICENSE.md ............ Open Source license for this driver. + CommercialLICENSE.md .. Optional commercial license for this driver. USB-ID-FAQ.txt ......... General infos about USB Product- and Vendor-IDs. USB-IDs-for-free.txt ... List and terms of use for free shared PIDs. @@ -168,5 +168,5 @@ COMMERCIAL LICENSES FOR V-USB If you don't want to publish your source code under the terms of the GPL, you can simply pay money for V-USB. As an additional benefit you get USB PIDs for free, reserved exclusively to you. See the file -"CommercialLicense.txt" for details. +"CommercialLICENSE.md" for details. diff --git a/src/firmware/c/usbdrv/asmcommon.inc b/src/firmware/c/usbdrv/asmcommon.inc index d2a4f7c..f80959d 100644 --- a/src/firmware/c/usbdrv/asmcommon.inc +++ b/src/firmware/c/usbdrv/asmcommon.inc @@ -4,7 +4,7 @@ * Creation Date: 2007-11-05 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/oddebug.c b/src/firmware/c/usbdrv/oddebug.c index 19bf142..48a2ad1 100644 --- a/src/firmware/c/usbdrv/oddebug.c +++ b/src/firmware/c/usbdrv/oddebug.c @@ -4,7 +4,7 @@ * Creation Date: 2005-01-16 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #include "oddebug.h" diff --git a/src/firmware/c/usbdrv/oddebug.h b/src/firmware/c/usbdrv/oddebug.h index 851f84d..33376bc 100644 --- a/src/firmware/c/usbdrv/oddebug.h +++ b/src/firmware/c/usbdrv/oddebug.h @@ -4,7 +4,7 @@ * Creation Date: 2005-01-16 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #ifndef __oddebug_h_included__ diff --git a/src/firmware/c/usbdrv/usbconfig-prototype.h b/src/firmware/c/usbdrv/usbconfig-prototype.h index 93721c2..24fb5fa 100644 --- a/src/firmware/c/usbdrv/usbconfig-prototype.h +++ b/src/firmware/c/usbdrv/usbconfig-prototype.h @@ -4,7 +4,7 @@ * Creation Date: 2005-04-01 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #ifndef __usbconfig_h_included__ diff --git a/src/firmware/c/usbdrv/usbdrv.c b/src/firmware/c/usbdrv/usbdrv.c index d838935..18a13f7 100644 --- a/src/firmware/c/usbdrv/usbdrv.c +++ b/src/firmware/c/usbdrv/usbdrv.c @@ -4,7 +4,7 @@ * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #include "usbdrv.h" diff --git a/src/firmware/c/usbdrv/usbdrv.h b/src/firmware/c/usbdrv/usbdrv.h index 3fe84d5..66f9184 100644 --- a/src/firmware/c/usbdrv/usbdrv.h +++ b/src/firmware/c/usbdrv/usbdrv.h @@ -4,7 +4,7 @@ * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ #ifndef __usbdrv_h_included__ diff --git a/src/firmware/c/usbdrv/usbdrvasm.S b/src/firmware/c/usbdrv/usbdrvasm.S index 32ce8ef..141534f 100644 --- a/src/firmware/c/usbdrv/usbdrvasm.S +++ b/src/firmware/c/usbdrv/usbdrvasm.S @@ -4,7 +4,7 @@ * Creation Date: 2007-06-13 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* diff --git a/src/firmware/c/usbdrv/usbdrvasm.asm b/src/firmware/c/usbdrv/usbdrvasm.asm index fb66934..4a46fc6 100644 --- a/src/firmware/c/usbdrv/usbdrvasm.asm +++ b/src/firmware/c/usbdrv/usbdrvasm.asm @@ -4,7 +4,7 @@ * Creation Date: 2006-03-01 * Tabsize: 4 * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* diff --git a/src/firmware/c/usbdrv/usbdrvasm12.inc b/src/firmware/c/usbdrv/usbdrvasm12.inc index d3bd056..16a3022 100644 --- a/src/firmware/c/usbdrv/usbdrvasm12.inc +++ b/src/firmware/c/usbdrv/usbdrvasm12.inc @@ -4,7 +4,7 @@ * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm128.inc b/src/firmware/c/usbdrv/usbdrvasm128.inc index 8f67bcc..ef177d0 100644 --- a/src/firmware/c/usbdrv/usbdrvasm128.inc +++ b/src/firmware/c/usbdrv/usbdrvasm128.inc @@ -4,7 +4,7 @@ * Creation Date: 2008-10-11 * Tabsize: 4 * Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm15.inc b/src/firmware/c/usbdrv/usbdrvasm15.inc index 33bcf0e..206e27e 100644 --- a/src/firmware/c/usbdrv/usbdrvasm15.inc +++ b/src/firmware/c/usbdrv/usbdrvasm15.inc @@ -4,7 +4,7 @@ * Creation Date: 2007-08-06 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm16.inc b/src/firmware/c/usbdrv/usbdrvasm16.inc index 25b84e6..c978688 100644 --- a/src/firmware/c/usbdrv/usbdrvasm16.inc +++ b/src/firmware/c/usbdrv/usbdrvasm16.inc @@ -4,7 +4,7 @@ * Creation Date: 2007-06-15 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm165.inc b/src/firmware/c/usbdrv/usbdrvasm165.inc index ae91588..1818d19 100644 --- a/src/firmware/c/usbdrv/usbdrvasm165.inc +++ b/src/firmware/c/usbdrv/usbdrvasm165.inc @@ -4,7 +4,7 @@ * Creation Date: 2007-04-22 * Tabsize: 4 * Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm18-crc.inc b/src/firmware/c/usbdrv/usbdrvasm18-crc.inc index 0ff2f42..027082d 100644 --- a/src/firmware/c/usbdrv/usbdrvasm18-crc.inc +++ b/src/firmware/c/usbdrv/usbdrvasm18-crc.inc @@ -4,7 +4,7 @@ * Creation Date: 2009-01-20 * Tabsize: 4 * Copyright: (c) 2008 by Lukas Schrittwieser and OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbdrvasm20.inc b/src/firmware/c/usbdrv/usbdrvasm20.inc index 5027edd..21fc87c 100644 --- a/src/firmware/c/usbdrv/usbdrvasm20.inc +++ b/src/firmware/c/usbdrv/usbdrvasm20.inc @@ -5,7 +5,7 @@ * Creation Date: 2008-03-05 * Tabsize: 4 * Copyright: (c) 2008 by Jeroen Benschop and OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* Do not link this file! Link usbdrvasm.S instead, which includes the diff --git a/src/firmware/c/usbdrv/usbportability.h b/src/firmware/c/usbdrv/usbportability.h index 0a861d0..0d8fb0b 100644 --- a/src/firmware/c/usbdrv/usbportability.h +++ b/src/firmware/c/usbdrv/usbportability.h @@ -4,7 +4,7 @@ * Creation Date: 2008-06-17 * Tabsize: 4 * Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH - * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + * License: GNU GPL v2 (see LICENSE.md), GNU GPL v3 or proprietary (CommercialLICENSE.md) */ /* diff --git a/src/main/java/de/ailis/usb4java/AbstractDevice.java b/src/main/java/de/ailis/usb4java/AbstractDevice.java index f85c3db..219c2e7 100644 --- a/src/main/java/de/ailis/usb4java/AbstractDevice.java +++ b/src/main/java/de/ailis/usb4java/AbstractDevice.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/AbstractIrpQueue.java b/src/main/java/de/ailis/usb4java/AbstractIrpQueue.java index b2f3479..93d2261 100644 --- a/src/main/java/de/ailis/usb4java/AbstractIrpQueue.java +++ b/src/main/java/de/ailis/usb4java/AbstractIrpQueue.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Config.java b/src/main/java/de/ailis/usb4java/Config.java index 4b20a34..05552c1 100644 --- a/src/main/java/de/ailis/usb4java/Config.java +++ b/src/main/java/de/ailis/usb4java/Config.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Configuration.java b/src/main/java/de/ailis/usb4java/Configuration.java index 0f3bf74..3b28113 100644 --- a/src/main/java/de/ailis/usb4java/Configuration.java +++ b/src/main/java/de/ailis/usb4java/Configuration.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/ControlIrpQueue.java b/src/main/java/de/ailis/usb4java/ControlIrpQueue.java index 3db81c3..ec9bbf3 100644 --- a/src/main/java/de/ailis/usb4java/ControlIrpQueue.java +++ b/src/main/java/de/ailis/usb4java/ControlIrpQueue.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/DeviceId.java b/src/main/java/de/ailis/usb4java/DeviceId.java index e02881a..3e5fd46 100644 --- a/src/main/java/de/ailis/usb4java/DeviceId.java +++ b/src/main/java/de/ailis/usb4java/DeviceId.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/DeviceListenerList.java b/src/main/java/de/ailis/usb4java/DeviceListenerList.java index 5e932c3..dc9095d 100644 --- a/src/main/java/de/ailis/usb4java/DeviceListenerList.java +++ b/src/main/java/de/ailis/usb4java/DeviceListenerList.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/DeviceManager.java b/src/main/java/de/ailis/usb4java/DeviceManager.java index a70529a..ace767c 100644 --- a/src/main/java/de/ailis/usb4java/DeviceManager.java +++ b/src/main/java/de/ailis/usb4java/DeviceManager.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/DeviceManagerException.java b/src/main/java/de/ailis/usb4java/DeviceManagerException.java index 80d35f1..d69995d 100644 --- a/src/main/java/de/ailis/usb4java/DeviceManagerException.java +++ b/src/main/java/de/ailis/usb4java/DeviceManagerException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/DeviceNotFoundException.java b/src/main/java/de/ailis/usb4java/DeviceNotFoundException.java index 6cfa48a..c9bf641 100644 --- a/src/main/java/de/ailis/usb4java/DeviceNotFoundException.java +++ b/src/main/java/de/ailis/usb4java/DeviceNotFoundException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Endpoint.java b/src/main/java/de/ailis/usb4java/Endpoint.java index 9e37f0c..bbb9492 100644 --- a/src/main/java/de/ailis/usb4java/Endpoint.java +++ b/src/main/java/de/ailis/usb4java/Endpoint.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/EventListenerList.java b/src/main/java/de/ailis/usb4java/EventListenerList.java index cdb7391..8a98f5a 100644 --- a/src/main/java/de/ailis/usb4java/EventListenerList.java +++ b/src/main/java/de/ailis/usb4java/EventListenerList.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Hub.java b/src/main/java/de/ailis/usb4java/Hub.java index 6316be4..40c52cf 100644 --- a/src/main/java/de/ailis/usb4java/Hub.java +++ b/src/main/java/de/ailis/usb4java/Hub.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Interface.java b/src/main/java/de/ailis/usb4java/Interface.java index 24a96e2..48b66dc 100644 --- a/src/main/java/de/ailis/usb4java/Interface.java +++ b/src/main/java/de/ailis/usb4java/Interface.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/IrpQueue.java b/src/main/java/de/ailis/usb4java/IrpQueue.java index 52c950a..cdc710e 100644 --- a/src/main/java/de/ailis/usb4java/IrpQueue.java +++ b/src/main/java/de/ailis/usb4java/IrpQueue.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/NonHub.java b/src/main/java/de/ailis/usb4java/NonHub.java index d5cbc7d..51623d9 100644 --- a/src/main/java/de/ailis/usb4java/NonHub.java +++ b/src/main/java/de/ailis/usb4java/NonHub.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Pipe.java b/src/main/java/de/ailis/usb4java/Pipe.java index b5e8e95..aa24671 100644 --- a/src/main/java/de/ailis/usb4java/Pipe.java +++ b/src/main/java/de/ailis/usb4java/Pipe.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/PipeListenerList.java b/src/main/java/de/ailis/usb4java/PipeListenerList.java index 87f3633..e8875ba 100644 --- a/src/main/java/de/ailis/usb4java/PipeListenerList.java +++ b/src/main/java/de/ailis/usb4java/PipeListenerList.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Port.java b/src/main/java/de/ailis/usb4java/Port.java index d92a37e..34fce3c 100644 --- a/src/main/java/de/ailis/usb4java/Port.java +++ b/src/main/java/de/ailis/usb4java/Port.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Ports.java b/src/main/java/de/ailis/usb4java/Ports.java index 84d357a..b9d7599 100644 --- a/src/main/java/de/ailis/usb4java/Ports.java +++ b/src/main/java/de/ailis/usb4java/Ports.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/RootHub.java b/src/main/java/de/ailis/usb4java/RootHub.java index 4bcac2e..7899e98 100644 --- a/src/main/java/de/ailis/usb4java/RootHub.java +++ b/src/main/java/de/ailis/usb4java/RootHub.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/RootHubConfiguration.java b/src/main/java/de/ailis/usb4java/RootHubConfiguration.java index 4e9e676..ef17b23 100644 --- a/src/main/java/de/ailis/usb4java/RootHubConfiguration.java +++ b/src/main/java/de/ailis/usb4java/RootHubConfiguration.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/RootHubInterface.java b/src/main/java/de/ailis/usb4java/RootHubInterface.java index 030dc05..4d993ef 100644 --- a/src/main/java/de/ailis/usb4java/RootHubInterface.java +++ b/src/main/java/de/ailis/usb4java/RootHubInterface.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/ScanException.java b/src/main/java/de/ailis/usb4java/ScanException.java index 76611fc..677a494 100644 --- a/src/main/java/de/ailis/usb4java/ScanException.java +++ b/src/main/java/de/ailis/usb4java/ScanException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/Services.java b/src/main/java/de/ailis/usb4java/Services.java index ed605b4..718ebec 100644 --- a/src/main/java/de/ailis/usb4java/Services.java +++ b/src/main/java/de/ailis/usb4java/Services.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/ServicesException.java b/src/main/java/de/ailis/usb4java/ServicesException.java index 39c4b0f..9e528bf 100644 --- a/src/main/java/de/ailis/usb4java/ServicesException.java +++ b/src/main/java/de/ailis/usb4java/ServicesException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/ServicesListenerList.java b/src/main/java/de/ailis/usb4java/ServicesListenerList.java index 12c2556..babfb4d 100644 --- a/src/main/java/de/ailis/usb4java/ServicesListenerList.java +++ b/src/main/java/de/ailis/usb4java/ServicesListenerList.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/UsbPorts.java b/src/main/java/de/ailis/usb4java/UsbPorts.java index c4847a4..3038258 100644 --- a/src/main/java/de/ailis/usb4java/UsbPorts.java +++ b/src/main/java/de/ailis/usb4java/UsbPorts.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbConfigurationDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbConfigurationDescriptor.java index 1b8abee..33d5f1d 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbConfigurationDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbConfigurationDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDescriptor.java index 2fea038..6fa80e7 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDeviceDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDeviceDescriptor.java index 98e940b..15fb0b8 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDeviceDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbDeviceDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbEndpointDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbEndpointDescriptor.java index 2876fc4..0c20171 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbEndpointDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbEndpointDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbInterfaceDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbInterfaceDescriptor.java index ee71ae0..67518bc 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbInterfaceDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbInterfaceDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbStringDescriptor.java b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbStringDescriptor.java index c013939..a0a8366 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbStringDescriptor.java +++ b/src/main/java/de/ailis/usb4java/descriptors/SimpleUsbStringDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.descriptors; diff --git a/src/main/java/de/ailis/usb4java/descriptors/package-info.java b/src/main/java/de/ailis/usb4java/descriptors/package-info.java index 1e5e311..d6ae4b7 100644 --- a/src/main/java/de/ailis/usb4java/descriptors/package-info.java +++ b/src/main/java/de/ailis/usb4java/descriptors/package-info.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ /** diff --git a/src/main/java/de/ailis/usb4java/libusb/ConfigDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/ConfigDescriptor.java index eb8363a..d11f6c7 100644 --- a/src/main/java/de/ailis/usb4java/libusb/ConfigDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/ConfigDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/Context.java b/src/main/java/de/ailis/usb4java/libusb/Context.java index eac56b0..43d0ece 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Context.java +++ b/src/main/java/de/ailis/usb4java/libusb/Context.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/Device.java b/src/main/java/de/ailis/usb4java/libusb/Device.java index 3c8ec85..1bb99c8 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Device.java +++ b/src/main/java/de/ailis/usb4java/libusb/Device.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/DeviceDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/DeviceDescriptor.java index 585aa57..bf89a9c 100644 --- a/src/main/java/de/ailis/usb4java/libusb/DeviceDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/DeviceDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/DeviceHandle.java b/src/main/java/de/ailis/usb4java/libusb/DeviceHandle.java index 2bfa272..6fc0fd5 100644 --- a/src/main/java/de/ailis/usb4java/libusb/DeviceHandle.java +++ b/src/main/java/de/ailis/usb4java/libusb/DeviceHandle.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/DeviceList.java b/src/main/java/de/ailis/usb4java/libusb/DeviceList.java index eb7494d..b5b3f51 100644 --- a/src/main/java/de/ailis/usb4java/libusb/DeviceList.java +++ b/src/main/java/de/ailis/usb4java/libusb/DeviceList.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/DeviceListIterator.java b/src/main/java/de/ailis/usb4java/libusb/DeviceListIterator.java index 815936d..7deeacf 100644 --- a/src/main/java/de/ailis/usb4java/libusb/DeviceListIterator.java +++ b/src/main/java/de/ailis/usb4java/libusb/DeviceListIterator.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/main/java/de/ailis/usb4java/libusb/EndpointDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/EndpointDescriptor.java index ef5a800..cb9096b 100644 --- a/src/main/java/de/ailis/usb4java/libusb/EndpointDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/EndpointDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/Interface.java b/src/main/java/de/ailis/usb4java/libusb/Interface.java index 0b866fb..b86bb56 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Interface.java +++ b/src/main/java/de/ailis/usb4java/libusb/Interface.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/InterfaceDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/InterfaceDescriptor.java index 6690616..f1583b2 100644 --- a/src/main/java/de/ailis/usb4java/libusb/InterfaceDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/InterfaceDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/LibUSB.java b/src/main/java/de/ailis/usb4java/libusb/LibUSB.java index 0c9bca6..862104d 100644 --- a/src/main/java/de/ailis/usb4java/libusb/LibUSB.java +++ b/src/main/java/de/ailis/usb4java/libusb/LibUSB.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/LibUsbException.java b/src/main/java/de/ailis/usb4java/libusb/LibUsbException.java index b745b5f..79e15f6 100644 --- a/src/main/java/de/ailis/usb4java/libusb/LibUsbException.java +++ b/src/main/java/de/ailis/usb4java/libusb/LibUsbException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/main/java/de/ailis/usb4java/libusb/Loader.java b/src/main/java/de/ailis/usb4java/libusb/Loader.java index adc1b69..59392c2 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Loader.java +++ b/src/main/java/de/ailis/usb4java/libusb/Loader.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2011 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/main/java/de/ailis/usb4java/libusb/LoaderException.java b/src/main/java/de/ailis/usb4java/libusb/LoaderException.java index c1a711f..7d23d06 100644 --- a/src/main/java/de/ailis/usb4java/libusb/LoaderException.java +++ b/src/main/java/de/ailis/usb4java/libusb/LoaderException.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/main/java/de/ailis/usb4java/libusb/PollfdListener.java b/src/main/java/de/ailis/usb4java/libusb/PollfdListener.java index 499cd10..47b3344 100644 --- a/src/main/java/de/ailis/usb4java/libusb/PollfdListener.java +++ b/src/main/java/de/ailis/usb4java/libusb/PollfdListener.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/main/java/de/ailis/usb4java/libusb/Transfer.java b/src/main/java/de/ailis/usb4java/libusb/Transfer.java index ed63381..1eee863 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Transfer.java +++ b/src/main/java/de/ailis/usb4java/libusb/Transfer.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/Version.java b/src/main/java/de/ailis/usb4java/libusb/Version.java index 209c545..6cb0fa1 100644 --- a/src/main/java/de/ailis/usb4java/libusb/Version.java +++ b/src/main/java/de/ailis/usb4java/libusb/Version.java @@ -1,6 +1,6 @@ /* * Copyright 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. * * Based on libusbx : * diff --git a/src/main/java/de/ailis/usb4java/libusb/package-info.java b/src/main/java/de/ailis/usb4java/libusb/package-info.java index 217c856..a5e0d6e 100644 --- a/src/main/java/de/ailis/usb4java/libusb/package-info.java +++ b/src/main/java/de/ailis/usb4java/libusb/package-info.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ /** diff --git a/src/main/java/de/ailis/usb4java/package-info.java b/src/main/java/de/ailis/usb4java/package-info.java index e29ef48..aeb5995 100644 --- a/src/main/java/de/ailis/usb4java/package-info.java +++ b/src/main/java/de/ailis/usb4java/package-info.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ /** diff --git a/src/main/java/de/ailis/usb4java/utils/DumpUtils.java b/src/main/java/de/ailis/usb4java/utils/DumpUtils.java index e74eb0e..9eb8d03 100644 --- a/src/main/java/de/ailis/usb4java/utils/DumpUtils.java +++ b/src/main/java/de/ailis/usb4java/utils/DumpUtils.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.utils; diff --git a/src/main/java/de/ailis/usb4java/utils/package-info.java b/src/main/java/de/ailis/usb4java/utils/package-info.java index 7d4c2bf..44a49df 100644 --- a/src/main/java/de/ailis/usb4java/utils/package-info.java +++ b/src/main/java/de/ailis/usb4java/utils/package-info.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ /** diff --git a/src/test/java/de/ailis/usb4java/TCKRunner.java b/src/test/java/de/ailis/usb4java/TCKRunner.java index 320bef6..7c487b0 100644 --- a/src/test/java/de/ailis/usb4java/TCKRunner.java +++ b/src/test/java/de/ailis/usb4java/TCKRunner.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/test/java/de/ailis/usb4java/UsbAssume.java b/src/test/java/de/ailis/usb4java/UsbAssume.java index e2b45b6..8f8ee8f 100644 --- a/src/test/java/de/ailis/usb4java/UsbAssume.java +++ b/src/test/java/de/ailis/usb4java/UsbAssume.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java; diff --git a/src/test/java/de/ailis/usb4java/libusb/LibUSBDeviceTest.java b/src/test/java/de/ailis/usb4java/libusb/LibUSBDeviceTest.java index ebd9032..c23be8c 100644 --- a/src/test/java/de/ailis/usb4java/libusb/LibUSBDeviceTest.java +++ b/src/test/java/de/ailis/usb4java/libusb/LibUSBDeviceTest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/test/java/de/ailis/usb4java/libusb/LibUSBGlobalTest.java b/src/test/java/de/ailis/usb4java/libusb/LibUSBGlobalTest.java index 59aa6c9..ffad98e 100644 --- a/src/test/java/de/ailis/usb4java/libusb/LibUSBGlobalTest.java +++ b/src/test/java/de/ailis/usb4java/libusb/LibUSBGlobalTest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/test/java/de/ailis/usb4java/libusb/LibUSBTest.java b/src/test/java/de/ailis/usb4java/libusb/LibUSBTest.java index 2d82a63..23812a1 100644 --- a/src/test/java/de/ailis/usb4java/libusb/LibUSBTest.java +++ b/src/test/java/de/ailis/usb4java/libusb/LibUSBTest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb; diff --git a/src/test/java/de/ailis/usb4java/libusb/TransferTest.java b/src/test/java/de/ailis/usb4java/libusb/TransferTest.java index a810224..3d8be04 100644 --- a/src/test/java/de/ailis/usb4java/libusb/TransferTest.java +++ b/src/test/java/de/ailis/usb4java/libusb/TransferTest.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2013 Klaus Reimer - * See LICENSE.txt for licensing information. + * See LICENSE.md for licensing information. */ package de.ailis.usb4java.libusb;