handle-system 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Handle
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -0,0 +1,41 @@
1
+ #!/bin/sh
2
+
3
+ PRG=$0
4
+ #progname=`basename $0`
5
+
6
+ # Resolve symlinks. See 4152645.
7
+ while [ -L "$PRG" ]; do
8
+ ls=`/bin/ls -ld "$PRG"`
9
+ link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
10
+ if /usr/bin/expr "$link" : '/' > /dev/null; then
11
+ PRG="$link"
12
+ else
13
+ PRG="`/usr/bin/dirname $PRG`/$link"
14
+ fi
15
+ done
16
+
17
+ unset JAVA_HOME
18
+ unset CLASSPATH
19
+
20
+ # Get the full name of the directory where the Handle system is installed
21
+ HDLHOME=`dirname "$PRG"`
22
+ HDLHOME="${HDLHOME}/../"
23
+ #echo "HDLHOME is $HDLHOME"
24
+
25
+ # Load all of the .jar files in the lib directory into the classpath
26
+ CP=""
27
+ for jarfile in ${HDLHOME}lib/*.jar ; do
28
+ CP=${CP}:${jarfile}
29
+ done
30
+ for jarfile in ${HDLHOME}lib/*/*.jar ; do
31
+ CP=${CP}:${jarfile}
32
+ done
33
+ for jarfile in ${HDLHOME}lib/amazons3/*.jar ; do
34
+ CP=${CP}:${jarfile}
35
+ done
36
+
37
+ # the last line of this script is added by the build process
38
+ # To developers: make sure there is at least one blank line after
39
+ # this line
40
+
41
+ exec java -cp "${CP}" net.handle.apps.batch.GenericBatch "$@"
@@ -0,0 +1,41 @@
1
+ #!/bin/sh
2
+
3
+ PRG=$0
4
+ #progname=`basename $0`
5
+
6
+ # Resolve symlinks. See 4152645.
7
+ while [ -L "$PRG" ]; do
8
+ ls=`/bin/ls -ld "$PRG"`
9
+ link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
10
+ if /usr/bin/expr "$link" : '/' > /dev/null; then
11
+ PRG="$link"
12
+ else
13
+ PRG="`/usr/bin/dirname $PRG`/$link"
14
+ fi
15
+ done
16
+
17
+ unset JAVA_HOME
18
+ unset CLASSPATH
19
+
20
+ # Get the full name of the directory where the Handle system is installed
21
+ HDLHOME=`dirname "$PRG"`
22
+ HDLHOME="${HDLHOME}/../"
23
+ #echo "HDLHOME is $HDLHOME"
24
+
25
+ # Load all of the .jar files in the lib directory into the classpath
26
+ CP=""
27
+ for jarfile in ${HDLHOME}lib/*.jar ; do
28
+ CP=${CP}:${jarfile}
29
+ done
30
+ for jarfile in ${HDLHOME}lib/*/*.jar ; do
31
+ CP=${CP}:${jarfile}
32
+ done
33
+ for jarfile in ${HDLHOME}lib/amazons3/*.jar ; do
34
+ CP=${CP}:${jarfile}
35
+ done
36
+
37
+ # the last line of this script is added by the build process
38
+ # To developers: make sure there is at least one blank line after
39
+ # this line
40
+
41
+ exec java -cp "${CP}" net.handle.apps.simple.HDLTrace "$@"
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,606 @@
1
+ ICU License - ICU 1.8.1 and later
2
+
3
+ COPYRIGHT AND PERMISSION NOTICE
4
+
5
+ Copyright (c) 1995-2009 International Business Machines Corporation and others
6
+
7
+ All rights reserved.
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"),
11
+ to deal in the Software without restriction, including without limitation
12
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
13
+ copies of the Software, and to permit persons
14
+ to whom the Software is furnished to do so, provided that the above
15
+ copyright notice(s) and this permission notice appear in all copies
16
+ of the Software and that both the above copyright notice(s) and this
17
+ permission notice appear in supporting documentation.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
21
+ PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
22
+ THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
23
+ OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
24
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
25
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
26
+ USE OR PERFORMANCE OF THIS SOFTWARE.
27
+
28
+ Except as contained in this notice, the name of a copyright holder shall not be
29
+ used in advertising or otherwise to promote the sale, use or other dealings in
30
+ this Software without prior written authorization of the copyright holder.
31
+
32
+ All trademarks and registered trademarks mentioned herein are the property of their respective owners.
33
+
34
+ ========================================================================
35
+
36
+ The following is the license that applies to this copy of the Berkeley
37
+ DB Java Edition software. For a license to use the Berkeley DB Java
38
+ Edition software under conditions other than those described here, or
39
+ to purchase support for this software, please contact Oracle at
40
+ berkeleydb-info_us@oracle.com.
41
+
42
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
43
+ /*
44
+ * Copyright (c) 2002,2009 Oracle. All rights reserved.
45
+ *
46
+ * Redistribution and use in source and binary forms, with or without
47
+ * modification, are permitted provided that the following conditions
48
+ * are met:
49
+ * 1. Redistributions of source code must retain the above copyright
50
+ * notice, this list of conditions and the following disclaimer.
51
+ * 2. Redistributions in binary form must reproduce the above copyright
52
+ * notice, this list of conditions and the following disclaimer in the
53
+ * documentation and/or other materials provided with the distribution.
54
+ * 3. Redistributions in any form must be accompanied by information on
55
+ * how to obtain complete source code for the DB software and any
56
+ * accompanying software that uses the DB software. The source code
57
+ * must either be included in the distribution or be available for no
58
+ * more than the cost of distribution plus a nominal fee, and must be
59
+ * freely redistributable under reasonable conditions. For an
60
+ * executable file, complete source code means the source code for all
61
+ * modules it contains. It does not include source code for modules or
62
+ * files that typically accompany the major components of the operating
63
+ * system on which the executable file runs.
64
+ *
65
+ * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR
66
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
67
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
68
+ * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE BE LIABLE
69
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
70
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
71
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
72
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
73
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
74
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
75
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76
+ */
77
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
78
+ /***
79
+ * ASM: a very small and fast Java bytecode manipulation framework
80
+ * Copyright (c) 2000-2005 INRIA, France Telecom
81
+ * All rights reserved.
82
+ *
83
+ * Redistribution and use in source and binary forms, with or without
84
+ * modification, are permitted provided that the following conditions
85
+ * are met:
86
+ * 1. Redistributions of source code must retain the above copyright
87
+ * notice, this list of conditions and the following disclaimer.
88
+ * 2. Redistributions in binary form must reproduce the above copyright
89
+ * notice, this list of conditions and the following disclaimer in the
90
+ * documentation and/or other materials provided with the distribution.
91
+ * 3. Neither the name of the copyright holders nor the names of its
92
+ * contributors may be used to endorse or promote products derived from
93
+ * this software without specific prior written permission.
94
+ *
95
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
96
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
97
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
98
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
99
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
100
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
101
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
102
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
103
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
104
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
105
+ * THE POSSIBILITY OF SUCH DAMAGE.
106
+ */
107
+
108
+
109
+ ========================================================================
110
+
111
+
112
+ Please note: our license is an adaptation of the MIT X11 License and should be read as such.
113
+
114
+ License
115
+
116
+ Copyright (c) 2000 - 2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
117
+
118
+ Permission is hereby granted, free of charge, to any person obtaining a copy
119
+ of this software and associated documentation files (the "Software"), to deal
120
+ in the Software without restriction, including without limitation the rights
121
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
122
+ copies of the Software, and to permit persons to whom the Software is
123
+ furnished to do so, subject to the following conditions:
124
+
125
+ The above copyright notice and this permission notice shall be included in
126
+ all copies or substantial portions of the Software.
127
+
128
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
129
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
130
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
131
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
132
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
133
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
134
+ SOFTWARE.
135
+
136
+
137
+ ========================================================================
138
+
139
+
140
+ Google GSON
141
+
142
+ Copyright (c) 2008-2009 Google Inc.
143
+
144
+ Licensed under the Apache License, Version 2.0 (the "License");
145
+ you may not use this file except in compliance with the License.
146
+ You may obtain a copy of the License at
147
+
148
+ http://www.apache.org/licenses/LICENSE-2.0
149
+
150
+ Unless required by applicable law or agreed to in writing, software
151
+ distributed under the License is distributed on an "AS IS" BASIS,
152
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
153
+ See the License for the specific language governing permissions and
154
+ limitations under the License.
155
+
156
+
157
+ ========================================================================
158
+
159
+
160
+ Apache Commons Codec
161
+ Copyright 2002-2012 The Apache Software Foundation
162
+
163
+ This product includes software developed by
164
+ The Apache Software Foundation (http://www.apache.org/).
165
+
166
+ --------------------------------------------------------------------------------
167
+ src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
168
+ test data from http://aspell.sourceforge.net/test/batch0.tab.
169
+
170
+ Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
171
+ and distribution of this entire article is permitted in any medium,
172
+ provided this notice is preserved.
173
+ --------------------------------------------------------------------------------
174
+
175
+
176
+ ========================================================================
177
+
178
+
179
+ ====================================
180
+ The Jython License
181
+ ====================================
182
+
183
+
184
+ A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON
185
+ ==============================================================================================================
186
+
187
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
188
+ ----------------------------------------------------------------------------------------
189
+
190
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
191
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
192
+ otherwise using this software ("Jython") in source or binary form and
193
+ its associated documentation.
194
+
195
+ 2. Subject to the terms and conditions of this License Agreement, PSF
196
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
197
+ license to reproduce, analyze, test, perform and/or display publicly,
198
+ prepare derivative works, distribute, and otherwise use Jython alone
199
+ or in any derivative version, provided, however, that PSF's License
200
+ Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2007
201
+ Python Software Foundation; All Rights Reserved" are retained in
202
+ Jython alone or in any derivative version prepared by Licensee.
203
+
204
+ 3. In the event Licensee prepares a derivative work that is based on
205
+ or incorporates Jython or any part thereof, and wants to make
206
+ the derivative work available to others as provided herein, then
207
+ Licensee hereby agrees to include in any such work a brief summary of
208
+ the changes made to Jython.
209
+
210
+ 4. PSF is making Jython available to Licensee on an "AS IS"
211
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
212
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
213
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
214
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF JYTHON WILL NOT
215
+ INFRINGE ANY THIRD PARTY RIGHTS.
216
+
217
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF JYTHON
218
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
219
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING JYTHON,
220
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
221
+
222
+ 6. This License Agreement will automatically terminate upon a material
223
+ breach of its terms and conditions.
224
+
225
+ 7. Nothing in this License Agreement shall be deemed to create any
226
+ relationship of agency, partnership, or joint venture between PSF and
227
+ Licensee. This License Agreement does not grant permission to use PSF
228
+ trademarks or trade name in a trademark sense to endorse or promote
229
+ products or services of Licensee, or any third party.
230
+
231
+ 8. By copying, installing or otherwise using Jython, Licensee
232
+ agrees to be bound by the terms and conditions of this License
233
+ Agreement.
234
+
235
+ Jython 2.0, 2.1 License
236
+ --------------------------------------------
237
+
238
+ Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Jython Developers
239
+ All rights reserved.
240
+
241
+ Redistribution and use in source and binary forms, with or without
242
+ modification, are permitted provided that the following conditions
243
+ are met:
244
+
245
+ - Redistributions of source code must retain the above copyright
246
+ notice, this list of conditions and the following disclaimer.
247
+
248
+ - Redistributions in binary form must reproduce the above copyright
249
+ notice, this list of conditions and the following disclaimer in
250
+ the documentation and/or other materials provided with the distribution.
251
+
252
+ - Neither the name of the Jython Developers nor the names of
253
+ its contributors may be used to endorse or promote products
254
+ derived from this software without specific prior written permission.
255
+
256
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
257
+ "AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
258
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
259
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
260
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
261
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
262
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
263
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
264
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
265
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
266
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
267
+
268
+
269
+
270
+
271
+ JPython 1.1.x Software License.
272
+ ______________________________________________________________________
273
+
274
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research
275
+ Initiatives, having an office at 1895 Preston White Drive, Reston, VA
276
+ 20191 ("CNRI"), and the Individual or Organization ("Licensee")
277
+ accessing and using JPython version 1.1.x in source or binary form and
278
+ its associated documentation as provided herein ("Software").
279
+
280
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
281
+ hereby grants Licensee a non-exclusive, non-transferable, royalty-free,
282
+ world-wide license to reproduce, analyze, test, perform and/or display
283
+ publicly, prepare derivative works, distribute, and otherwise use the
284
+ Software alone or in any derivative version, provided, however, that
285
+ CNRI's License Agreement and CNRI's notice of copyright, i.e.,
286
+ "Copyright ©1996-1999 Corporation for National Research Initiatives;
287
+ All Rights Reserved" are both retained in the Software, alone or in any
288
+ derivative version prepared by Licensee.
289
+
290
+ Alternatively, in lieu of CNRI's License Agreement, Licensee may
291
+ substitute the following text (omitting the quotes), provided, however,
292
+ that such text is displayed prominently in the Software alone or in any
293
+ derivative version prepared by Licensee: "JPython (Version 1.1.x) is
294
+ made available subject to the terms and conditions in CNRI's License
295
+ Agreement. This Agreement may be located on the Internet using the
296
+ following unique, persistent identifier (known as a handle):
297
+ 1895.22/1006. The License may also be obtained from a proxy server on
298
+ the Web using the following URL: http://hdl.handle.net/1895.22/1006."
299
+
300
+ 3. In the event Licensee prepares a derivative work that is based on or
301
+ incorporates the Software or any part thereof, and wants to make the
302
+ derivative work available to the public as provided herein, then
303
+ Licensee hereby agrees to indicate in any such work, in a prominently
304
+ visible way, the nature of the modifications made to CNRI's Software.
305
+
306
+ 4. Licensee may not use CNRI trademarks or trade name, including JPython
307
+ or CNRI, in a trademark sense to endorse or promote products or
308
+ services of Licensee, or any third party. Licensee may use the mark
309
+ JPython in connection with Licensee's derivative versions that are
310
+ based on or incorporate the Software, but only in the form
311
+ "JPython-based ___________________," or equivalent.
312
+
313
+ 5. CNRI is making the Software available to Licensee on an "AS IS" basis.
314
+ CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY
315
+ OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY
316
+ REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY
317
+ PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE
318
+ ANY THIRD PARTY RIGHTS.
319
+
320
+ 6. CNRI SHALL NOT BE LIABLE TO LICENSEE OR OTHER USERS OF THE SOFTWARE FOR
321
+ ANY INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
322
+ USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE
323
+ THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. SOME STATES DO NOT
324
+ ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY SO THE ABOVE DISCLAIMER
325
+ MAY NOT APPLY TO LICENSEE.
326
+
327
+ 7. This License Agreement may be terminated by CNRI (i) immediately upon
328
+ written notice from CNRI of any material breach by the Licensee, if the
329
+ nature of the breach is such that it cannot be promptly remedied; or
330
+ (ii) sixty (60) days following notice from CNRI to Licensee of a
331
+ material remediable breach, if Licensee has not remedied such breach
332
+ within that sixty-day period.
333
+
334
+ 8. This License Agreement shall be governed by and interpreted in all
335
+ respects by the law of the State of Virginia, excluding conflict of law
336
+ provisions. Nothing in this Agreement shall be deemed to create any
337
+ relationship of agency, partnership, or joint venture between CNRI and
338
+ Licensee.
339
+
340
+ 9. By clicking on the "ACCEPT" button where indicated, or by installing,
341
+ copying or otherwise using the Software, Licensee agrees to be bound by
342
+ the terms and conditions of this License Agreement.
343
+
344
+ [ACCEPT BUTTON]
345
+
346
+ B. HISTORY OF THE SOFTWARE
347
+ =======================================================
348
+
349
+ JPython was created in late 1997 by Jim Hugunin. Jim was also the
350
+ primary developer while he was at CNRI. In February 1999 Barry Warsaw
351
+ took over as primary developer and released JPython version 1.1.
352
+
353
+ In October 2000 Barry helped move the software to SourceForge
354
+ where it was renamed to Jython. Jython 2.0 and 2.1 were developed
355
+ under the Jython specific license below.
356
+
357
+ From the 2.2 release on, Jython contributors have signed
358
+ Python Software Foundation contributor agreements and releases are
359
+ covered under the Python Software Foundation license version 2.
360
+
361
+ The standard library is covered by the Python Software Foundation
362
+ license as well. See the Lib/LICENSE file for details.
363
+
364
+ The zxJDBC package was written by Brian Zimmer and originally licensed
365
+ under the GNU Public License. The package is now covered by the Jython
366
+ Software License.
367
+
368
+ The command line interpreter is covered by the Apache Software
369
+ License. See the org/apache/LICENSE file for details.
370
+
371
+
372
+ ========================================================================
373
+
374
+
375
+ ==============================================================
376
+ Jetty Web Container
377
+ Copyright 1995-2012 Mort Bay Consulting Pty Ltd.
378
+ ==============================================================
379
+
380
+ The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
381
+ unless otherwise noted.
382
+
383
+ Jetty is dual licensed under both
384
+
385
+ * The Apache 2.0 License
386
+ http://www.apache.org/licenses/LICENSE-2.0.html
387
+
388
+ and
389
+
390
+ * The Eclipse Public 1.0 License
391
+ http://www.eclipse.org/legal/epl-v10.html
392
+
393
+ Jetty may be distributed under either license.
394
+
395
+ The javax.servlet package used was sourced from the Apache
396
+ Software Foundation and is distributed under the apache 2.0
397
+ license.
398
+
399
+ The UnixCrypt.java code implements the one way cryptography used by
400
+ Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
401
+ modified April 2001 by Iris Van den Broeke, Daniel Deville.
402
+ Permission to use, copy, modify and distribute UnixCrypt
403
+ for non-commercial or commercial purposes and without fee is
404
+ granted provided that the copyright notice appears in all copies.
405
+
406
+ Apache License
407
+ Version 2.0, January 2004
408
+ http://www.apache.org/licenses/
409
+
410
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
411
+
412
+ 1. Definitions.
413
+
414
+ "License" shall mean the terms and conditions for use, reproduction,
415
+ and distribution as defined by Sections 1 through 9 of this document.
416
+
417
+ "Licensor" shall mean the copyright owner or entity authorized by
418
+ the copyright owner that is granting the License.
419
+
420
+ "Legal Entity" shall mean the union of the acting entity and all
421
+ other entities that control, are controlled by, or are under common
422
+ control with that entity. For the purposes of this definition,
423
+ "control" means (i) the power, direct or indirect, to cause the
424
+ direction or management of such entity, whether by contract or
425
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
426
+ outstanding shares, or (iii) beneficial ownership of such entity.
427
+
428
+ "You" (or "Your") shall mean an individual or Legal Entity
429
+ exercising permissions granted by this License.
430
+
431
+ "Source" form shall mean the preferred form for making modifications,
432
+ including but not limited to software source code, documentation
433
+ source, and configuration files.
434
+
435
+ "Object" form shall mean any form resulting from mechanical
436
+ transformation or translation of a Source form, including but
437
+ not limited to compiled object code, generated documentation,
438
+ and conversions to other media types.
439
+
440
+ "Work" shall mean the work of authorship, whether in Source or
441
+ Object form, made available under the License, as indicated by a
442
+ copyright notice that is included in or attached to the work
443
+ (an example is provided in the Appendix below).
444
+
445
+ "Derivative Works" shall mean any work, whether in Source or Object
446
+ form, that is based on (or derived from) the Work and for which the
447
+ editorial revisions, annotations, elaborations, or other modifications
448
+ represent, as a whole, an original work of authorship. For the purposes
449
+ of this License, Derivative Works shall not include works that remain
450
+ separable from, or merely link (or bind by name) to the interfaces of,
451
+ the Work and Derivative Works thereof.
452
+
453
+ "Contribution" shall mean any work of authorship, including
454
+ the original version of the Work and any modifications or additions
455
+ to that Work or Derivative Works thereof, that is intentionally
456
+ submitted to Licensor for inclusion in the Work by the copyright owner
457
+ or by an individual or Legal Entity authorized to submit on behalf of
458
+ the copyright owner. For the purposes of this definition, "submitted"
459
+ means any form of electronic, verbal, or written communication sent
460
+ to the Licensor or its representatives, including but not limited to
461
+ communication on electronic mailing lists, source code control systems,
462
+ and issue tracking systems that are managed by, or on behalf of, the
463
+ Licensor for the purpose of discussing and improving the Work, but
464
+ excluding communication that is conspicuously marked or otherwise
465
+ designated in writing by the copyright owner as "Not a Contribution."
466
+
467
+ "Contributor" shall mean Licensor and any individual or Legal Entity
468
+ on behalf of whom a Contribution has been received by Licensor and
469
+ subsequently incorporated within the Work.
470
+
471
+ 2. Grant of Copyright License. Subject to the terms and conditions of
472
+ this License, each Contributor hereby grants to You a perpetual,
473
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
474
+ copyright license to reproduce, prepare Derivative Works of,
475
+ publicly display, publicly perform, sublicense, and distribute the
476
+ Work and such Derivative Works in Source or Object form.
477
+
478
+ 3. Grant of Patent License. Subject to the terms and conditions of
479
+ this License, each Contributor hereby grants to You a perpetual,
480
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
481
+ (except as stated in this section) patent license to make, have made,
482
+ use, offer to sell, sell, import, and otherwise transfer the Work,
483
+ where such license applies only to those patent claims licensable
484
+ by such Contributor that are necessarily infringed by their
485
+ Contribution(s) alone or by combination of their Contribution(s)
486
+ with the Work to which such Contribution(s) was submitted. If You
487
+ institute patent litigation against any entity (including a
488
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
489
+ or a Contribution incorporated within the Work constitutes direct
490
+ or contributory patent infringement, then any patent licenses
491
+ granted to You under this License for that Work shall terminate
492
+ as of the date such litigation is filed.
493
+
494
+ 4. Redistribution. You may reproduce and distribute copies of the
495
+ Work or Derivative Works thereof in any medium, with or without
496
+ modifications, and in Source or Object form, provided that You
497
+ meet the following conditions:
498
+
499
+ (a) You must give any other recipients of the Work or
500
+ Derivative Works a copy of this License; and
501
+
502
+ (b) You must cause any modified files to carry prominent notices
503
+ stating that You changed the files; and
504
+
505
+ (c) You must retain, in the Source form of any Derivative Works
506
+ that You distribute, all copyright, patent, trademark, and
507
+ attribution notices from the Source form of the Work,
508
+ excluding those notices that do not pertain to any part of
509
+ the Derivative Works; and
510
+
511
+ (d) If the Work includes a "NOTICE" text file as part of its
512
+ distribution, then any Derivative Works that You distribute must
513
+ include a readable copy of the attribution notices contained
514
+ within such NOTICE file, excluding those notices that do not
515
+ pertain to any part of the Derivative Works, in at least one
516
+ of the following places: within a NOTICE text file distributed
517
+ as part of the Derivative Works; within the Source form or
518
+ documentation, if provided along with the Derivative Works; or,
519
+ within a display generated by the Derivative Works, if and
520
+ wherever such third-party notices normally appear. The contents
521
+ of the NOTICE file are for informational purposes only and
522
+ do not modify the License. You may add Your own attribution
523
+ notices within Derivative Works that You distribute, alongside
524
+ or as an addendum to the NOTICE text from the Work, provided
525
+ that such additional attribution notices cannot be construed
526
+ as modifying the License.
527
+
528
+ You may add Your own copyright statement to Your modifications and
529
+ may provide additional or different license terms and conditions
530
+ for use, reproduction, or distribution of Your modifications, or
531
+ for any such Derivative Works as a whole, provided Your use,
532
+ reproduction, and distribution of the Work otherwise complies with
533
+ the conditions stated in this License.
534
+
535
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
536
+ any Contribution intentionally submitted for inclusion in the Work
537
+ by You to the Licensor shall be under the terms and conditions of
538
+ this License, without any additional terms or conditions.
539
+ Notwithstanding the above, nothing herein shall supersede or modify
540
+ the terms of any separate license agreement you may have executed
541
+ with Licensor regarding such Contributions.
542
+
543
+ 6. Trademarks. This License does not grant permission to use the trade
544
+ names, trademarks, service marks, or product names of the Licensor,
545
+ except as required for reasonable and customary use in describing the
546
+ origin of the Work and reproducing the content of the NOTICE file.
547
+
548
+ 7. Disclaimer of Warranty. Unless required by applicable law or
549
+ agreed to in writing, Licensor provides the Work (and each
550
+ Contributor provides its Contributions) on an "AS IS" BASIS,
551
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
552
+ implied, including, without limitation, any warranties or conditions
553
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
554
+ PARTICULAR PURPOSE. You are solely responsible for determining the
555
+ appropriateness of using or redistributing the Work and assume any
556
+ risks associated with Your exercise of permissions under this License.
557
+
558
+ 8. Limitation of Liability. In no event and under no legal theory,
559
+ whether in tort (including negligence), contract, or otherwise,
560
+ unless required by applicable law (such as deliberate and grossly
561
+ negligent acts) or agreed to in writing, shall any Contributor be
562
+ liable to You for damages, including any direct, indirect, special,
563
+ incidental, or consequential damages of any character arising as a
564
+ result of this License or out of the use or inability to use the
565
+ Work (including but not limited to damages for loss of goodwill,
566
+ work stoppage, computer failure or malfunction, or any and all
567
+ other commercial damages or losses), even if such Contributor
568
+ has been advised of the possibility of such damages.
569
+
570
+ 9. Accepting Warranty or Additional Liability. While redistributing
571
+ the Work or Derivative Works thereof, You may choose to offer,
572
+ and charge a fee for, acceptance of support, warranty, indemnity,
573
+ or other liability obligations and/or rights consistent with this
574
+ License. However, in accepting such obligations, You may act only
575
+ on Your own behalf and on Your sole responsibility, not on behalf
576
+ of any other Contributor, and only if You agree to indemnify,
577
+ defend, and hold each Contributor harmless for any liability
578
+ incurred by, or claims asserted against, such Contributor by reason
579
+ of your accepting any such warranty or additional liability.
580
+
581
+ END OF TERMS AND CONDITIONS
582
+
583
+ APPENDIX: How to apply the Apache License to your work.
584
+
585
+ To apply the Apache License to your work, attach the following
586
+ boilerplate notice, with the fields enclosed by brackets "[]"
587
+ replaced with your own identifying information. (Don't include
588
+ the brackets!) The text should be enclosed in the appropriate
589
+ comment syntax for the file format. We also recommend that a
590
+ file or class name and description of purpose be included on the
591
+ same "printed page" as the copyright notice for easier
592
+ identification within third-party archives.
593
+
594
+ Copyright [yyyy] [name of copyright owner]
595
+
596
+ Licensed under the Apache License, Version 2.0 (the "License");
597
+ you may not use this file except in compliance with the License.
598
+ You may obtain a copy of the License at
599
+
600
+ http://www.apache.org/licenses/LICENSE-2.0
601
+
602
+ Unless required by applicable law or agreed to in writing, software
603
+ distributed under the License is distributed on an "AS IS" BASIS,
604
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605
+ See the License for the specific language governing permissions and
606
+ limitations under the License.
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handle-system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,6 +80,20 @@ files:
80
80
  - lib/handle/record.rb
81
81
  - lib/handle/version.rb
82
82
  - lib/handle.rb
83
+ - vendor/handle/bin/hdl-genericbatch
84
+ - vendor/handle/bin/hdl-qresolver
85
+ - vendor/handle/lib/admintool.jar
86
+ - vendor/handle/lib/bcpkix-jdk15on-147.jar
87
+ - vendor/handle/lib/bcprov-ext-jdk15on-147.jar
88
+ - vendor/handle/lib/cnriutil.jar
89
+ - vendor/handle/lib/commons-codec-1.6.jar
90
+ - vendor/handle/lib/gson-2.2.2.jar
91
+ - vendor/handle/lib/handle.jar
92
+ - vendor/handle/lib/hsj-third-party-licenses.txt
93
+ - vendor/handle/lib/icu4j-4_2_1-idna.jar
94
+ - vendor/handle/lib/je-3.3.98.jar
95
+ - vendor/handle/lib/jython-2.2.1.jar
96
+ - vendor/handle/lib/oldadmintool.jar
83
97
  - Gemfile
84
98
  - Rakefile
85
99
  - LICENSE.txt
@@ -108,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
122
  version: '0'
109
123
  segments:
110
124
  - 0
111
- hash: -4294713473393746594
125
+ hash: 2540496964754808645
112
126
  required_rubygems_version: !ruby/object:Gem::Requirement
113
127
  none: false
114
128
  requirements:
@@ -117,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
131
  version: '0'
118
132
  segments:
119
133
  - 0
120
- hash: -4294713473393746594
134
+ hash: 2540496964754808645
121
135
  requirements: []
122
136
  rubyforge_project:
123
137
  rubygems_version: 1.8.23