Codebase list dtd-parser / 75ff449
New upstream snapshot. Debian Janitor 1 year, 3 months ago
7 changed file(s) with 973 addition(s) and 63 deletion(s). Raw diff Collapse all Expand all
0 ---
1
2 ---
3
4 # Source Code Submissions
5 We welcome your contributions and look forward to collaborating with you. We can only accept source code repository
6 submissions from users who have signed and returned the Oracle
7 Contributor Agreement. You will find details and the agreement to sign at this OTN web page:
8 [Oracle Contributor Agreement](http://www.oracle.com/technetwork/community/oca-486395.html).
9
10 # Other Contributions
11 For all project Submissions other than source code repository contributions, the following also applies: Oracle does
12 not claim ownership of Your Submissions. However, in order to fulfill
13 the purposes of this project, You must give Oracle and all Users
14 the right to post, access, discuss, use, publish, disseminate, and refine
15 Your Submissions.
16
17 In legalese: *You hereby grant to Oracle and all
18 Users a royalty-free, perpetual, irrevocable, worldwide, non-exclusive,
19 and fully sub-licensable right and license, under Your intellectual
20 property rights, to reproduce, modify, adapt, publish, translate, create
21 derivative works from, distribute, perform, display, and use Your
22 Submissions (in whole or part) and to incorporate or implement them in
23 other works in any form, media, or technology now known or later
24 developed, all subject to the obligation to retain any copyright notices
25 included in Your Submissions. All Users, Oracle, and their
26 sublicensees are responsible for any modifications they make to the
27 Submissions of others.*
28
29 Copyright © 2017 Oracle and/or its affiliates. All rights reserved.
0 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
1
2 1. Definitions.
3
4 1.1. "Contributor" means each individual or entity that creates or
5 contributes to the creation of Modifications.
6
7 1.2. "Contributor Version" means the combination of the Original
8 Software, prior Modifications used by a Contributor (if any), and
9 the Modifications made by that particular Contributor.
10
11 1.3. "Covered Software" means (a) the Original Software, or (b)
12 Modifications, or (c) the combination of files containing Original
13 Software with files containing Modifications, in each case including
14 portions thereof.
15
16 1.4. "Executable" means the Covered Software in any form other than
17 Source Code.
18
19 1.5. "Initial Developer" means the individual or entity that first
20 makes Original Software available under this License.
21
22 1.6. "Larger Work" means a work which combines Covered Software or
23 portions thereof with code not governed by the terms of this License.
24
25 1.7. "License" means this document.
26
27 1.8. "Licensable" means having the right to grant, to the maximum
28 extent possible, whether at the time of the initial grant or
29 subsequently acquired, any and all of the rights conveyed herein.
30
31 1.9. "Modifications" means the Source Code and Executable form of
32 any of the following:
33
34 A. Any file that results from an addition to, deletion from or
35 modification of the contents of a file containing Original Software
36 or previous Modifications;
37
38 B. Any new file that contains any part of the Original Software or
39 previous Modification; or
40
41 C. Any new file that is contributed or otherwise made available
42 under the terms of this License.
43
44 1.10. "Original Software" means the Source Code and Executable form
45 of computer software code that is originally released under this
46 License.
47
48 1.11. "Patent Claims" means any patent claim(s), now owned or
49 hereafter acquired, including without limitation, method, process,
50 and apparatus claims, in any patent Licensable by grantor.
51
52 1.12. "Source Code" means (a) the common form of computer software
53 code in which modifications are made and (b) associated
54 documentation included in or with such code.
55
56 1.13. "You" (or "Your") means an individual or a legal entity
57 exercising rights under, and complying with all of the terms of,
58 this License. For legal entities, "You" includes any entity which
59 controls, is controlled by, or is under common control with You. For
60 purposes of this definition, "control" means (a) the power, direct
61 or indirect, to cause the direction or management of such entity,
62 whether by contract or otherwise, or (b) ownership of more than
63 fifty percent (50%) of the outstanding shares or beneficial
64 ownership of such entity.
65
66 2. License Grants.
67
68 2.1. The Initial Developer Grant.
69
70 Conditioned upon Your compliance with Section 3.1 below and subject
71 to third party intellectual property claims, the Initial Developer
72 hereby grants You a world-wide, royalty-free, non-exclusive license:
73
74 (a) under intellectual property rights (other than patent or
75 trademark) Licensable by Initial Developer, to use, reproduce,
76 modify, display, perform, sublicense and distribute the Original
77 Software (or portions thereof), with or without Modifications,
78 and/or as part of a Larger Work; and
79
80 (b) under Patent Claims infringed by the making, using or selling of
81 Original Software, to make, have made, use, practice, sell, and
82 offer for sale, and/or otherwise dispose of the Original Software
83 (or portions thereof).
84
85 (c) The licenses granted in Sections 2.1(a) and (b) are effective on
86 the date Initial Developer first distributes or otherwise makes the
87 Original Software available to a third party under the terms of this
88 License.
89
90 (d) Notwithstanding Section 2.1(b) above, no patent license is
91 granted: (1) for code that You delete from the Original Software, or
92 (2) for infringements caused by: (i) the modification of the
93 Original Software, or (ii) the combination of the Original Software
94 with other software or devices.
95
96 2.2. Contributor Grant.
97
98 Conditioned upon Your compliance with Section 3.1 below and subject
99 to third party intellectual property claims, each Contributor hereby
100 grants You a world-wide, royalty-free, non-exclusive license:
101
102 (a) under intellectual property rights (other than patent or
103 trademark) Licensable by Contributor to use, reproduce, modify,
104 display, perform, sublicense and distribute the Modifications
105 created by such Contributor (or portions thereof), either on an
106 unmodified basis, with other Modifications, as Covered Software
107 and/or as part of a Larger Work; and
108
109 (b) under Patent Claims infringed by the making, using, or selling
110 of Modifications made by that Contributor either alone and/or in
111 combination with its Contributor Version (or portions of such
112 combination), to make, use, sell, offer for sale, have made, and/or
113 otherwise dispose of: (1) Modifications made by that Contributor (or
114 portions thereof); and (2) the combination of Modifications made by
115 that Contributor with its Contributor Version (or portions of such
116 combination).
117
118 (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective
119 on the date Contributor first distributes or otherwise makes the
120 Modifications available to a third party.
121
122 (d) Notwithstanding Section 2.2(b) above, no patent license is
123 granted: (1) for any code that Contributor has deleted from the
124 Contributor Version; (2) for infringements caused by: (i) third
125 party modifications of Contributor Version, or (ii) the combination
126 of Modifications made by that Contributor with other software
127 (except as part of the Contributor Version) or other devices; or (3)
128 under Patent Claims infringed by Covered Software in the absence of
129 Modifications made by that Contributor.
130
131 3. Distribution Obligations.
132
133 3.1. Availability of Source Code.
134
135 Any Covered Software that You distribute or otherwise make available
136 in Executable form must also be made available in Source Code form
137 and that Source Code form must be distributed only under the terms
138 of this License. You must include a copy of this License with every
139 copy of the Source Code form of the Covered Software You distribute
140 or otherwise make available. You must inform recipients of any such
141 Covered Software in Executable form as to how they can obtain such
142 Covered Software in Source Code form in a reasonable manner on or
143 through a medium customarily used for software exchange.
144
145 3.2. Modifications.
146
147 The Modifications that You create or to which You contribute are
148 governed by the terms of this License. You represent that You
149 believe Your Modifications are Your original creation(s) and/or You
150 have sufficient rights to grant the rights conveyed by this License.
151
152 3.3. Required Notices.
153
154 You must include a notice in each of Your Modifications that
155 identifies You as the Contributor of the Modification. You may not
156 remove or alter any copyright, patent or trademark notices contained
157 within the Covered Software, or any notices of licensing or any
158 descriptive text giving attribution to any Contributor or the
159 Initial Developer.
160
161 3.4. Application of Additional Terms.
162
163 You may not offer or impose any terms on any Covered Software in
164 Source Code form that alters or restricts the applicable version of
165 this License or the recipients' rights hereunder. You may choose to
166 offer, and to charge a fee for, warranty, support, indemnity or
167 liability obligations to one or more recipients of Covered Software.
168 However, you may do so only on Your own behalf, and not on behalf of
169 the Initial Developer or any Contributor. You must make it
170 absolutely clear that any such warranty, support, indemnity or
171 liability obligation is offered by You alone, and You hereby agree
172 to indemnify the Initial Developer and every Contributor for any
173 liability incurred by the Initial Developer or such Contributor as a
174 result of warranty, support, indemnity or liability terms You offer.
175
176 3.5. Distribution of Executable Versions.
177
178 You may distribute the Executable form of the Covered Software under
179 the terms of this License or under the terms of a license of Your
180 choice, which may contain terms different from this License,
181 provided that You are in compliance with the terms of this License
182 and that the license for the Executable form does not attempt to
183 limit or alter the recipient's rights in the Source Code form from
184 the rights set forth in this License. If You distribute the Covered
185 Software in Executable form under a different license, You must make
186 it absolutely clear that any terms which differ from this License
187 are offered by You alone, not by the Initial Developer or
188 Contributor. You hereby agree to indemnify the Initial Developer and
189 every Contributor for any liability incurred by the Initial
190 Developer or such Contributor as a result of any such terms You offer.
191
192 3.6. Larger Works.
193
194 You may create a Larger Work by combining Covered Software with
195 other code not governed by the terms of this License and distribute
196 the Larger Work as a single product. In such a case, You must make
197 sure the requirements of this License are fulfilled for the Covered
198 Software.
199
200 4. Versions of the License.
201
202 4.1. New Versions.
203
204 Oracle is the initial license steward and may publish revised and/or
205 new versions of this License from time to time. Each version will be
206 given a distinguishing version number. Except as provided in Section
207 4.3, no one other than the license steward has the right to modify
208 this License.
209
210 4.2. Effect of New Versions.
211
212 You may always continue to use, distribute or otherwise make the
213 Covered Software available under the terms of the version of the
214 License under which You originally received the Covered Software. If
215 the Initial Developer includes a notice in the Original Software
216 prohibiting it from being distributed or otherwise made available
217 under any subsequent version of the License, You must distribute and
218 make the Covered Software available under the terms of the version
219 of the License under which You originally received the Covered
220 Software. Otherwise, You may also choose to use, distribute or
221 otherwise make the Covered Software available under the terms of any
222 subsequent version of the License published by the license steward.
223
224 4.3. Modified Versions.
225
226 When You are an Initial Developer and You want to create a new
227 license for Your Original Software, You may create and use a
228 modified version of this License if You: (a) rename the license and
229 remove any references to the name of the license steward (except to
230 note that the license differs from this License); and (b) otherwise
231 make it clear that the license contains terms which differ from this
232 License.
233
234 5. DISCLAIMER OF WARRANTY.
235
236 COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
237 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
238 INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE
239 IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
240 NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
241 THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
242 DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
243 OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
244 REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
245 ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS
246 AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
247
248 6. TERMINATION.
249
250 6.1. This License and the rights granted hereunder will terminate
251 automatically if You fail to comply with terms herein and fail to
252 cure such breach within 30 days of becoming aware of the breach.
253 Provisions which, by their nature, must remain in effect beyond the
254 termination of this License shall survive.
255
256 6.2. If You assert a patent infringement claim (excluding
257 declaratory judgment actions) against Initial Developer or a
258 Contributor (the Initial Developer or Contributor against whom You
259 assert such claim is referred to as "Participant") alleging that the
260 Participant Software (meaning the Contributor Version where the
261 Participant is a Contributor or the Original Software where the
262 Participant is the Initial Developer) directly or indirectly
263 infringes any patent, then any and all rights granted directly or
264 indirectly to You by such Participant, the Initial Developer (if the
265 Initial Developer is not the Participant) and all Contributors under
266 Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice
267 from Participant terminate prospectively and automatically at the
268 expiration of such 60 day notice period, unless if within such 60
269 day period You withdraw Your claim with respect to the Participant
270 Software against such Participant either unilaterally or pursuant to
271 a written agreement with Participant.
272
273 6.3. If You assert a patent infringement claim against Participant
274 alleging that the Participant Software directly or indirectly
275 infringes any patent where such claim is resolved (such as by
276 license or settlement) prior to the initiation of patent
277 infringement litigation, then the reasonable value of the licenses
278 granted by such Participant under Sections 2.1 or 2.2 shall be taken
279 into account in determining the amount or value of any payment or
280 license.
281
282 6.4. In the event of termination under Sections 6.1 or 6.2 above,
283 all end user licenses that have been validly granted by You or any
284 distributor hereunder prior to termination (excluding licenses
285 granted to You by any distributor) shall survive termination.
286
287 7. LIMITATION OF LIABILITY.
288
289 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
290 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
291 INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
292 COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE
293 TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
294 CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
295 LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
296 FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
297 LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
298 POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT
299 APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
300 PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
301 LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
302 LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
303 AND LIMITATION MAY NOT APPLY TO YOU.
304
305 8. U.S. GOVERNMENT END USERS.
306
307 The Covered Software is a "commercial item," as that term is defined
308 in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
309 software" (as that term is defined at 48 C.F.R. §
310 252.227-7014(a)(1)) and "commercial computer software documentation"
311 as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent
312 with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
313 (June 1995), all U.S. Government End Users acquire Covered Software
314 with only those rights set forth herein. This U.S. Government Rights
315 clause is in lieu of, and supersedes, any other FAR, DFAR, or other
316 clause or provision that addresses Government rights in computer
317 software under this License.
318
319 9. MISCELLANEOUS.
320
321 This License represents the complete agreement concerning subject
322 matter hereof. If any provision of this License is held to be
323 unenforceable, such provision shall be reformed only to the extent
324 necessary to make it enforceable. This License shall be governed by
325 the law of the jurisdiction specified in a notice contained within
326 the Original Software (except to the extent applicable law, if any,
327 provides otherwise), excluding such jurisdiction's conflict-of-law
328 provisions. Any litigation relating to this License shall be subject
329 to the jurisdiction of the courts located in the jurisdiction and
330 venue specified in a notice contained within the Original Software,
331 with the losing party responsible for costs, including, without
332 limitation, court costs and reasonable attorneys' fees and expenses.
333 The application of the United Nations Convention on Contracts for
334 the International Sale of Goods is expressly excluded. Any law or
335 regulation which provides that the language of a contract shall be
336 construed against the drafter shall not apply to this License. You
337 agree that You alone are responsible for compliance with the United
338 States export administration regulations (and the export control
339 laws and regulation of any other countries) when You use, distribute
340 or otherwise make available any Covered Software.
341
342 10. RESPONSIBILITY FOR CLAIMS.
343
344 As between Initial Developer and the Contributors, each party is
345 responsible for claims and damages arising, directly or indirectly,
346 out of its utilization of rights under this License and You agree to
347 work with Initial Developer and Contributors to distribute such
348 responsibility on an equitable basis. Nothing herein is intended or
349 shall be deemed to constitute any admission of liability.
350
351 ------------------------------------------------------------------------
352
353 NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION
354 LICENSE (CDDL)
355
356 The code released under the CDDL shall be governed by the laws of the
357 State of California (excluding conflict-of-law provisions). Any
358 litigation relating to this License shall be subject to the jurisdiction
359 of the Federal Courts of the Northern District of California and the
360 state courts of the State of California, with venue lying in Santa Clara
361 County, California.
362
363
364
365 The GNU General Public License (GPL) Version 2, June 1991
366
367 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
368 51 Franklin Street, Fifth Floor
369 Boston, MA 02110-1335
370 USA
371
372 Everyone is permitted to copy and distribute verbatim copies
373 of this license document, but changing it is not allowed.
374
375 Preamble
376
377 The licenses for most software are designed to take away your freedom to
378 share and change it. By contrast, the GNU General Public License is
379 intended to guarantee your freedom to share and change free software--to
380 make sure the software is free for all its users. This General Public
381 License applies to most of the Free Software Foundation's software and
382 to any other program whose authors commit to using it. (Some other Free
383 Software Foundation software is covered by the GNU Library General
384 Public License instead.) You can apply it to your programs, too.
385
386 When we speak of free software, we are referring to freedom, not price.
387 Our General Public Licenses are designed to make sure that you have the
388 freedom to distribute copies of free software (and charge for this
389 service if you wish), that you receive source code or can get it if you
390 want it, that you can change the software or use pieces of it in new
391 free programs; and that you know you can do these things.
392
393 To protect your rights, we need to make restrictions that forbid anyone
394 to deny you these rights or to ask you to surrender the rights. These
395 restrictions translate to certain responsibilities for you if you
396 distribute copies of the software, or if you modify it.
397
398 For example, if you distribute copies of such a program, whether gratis
399 or for a fee, you must give the recipients all the rights that you have.
400 You must make sure that they, too, receive or can get the source code.
401 And you must show them these terms so they know their rights.
402
403 We protect your rights with two steps: (1) copyright the software, and
404 (2) offer you this license which gives you legal permission to copy,
405 distribute and/or modify the software.
406
407 Also, for each author's protection and ours, we want to make certain
408 that everyone understands that there is no warranty for this free
409 software. If the software is modified by someone else and passed on, we
410 want its recipients to know that what they have is not the original, so
411 that any problems introduced by others will not reflect on the original
412 authors' reputations.
413
414 Finally, any free program is threatened constantly by software patents.
415 We wish to avoid the danger that redistributors of a free program will
416 individually obtain patent licenses, in effect making the program
417 proprietary. To prevent this, we have made it clear that any patent must
418 be licensed for everyone's free use or not licensed at all.
419
420 The precise terms and conditions for copying, distribution and
421 modification follow.
422
423 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
424
425 0. This License applies to any program or other work which contains a
426 notice placed by the copyright holder saying it may be distributed under
427 the terms of this General Public License. The "Program", below, refers
428 to any such program or work, and a "work based on the Program" means
429 either the Program or any derivative work under copyright law: that is
430 to say, a work containing the Program or a portion of it, either
431 verbatim or with modifications and/or translated into another language.
432 (Hereinafter, translation is included without limitation in the term
433 "modification".) Each licensee is addressed as "you".
434
435 Activities other than copying, distribution and modification are not
436 covered by this License; they are outside its scope. The act of running
437 the Program is not restricted, and the output from the Program is
438 covered only if its contents constitute a work based on the Program
439 (independent of having been made by running the Program). Whether that
440 is true depends on what the Program does.
441
442 1. You may copy and distribute verbatim copies of the Program's source
443 code as you receive it, in any medium, provided that you conspicuously
444 and appropriately publish on each copy an appropriate copyright notice
445 and disclaimer of warranty; keep intact all the notices that refer to
446 this License and to the absence of any warranty; and give any other
447 recipients of the Program a copy of this License along with the Program.
448
449 You may charge a fee for the physical act of transferring a copy, and
450 you may at your option offer warranty protection in exchange for a fee.
451
452 2. You may modify your copy or copies of the Program or any portion of
453 it, thus forming a work based on the Program, and copy and distribute
454 such modifications or work under the terms of Section 1 above, provided
455 that you also meet all of these conditions:
456
457 a) You must cause the modified files to carry prominent notices
458 stating that you changed the files and the date of any change.
459
460 b) You must cause any work that you distribute or publish, that in
461 whole or in part contains or is derived from the Program or any part
462 thereof, to be licensed as a whole at no charge to all third parties
463 under the terms of this License.
464
465 c) If the modified program normally reads commands interactively
466 when run, you must cause it, when started running for such
467 interactive use in the most ordinary way, to print or display an
468 announcement including an appropriate copyright notice and a notice
469 that there is no warranty (or else, saying that you provide a
470 warranty) and that users may redistribute the program under these
471 conditions, and telling the user how to view a copy of this License.
472 (Exception: if the Program itself is interactive but does not
473 normally print such an announcement, your work based on the Program
474 is not required to print an announcement.)
475
476 These requirements apply to the modified work as a whole. If
477 identifiable sections of that work are not derived from the Program, and
478 can be reasonably considered independent and separate works in
479 themselves, then this License, and its terms, do not apply to those
480 sections when you distribute them as separate works. But when you
481 distribute the same sections as part of a whole which is a work based on
482 the Program, the distribution of the whole must be on the terms of this
483 License, whose permissions for other licensees extend to the entire
484 whole, and thus to each and every part regardless of who wrote it.
485
486 Thus, it is not the intent of this section to claim rights or contest
487 your rights to work written entirely by you; rather, the intent is to
488 exercise the right to control the distribution of derivative or
489 collective works based on the Program.
490
491 In addition, mere aggregation of another work not based on the Program
492 with the Program (or with a work based on the Program) on a volume of a
493 storage or distribution medium does not bring the other work under the
494 scope of this License.
495
496 3. You may copy and distribute the Program (or a work based on it,
497 under Section 2) in object code or executable form under the terms of
498 Sections 1 and 2 above provided that you also do one of the following:
499
500 a) Accompany it with the complete corresponding machine-readable
501 source code, which must be distributed under the terms of Sections 1
502 and 2 above on a medium customarily used for software interchange; or,
503
504 b) Accompany it with a written offer, valid for at least three
505 years, to give any third party, for a charge no more than your cost
506 of physically performing source distribution, a complete
507 machine-readable copy of the corresponding source code, to be
508 distributed under the terms of Sections 1 and 2 above on a medium
509 customarily used for software interchange; or,
510
511 c) Accompany it with the information you received as to the offer to
512 distribute corresponding source code. (This alternative is allowed
513 only for noncommercial distribution and only if you received the
514 program in object code or executable form with such an offer, in
515 accord with Subsection b above.)
516
517 The source code for a work means the preferred form of the work for
518 making modifications to it. For an executable work, complete source code
519 means all the source code for all modules it contains, plus any
520 associated interface definition files, plus the scripts used to control
521 compilation and installation of the executable. However, as a special
522 exception, the source code distributed need not include anything that is
523 normally distributed (in either source or binary form) with the major
524 components (compiler, kernel, and so on) of the operating system on
525 which the executable runs, unless that component itself accompanies the
526 executable.
527
528 If distribution of executable or object code is made by offering access
529 to copy from a designated place, then offering equivalent access to copy
530 the source code from the same place counts as distribution of the source
531 code, even though third parties are not compelled to copy the source
532 along with the object code.
533
534 4. You may not copy, modify, sublicense, or distribute the Program
535 except as expressly provided under this License. Any attempt otherwise
536 to copy, modify, sublicense or distribute the Program is void, and will
537 automatically terminate your rights under this License. However, parties
538 who have received copies, or rights, from you under this License will
539 not have their licenses terminated so long as such parties remain in
540 full compliance.
541
542 5. You are not required to accept this License, since you have not
543 signed it. However, nothing else grants you permission to modify or
544 distribute the Program or its derivative works. These actions are
545 prohibited by law if you do not accept this License. Therefore, by
546 modifying or distributing the Program (or any work based on the
547 Program), you indicate your acceptance of this License to do so, and all
548 its terms and conditions for copying, distributing or modifying the
549 Program or works based on it.
550
551 6. Each time you redistribute the Program (or any work based on the
552 Program), the recipient automatically receives a license from the
553 original licensor to copy, distribute or modify the Program subject to
554 these terms and conditions. You may not impose any further restrictions
555 on the recipients' exercise of the rights granted herein. You are not
556 responsible for enforcing compliance by third parties to this License.
557
558 7. If, as a consequence of a court judgment or allegation of patent
559 infringement or for any other reason (not limited to patent issues),
560 conditions are imposed on you (whether by court order, agreement or
561 otherwise) that contradict the conditions of this License, they do not
562 excuse you from the conditions of this License. If you cannot distribute
563 so as to satisfy simultaneously your obligations under this License and
564 any other pertinent obligations, then as a consequence you may not
565 distribute the Program at all. For example, if a patent license would
566 not permit royalty-free redistribution of the Program by all those who
567 receive copies directly or indirectly through you, then the only way you
568 could satisfy both it and this License would be to refrain entirely from
569 distribution of the Program.
570
571 If any portion of this section is held invalid or unenforceable under
572 any particular circumstance, the balance of the section is intended to
573 apply and the section as a whole is intended to apply in other
574 circumstances.
575
576 It is not the purpose of this section to induce you to infringe any
577 patents or other property right claims or to contest validity of any
578 such claims; this section has the sole purpose of protecting the
579 integrity of the free software distribution system, which is implemented
580 by public license practices. Many people have made generous
581 contributions to the wide range of software distributed through that
582 system in reliance on consistent application of that system; it is up to
583 the author/donor to decide if he or she is willing to distribute
584 software through any other system and a licensee cannot impose that choice.
585
586 This section is intended to make thoroughly clear what is believed to be
587 a consequence of the rest of this License.
588
589 8. If the distribution and/or use of the Program is restricted in
590 certain countries either by patents or by copyrighted interfaces, the
591 original copyright holder who places the Program under this License may
592 add an explicit geographical distribution limitation excluding those
593 countries, so that distribution is permitted only in or among countries
594 not thus excluded. In such case, this License incorporates the
595 limitation as if written in the body of this License.
596
597 9. The Free Software Foundation may publish revised and/or new
598 versions of the General Public License from time to time. Such new
599 versions will be similar in spirit to the present version, but may
600 differ in detail to address new problems or concerns.
601
602 Each version is given a distinguishing version number. If the Program
603 specifies a version number of this License which applies to it and "any
604 later version", you have the option of following the terms and
605 conditions either of that version or of any later version published by
606 the Free Software Foundation. If the Program does not specify a version
607 number of this License, you may choose any version ever published by the
608 Free Software Foundation.
609
610 10. If you wish to incorporate parts of the Program into other free
611 programs whose distribution conditions are different, write to the
612 author to ask for permission. For software which is copyrighted by the
613 Free Software Foundation, write to the Free Software Foundation; we
614 sometimes make exceptions for this. Our decision will be guided by the
615 two goals of preserving the free status of all derivatives of our free
616 software and of promoting the sharing and reuse of software generally.
617
618 NO WARRANTY
619
620 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
621 WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
622 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
623 OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
624 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
625 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
626 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
627 YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
628 NECESSARY SERVICING, REPAIR OR CORRECTION.
629
630 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
631 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
632 AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
633 DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
634 DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
635 (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
636 INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
637 THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
638 OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
639
640 END OF TERMS AND CONDITIONS
641
642 How to Apply These Terms to Your New Programs
643
644 If you develop a new program, and you want it to be of the greatest
645 possible use to the public, the best way to achieve this is to make it
646 free software which everyone can redistribute and change under these terms.
647
648 To do so, attach the following notices to the program. It is safest to
649 attach them to the start of each source file to most effectively convey
650 the exclusion of warranty; and each file should have at least the
651 "copyright" line and a pointer to where the full notice is found.
652
653 One line to give the program's name and a brief idea of what it does.
654 Copyright (C) <year> <name of author>
655
656 This program is free software; you can redistribute it and/or modify
657 it under the terms of the GNU General Public License as published by
658 the Free Software Foundation; either version 2 of the License, or
659 (at your option) any later version.
660
661 This program is distributed in the hope that it will be useful, but
662 WITHOUT ANY WARRANTY; without even the implied warranty of
663 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
664 General Public License for more details.
665
666 You should have received a copy of the GNU General Public License
667 along with this program; if not, write to the Free Software
668 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
669
670 Also add information on how to contact you by electronic and paper mail.
671
672 If the program is interactive, make it output a short notice like this
673 when it starts in an interactive mode:
674
675 Gnomovision version 69, Copyright (C) year name of author
676 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type
677 `show w'. This is free software, and you are welcome to redistribute
678 it under certain conditions; type `show c' for details.
679
680 The hypothetical commands `show w' and `show c' should show the
681 appropriate parts of the General Public License. Of course, the commands
682 you use may be called something other than `show w' and `show c'; they
683 could even be mouse-clicks or menu items--whatever suits your program.
684
685 You should also get your employer (if you work as a programmer) or your
686 school, if any, to sign a "copyright disclaimer" for the program, if
687 necessary. Here is a sample; alter the names:
688
689 Yoyodyne, Inc., hereby disclaims all copyright interest in the
690 program `Gnomovision' (which makes passes at compilers) written by
691 James Hacker.
692
693 signature of Ty Coon, 1 April 1989
694 Ty Coon, President of Vice
695
696 This General Public License does not permit incorporating your program
697 into proprietary programs. If your program is a subroutine library, you
698 may consider it more useful to permit linking proprietary applications
699 with the library. If this is what you want to do, use the GNU Library
700 General Public License instead of this License.
701
702 #
703
704 Certain source files distributed by Oracle America, Inc. and/or its
705 affiliates are subject to the following clarification and special
706 exception to the GPLv2, based on the GNU Project exception for its
707 Classpath libraries, known as the GNU Classpath Exception, but only
708 where Oracle has expressly included in the particular source file's
709 header the words "Oracle designates this particular file as subject to
710 the "Classpath" exception as provided by Oracle in the LICENSE file
711 that accompanied this code."
712
713 You should also note that Oracle includes multiple, independent
714 programs in this software package. Some of those programs are provided
715 under licenses deemed incompatible with the GPLv2 by the Free Software
716 Foundation and others. For example, the package includes programs
717 licensed under the Apache License, Version 2.0. Such programs are
718 licensed to you under their original licenses.
719
720 Oracle facilitates your further distribution of this package by adding
721 the Classpath Exception to the necessary parts of its GPLv2 code, which
722 permits you to use that code in combination with other independent
723 modules not licensed under the GPLv2. However, note that this would
724 not permit you to commingle code under an incompatible license with
725 Oracle's GPLv2 licensed code by, for example, cutting and pasting such
726 code into a file also containing Oracle's GPLv2 licensed code and then
727 distributing the result. Additionally, if you were to remove the
728 Classpath Exception from any of the files to which it applies and
729 distribute the result, you would likely be required to license some or
730 all of the other code in that distribution under the GPLv2 as well, and
731 since the GPLv2 is incompatible with the license terms of some items
732 included in the distribution by Oracle, removing the Classpath
733 Exception could therefore effectively compromise your ability to
734 further distribute the package.
735
736 Proceed with caution and we recommend that you obtain the advice of a
737 lawyer skilled in open source matters before removing the Classpath
738 Exception or making modifications to this package which may
739 subsequently be redistributed and/or involve the use of third party
740 software.
741
742 CLASSPATH EXCEPTION
743 Linking this library statically or dynamically with other modules is
744 making a combined work based on this library. Thus, the terms and
745 conditions of the GNU General Public License version 2 cover the whole
746 combination.
747
748 As a special exception, the copyright holders of this library give you
749 permission to link this library with independent modules to produce an
750 executable, regardless of the license terms of these independent
751 modules, and to copy and distribute the resulting executable under
752 terms of your choice, provided that you also meet, for each linked
753 independent module, the terms and conditions of the license of that
754 module. An independent module is a module which is not derived from or
755 based on this library. If you modify this library, you may extend this
756 exception to your version of the library, but you are not obligated to
757 do so. If you do not wish to do so, delete this exception statement
758 from your version.
0 # DTD Parser
1
2 SAX-like API for parsing XML DTDs.
3
4 :warning: This project is now part of the EE4J initiative. This repository
5 has been archived as all activities are now happening in the
6 [corresponding Eclipse repository](https://github.com/eclipse-ee4j/jaxb-dtd-parser).
7 See [here](https://www.eclipse.org/ee4j/status.php) for the overall
8 EE4J transition status.
0 dtd-parser (1.4+git20180913.1.2a53466-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Thu, 19 Jan 2023 09:30:33 -0000
5
06 dtd-parser (1.2-1) unstable; urgency=medium
17
28 * Team upload.
00 <?xml version="1.0" encoding="UTF-8"?>
1 <!--
2 Copyright (c) 2009, Sun Microsystems
3 All rights reserved.
4
5 Redistribution and use in source and binary forms, with or without modification,
6 are permitted provided that the following conditions are met:
7
8 * Redistributions of source code must retain the above copyright notice, this
9 list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above copyright notice,
11 this list of conditions and the following disclaimer in the documentation
12 and/or other materials provided with the distribution.
13 * Neither the name of the Sun Microsystems nor the names of its contributors
14 may be used to endorse or promote products derived from this software
15 without specific prior written permission.
16
17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 -->
28 <module version="4" relativePaths="true" type="JAVA_MODULE">
29 <component name="ModuleRootManager" />
30 <component name="NewModuleRootManager">
31 <output url="file://$MODULE_DIR$/build/classes" />
32 <exclude-output />
33 <exclude-exploded />
1 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
2 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6">
3 <output url="file://$MODULE_DIR$/target/classes" />
4 <output-test url="file://$MODULE_DIR$/target/test-classes" />
345 <content url="file://$MODULE_DIR$">
356 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7 <excludeFolder url="file://$MODULE_DIR$/target" />
368 </content>
379 <orderEntry type="inheritedJdk" />
3810 <orderEntry type="sourceFolder" forTests="false" />
39 <orderEntryProperties />
4011 </component>
41 <component name="org.mevenide.idea.module.ModuleSettings">
42 <favoriteGoals>
43 <list size="0" />
44 </favoriteGoals>
45 </component>
46 </module>
47
12 </module>
22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5 Copyright (c) 1998-2012 Oracle and/or its affiliates. All rights reserved.
5 Copyright (c) 1998-2017 Oracle and/or its affiliates. All rights reserved.
66
77 The contents of this file are subject to the terms of either the GNU
88 General Public License Version 2 only ("GPL") or the Common Development
4444 <modelVersion>4.0.0</modelVersion>
4545 <groupId>com.sun.xml.dtd-parser</groupId>
4646 <artifactId>dtd-parser</artifactId>
47 <version>1.2</version>
47 <version>1.4.1-SNAPSHOT</version>
4848 <packaging>jar</packaging>
4949 <name>DTD Parser</name>
5050 <description>SAX-like API for parsing XML DTDs.</description>
5151 <url>http://dtd-parser.java.net/</url>
5252
5353 <scm>
54 <url>http://java.net/projects/dtd-parser/sources/svn/show/tags/dtd-parser-1.2</url>
55 <connection>scm:svn:https://svn.java.net/svn/dtd-parser~svn/tags/dtd-parser-1.2</connection>
56 <developerConnection>scm:svn:https://svn.java.net/svn/dtd-parser~svn/tags/dtd-parser-1.2</developerConnection>
54 <connection>scm:git:ssh://git@github.com/javaee/jaxb-dtd-parser.git</connection>
55 <developerConnection>scm:git:ssh://git@github.com/javaee/jaxb-dtd-parser.git</developerConnection>
56 <url>https://github.com/javaee/jaxb-dtd-parser</url>
57 <tag>HEAD</tag>
5758 </scm>
5859
5960 <parent>
60 <groupId>org.sonatype.oss</groupId>
61 <artifactId>oss-parent</artifactId>
62 <version>7</version>
61 <groupId>net.java</groupId>
62 <artifactId>jvnet-parent</artifactId>
63 <version>5</version>
6364 </parent>
6465
6566 <licenses>
7374
7475 <developers>
7576 <developer>
76 <id>snajper</id>
77 <name>Martin Grebac</name>
78 <email>martin.grebac@oracle.com</email>
79 </developer>
80 <developer>
81 <id>lexi</id>
82 <name>Aleksei Valikov</name>
83 <email>valikov@gmx.net</email>
77 <id>bravehorsie</id>
78 <name>Roman Grigoriadi</name>
79 <email>Roman.Grigoriadi@oracle.com</email>
8480 </developer>
8581 </developers>
8682
9389
9490 <build>
9591 <sourceDirectory>src</sourceDirectory>
92
9693 <resources>
9794 <resource>
9895 <directory>src</directory>
10198 </includes>
10299 </resource>
103100 </resources>
101
102 <pluginManagement>
103 <plugins>
104 <plugin>
105 <artifactId>maven-compiler-plugin</artifactId>
106 <version>3.7.0</version>
107 </plugin>
108 <plugin>
109 <artifactId>maven-release-plugin</artifactId>
110 <version>2.5.3</version>
111 </plugin>
112 <plugin>
113 <groupId>org.glassfish.copyright</groupId>
114 <artifactId>glassfish-copyright-maven-plugin</artifactId>
115 <version>1.49</version>
116 </plugin>
117 <plugin>
118 <groupId>org.codehaus.mojo</groupId>
119 <artifactId>findbugs-maven-plugin</artifactId>
120 <version>3.0.5</version>
121 </plugin>
122 </plugins>
123 </pluginManagement>
124
104125 <plugins>
105126 <plugin>
106127 <groupId>org.glassfish.copyright</groupId>
107128 <artifactId>glassfish-copyright-maven-plugin</artifactId>
108 <version>1.29</version>
109129 <configuration>
110130 <templateFile>${project.basedir}/copyright.txt</templateFile>
111131 <excludeFile>${project.basedir}/copyright-exclude</excludeFile>
121141 </plugin>
122142 <plugin>
123143 <artifactId>maven-compiler-plugin</artifactId>
124 <version>2.4</version>
125 <configuration>
126 <source>1.6</source>
127 <target>1.6</target>
144 <configuration>
145 <source>1.7</source>
146 <target>1.7</target>
128147 </configuration>
129148 </plugin>
130149 <plugin>
131150 <groupId>org.codehaus.mojo</groupId>
132151 <artifactId>findbugs-maven-plugin</artifactId>
133 <version>2.5.2</version>
134152 <configuration>
135153 <skip>${findbugs.skip}</skip>
136154 <threshold>${findbugs.threshold}</threshold>
150168 </dependencies>
151169 </plugin>
152170 </plugins>
171
153172 </build>
154173
155174 <reporting>
170189 <findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
171190 </properties>
172191
192 <profiles>
193
194 <profile>
195 <id>jdk9-setup</id>
196 <activation>
197 <jdk>[9,)</jdk>
198 </activation>
199 <build>
200 <plugins>
201 <plugin>
202 <groupId>org.apache.maven.plugins</groupId>
203 <artifactId>maven-compiler-plugin</artifactId>
204 <executions>
205 <execution>
206 <id>default-compile</id>
207 <configuration>
208 <jdkToolchain>
209 <version>9</version>
210 </jdkToolchain>
211 <source>9</source>
212 <target>9</target>
213 <includes>
214 <include>module-info.java</include>
215 </includes>
216 </configuration>
217 </execution>
218 <execution>
219 <id>base-compile</id>
220 <goals>
221 <goal>compile</goal>
222 </goals>
223 <configuration>
224 <source>1.7</source>
225 <target>1.7</target>
226 <jdkToolchain>
227 <version>1.7</version>
228 </jdkToolchain>
229 <excludes>
230 <exclude>module-info.java</exclude>
231 </excludes>
232 </configuration>
233 </execution>
234 </executions>
235 </plugin>
236 </plugins>
237 </build>
238 </profile>
239
240 <profile>
241 <id>jvnet-release</id>
242 <build>
243 <plugins>
244 <plugin>
245 <groupId>org.apache.maven.plugins</groupId>
246 <artifactId>maven-gpg-plugin</artifactId>
247 <version>1.6</version>
248 <executions>
249 <execution>
250 <id>sign-artifacts</id>
251 <phase>verify</phase>
252 <goals>
253 <goal>sign</goal>
254 </goals>
255 </execution>
256 </executions>
257 </plugin>
258 </plugins>
259 </build>
260 </profile>
261
262 </profiles>
263
173264 </project>
0 /*
1 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2 *
3 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
4 *
5 * The contents of this file are subject to the terms of either the GNU
6 * General Public License Version 2 only ("GPL") or the Common Development
7 * and Distribution License("CDDL") (collectively, the "License"). You
8 * may not use this file except in compliance with the License. You can
9 * obtain a copy of the License at
10 * https://oss.oracle.com/licenses/CDDL+GPL-1.1
11 * or LICENSE.txt. See the License for the specific
12 * language governing permissions and limitations under the License.
13 *
14 * When distributing the software, include this License Header Notice in each
15 * file and include the License file at LICENSE.txt.
16 *
17 * GPL Classpath Exception:
18 * Oracle designates this particular file as subject to the "Classpath"
19 * exception as provided by Oracle in the GPL Version 2 section of the License
20 * file that accompanied this code.
21 *
22 * Modifications:
23 * If applicable, add the following below the License Header, with the fields
24 * enclosed by brackets [] replaced by your own identifying information:
25 * "Portions Copyright [year] [name of copyright owner]"
26 *
27 * Contributor(s):
28 * If you wish your version of this file to be governed by only the CDDL or
29 * only the GPL Version 2, indicate your decision by adding "[Contributor]
30 * elects to include this software in this distribution under the [CDDL or GPL
31 * Version 2] license." If you don't indicate a single choice of license, a
32 * recipient has the option to distribute your version of this file under
33 * either the CDDL, the GPL Version 2 or to extend the choice of license to
34 * its licensees as provided above. However, if you add GPL Version 2 code
35 * and therefore, elected the GPL Version 2 license, then the option applies
36 * only if the new code is made subject to such option by the copyright
37 * holder.
38 */
39
40 /**
41 * SAX-like API for parsing XML DTDs.
42 */
43 module com.sun.xml.dtdparser {
44
45 requires java.xml;
46 requires java.logging;
47
48 exports com.sun.xml.dtdparser;
49 }