Changeset 7272
- Timestamp:
- 01/10/22 11:05:16 (3 years ago)
- Location:
- SRUClient/trunk
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
SRUClient/trunk/pom.xml
r7255 r7272 10 10 <description>A SRU/CQL client implementation conforming to SRU/CQL protocol version 1.1, 1.2 and (partially) 2.0</description> 11 11 <organization> 12 <name> IDS Mannheim</name>12 <name>Leibniz-Institut fÃŒr Deutsche Sprache</name> 13 13 <url>http://www.ids-mannheim.de/</url> 14 14 </organization> -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUAbstractRequest.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUAbstractResponse.java
r7190 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUCallback.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClient.java
r7187 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClientConfig.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClientConstants.java
r7075 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClientDiagnostics.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUClientException.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUDefaultHandler.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUDefaultHandlerAdapter.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUDiagnostic.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExplainHandler.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExplainRecordData.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExplainRecordDataParser.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExplainRequest.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExplainResponse.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExtraResponseData.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUExtraResponseDataParser.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUGenericExtraResponseData.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRURecord.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRURecordData.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRURecordDataParser.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRURecordPacking.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRURecordXmlEscaping.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUScanHandler.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUScanRequest.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUScanResponse.java
r7190 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSearchRetrieveHandler.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSearchRetrieveRequest.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSearchRetrieveResponse.java
r7190 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSimpleClient.java
r7266 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSurrogateRecordData.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUTerm.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUThreadedClient.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUVersion.java
r7173 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUWhereInList.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUXMLStreamReader.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/XmlStreamReaderProxy.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt -
SRUClient/trunk/src/main/java/eu/clarin/sru/client/XmlStreamReaderUtils.java
r6938 r7272 1 1 /** 2 * This software is copyright (c) 2012-20 16by3 * - Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)2 * This software is copyright (c) 2012-2022 by 3 * - Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 4 4 * This is free software. You can redistribute it 5 5 * and/or modify it under the terms described in … … 10 10 * http://www.gnu.org/licenses/gpl-3.0.txt 11 11 * 12 * @copyright Institut fuer Deutsche Sprache (http://www.ids-mannheim.de)12 * @copyright Leibniz-Institut fuer Deutsche Sprache (http://www.ids-mannheim.de) 13 13 * 14 14 * @license http://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset
for help on using the changeset viewer.