libis-format 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +14 -4
  3. data/base/Dockerfile +13 -0
  4. data/lib/libis/format/config.rb +11 -9
  5. data/lib/libis/format/converter/audio_converter.rb +1 -1
  6. data/lib/libis/format/converter/image_converter.rb +1 -1
  7. data/lib/libis/format/converter/jp2_converter.rb +1 -1
  8. data/lib/libis/format/converter/pdf_converter.rb +8 -6
  9. data/lib/libis/format/tool/droid.rb +2 -2
  10. data/lib/libis/format/tool/ffmpeg.rb +1 -1
  11. data/lib/libis/format/tool/fido.rb +1 -1
  12. data/lib/libis/format/tool/fop_pdf.rb +1 -1
  13. data/lib/libis/format/tool/office_to_pdf.rb +1 -1
  14. data/lib/libis/format/tool/pdf_copy.rb +1 -1
  15. data/lib/libis/format/tool/pdf_merge.rb +1 -1
  16. data/lib/libis/format/tool/pdf_split.rb +1 -1
  17. data/lib/libis/format/tool/pdf_to_pdfa.rb +1 -2
  18. data/lib/libis/format/tool/pdfa_validator.rb +3 -4
  19. data/lib/libis/format/tool/spreadsheet_to_ods.rb +1 -1
  20. data/lib/libis/format/version.rb +1 -1
  21. data/libis-format.gemspec +2 -2
  22. data/tools/fop/build/fop.jar +0 -0
  23. data/tools/fop/conf/fop.xconf +466 -0
  24. data/tools/fop/fop +258 -0
  25. data/tools/fop/fop.bat +75 -0
  26. data/tools/fop/fop.cmd +31 -0
  27. data/tools/fop/fop.js +341 -0
  28. data/tools/fop/lib/README.txt +243 -0
  29. data/tools/fop/lib/avalon-framework-api-4.3.1.jar +0 -0
  30. data/tools/fop/lib/avalon-framework-impl-4.3.1.jar +0 -0
  31. data/tools/fop/lib/avalon-framework.LICENSE.txt +175 -0
  32. data/tools/fop/lib/avalon-framework.NOTICE.TXT +11 -0
  33. data/tools/fop/lib/batik-all-1.10.jar +0 -0
  34. data/tools/fop/lib/batik.LICENSE.txt +201 -0
  35. data/tools/fop/lib/batik.NOTICE.txt +18 -0
  36. data/tools/fop/lib/commons-io-1.3.1.jar +0 -0
  37. data/tools/fop/lib/commons-io.LICENSE.txt +203 -0
  38. data/tools/fop/lib/commons-io.NOTICE.txt +6 -0
  39. data/tools/fop/lib/commons-logging-1.0.4.jar +0 -0
  40. data/tools/fop/lib/commons-logging.LICENSE.txt +202 -0
  41. data/tools/fop/lib/commons-logging.NOTICE.txt +3 -0
  42. data/tools/fop/lib/fontbox-2.0.7.jar +0 -0
  43. data/tools/fop/lib/serializer-2.7.2.jar +0 -0
  44. data/tools/fop/lib/serializer.LICENSE.txt +201 -0
  45. data/tools/fop/lib/serializer.NOTICE.txt +15 -0
  46. data/tools/fop/lib/xalan-2.7.2.jar +0 -0
  47. data/tools/fop/lib/xalan.BCEL.LICENSE.txt +52 -0
  48. data/tools/fop/lib/xalan.LICENSE.txt +202 -0
  49. data/tools/fop/lib/xalan.NOTICE.txt +44 -0
  50. data/tools/fop/lib/xalan.regexp.LICENSE.txt +52 -0
  51. data/tools/fop/lib/xalan.runtime.LICENSE.txt +20 -0
  52. data/tools/fop/lib/xerces.LICENSE.txt +56 -0
  53. data/tools/fop/lib/xercesImpl-2.9.1.jar +0 -0
  54. data/tools/fop/lib/xercesImpl.LICENSE.txt +201 -0
  55. data/tools/fop/lib/xercesImpl.NOTICE.txt +14 -0
  56. data/tools/fop/lib/xml-apis-1.3.04.jar +0 -0
  57. data/tools/fop/lib/xml-apis-ext-1.3.04.jar +0 -0
  58. data/tools/fop/lib/xml-apis-ext.LICENSE.dom-documentation.txt +73 -0
  59. data/tools/fop/lib/xml-apis-ext.LICENSE.dom-software.txt +61 -0
  60. data/tools/fop/lib/xml-apis-ext.LICENSE.sac.html +75 -0
  61. data/tools/fop/lib/xml-apis-ext.LICENSE.txt +202 -0
  62. data/tools/fop/lib/xml-apis-ext.NOTICE.txt +16 -0
  63. data/tools/fop/lib/xml-apis-ext.README.dom.txt +56 -0
  64. data/tools/fop/lib/xml-apis.LICENSE-SAX.html +17 -0
  65. data/tools/fop/lib/xml-apis.LICENSE.DOM-documentation.html +74 -0
  66. data/tools/fop/lib/xml-apis.LICENSE.DOM-software.html +66 -0
  67. data/tools/fop/lib/xml-apis.LICENSE.txt +201 -0
  68. data/tools/fop/lib/xml-apis.NOTICE.txt +13 -0
  69. data/tools/fop/lib/xmlgraphics-commons-2.3.jar +0 -0
  70. data/tools/fop/lib/xmlgraphics-commons.LICENSE.txt +202 -0
  71. data/tools/fop/lib/xmlgraphics-commons.NOTICE.txt +5 -0
  72. data/tools/pdfbox/pdfbox-app-2.0.13.jar +0 -0
  73. data/tools/pdfbox/{pdfbox-app-1.8.10.jar → preflight-app-2.0.13.jar} +0 -0
  74. metadata +57 -236
  75. data/spec/converter_audio_spec.rb +0 -66
  76. data/spec/converter_fop_spec.rb +0 -37
  77. data/spec/converter_image_spec.rb +0 -166
  78. data/spec/converter_office_spec.rb +0 -84
  79. data/spec/converter_pdf_spec.rb +0 -30
  80. data/spec/converter_repository_spec.rb +0 -97
  81. data/spec/converter_spreadsheet_spec.rb +0 -39
  82. data/spec/converter_video_spec.rb +0 -97
  83. data/spec/converter_xsl_spec.rb +0 -56
  84. data/spec/data/Cevennes2.bmp +0 -0
  85. data/spec/data/Cevennes2.jp2 +0 -0
  86. data/spec/data/Cevennes2.ppm +0 -22492
  87. data/spec/data/NikonRaw-CameraRaw.TIF +0 -0
  88. data/spec/data/NikonRaw-CaptureOne.tif +0 -0
  89. data/spec/data/audio/carlin_disappointed.aac +0 -0
  90. data/spec/data/audio/carlin_disappointed.ac3 +0 -0
  91. data/spec/data/audio/carlin_disappointed.aiff +0 -0
  92. data/spec/data/audio/carlin_disappointed.au +0 -0
  93. data/spec/data/audio/carlin_disappointed.flac +0 -0
  94. data/spec/data/audio/carlin_disappointed.m4a +0 -0
  95. data/spec/data/audio/carlin_disappointed.mka +0 -0
  96. data/spec/data/audio/carlin_disappointed.mp3 +0 -0
  97. data/spec/data/audio/carlin_disappointed.ogg +0 -0
  98. data/spec/data/audio/carlin_disappointed.ra +0 -0
  99. data/spec/data/audio/carlin_disappointed.voc +0 -0
  100. data/spec/data/audio/carlin_disappointed.wav +0 -0
  101. data/spec/data/audio/carlin_disappointed.wma +0 -0
  102. data/spec/data/audio/greensleeves.aac +0 -0
  103. data/spec/data/audio/greensleeves.ac3 +0 -0
  104. data/spec/data/audio/greensleeves.aiff +0 -0
  105. data/spec/data/audio/greensleeves.au +0 -0
  106. data/spec/data/audio/greensleeves.flac +0 -0
  107. data/spec/data/audio/greensleeves.m4a +0 -0
  108. data/spec/data/audio/greensleeves.mka +0 -0
  109. data/spec/data/audio/greensleeves.mp3 +0 -0
  110. data/spec/data/audio/greensleeves.ogg +0 -0
  111. data/spec/data/audio/greensleeves.ra +0 -0
  112. data/spec/data/audio/greensleeves.voc +0 -0
  113. data/spec/data/audio/greensleeves.wav +0 -0
  114. data/spec/data/audio/greensleeves.wma +0 -0
  115. data/spec/data/audio/king_nonviolence.aac +0 -0
  116. data/spec/data/audio/king_nonviolence.ac3 +0 -0
  117. data/spec/data/audio/king_nonviolence.aiff +0 -0
  118. data/spec/data/audio/king_nonviolence.au +0 -0
  119. data/spec/data/audio/king_nonviolence.flac +0 -0
  120. data/spec/data/audio/king_nonviolence.m4a +0 -0
  121. data/spec/data/audio/king_nonviolence.mka +0 -0
  122. data/spec/data/audio/king_nonviolence.mp3 +0 -0
  123. data/spec/data/audio/king_nonviolence.ogg +0 -0
  124. data/spec/data/audio/king_nonviolence.ra +0 -0
  125. data/spec/data/audio/king_nonviolence.voc +0 -0
  126. data/spec/data/audio/king_nonviolence.wav +0 -0
  127. data/spec/data/audio/king_nonviolence.wma +0 -0
  128. data/spec/data/audio/top_gun_secret.aac +0 -0
  129. data/spec/data/audio/top_gun_secret.ac3 +0 -0
  130. data/spec/data/audio/top_gun_secret.aiff +0 -0
  131. data/spec/data/audio/top_gun_secret.au +0 -0
  132. data/spec/data/audio/top_gun_secret.flac +0 -0
  133. data/spec/data/audio/top_gun_secret.m4a +0 -0
  134. data/spec/data/audio/top_gun_secret.mka +0 -0
  135. data/spec/data/audio/top_gun_secret.mp3 +0 -0
  136. data/spec/data/audio/top_gun_secret.ogg +0 -0
  137. data/spec/data/audio/top_gun_secret.ra +0 -0
  138. data/spec/data/audio/top_gun_secret.voc +0 -0
  139. data/spec/data/audio/top_gun_secret.wav +0 -0
  140. data/spec/data/audio/top_gun_secret.wma +0 -0
  141. data/spec/data/multipage.tif +0 -0
  142. data/spec/data/multipage.tif.jp2 +0 -0
  143. data/spec/data/test-ead.xml +0 -392
  144. data/spec/data/test-jpg.tif +0 -0
  145. data/spec/data/test-lzw.tif +0 -0
  146. data/spec/data/test-options.jpg +0 -0
  147. data/spec/data/test-options.png +0 -0
  148. data/spec/data/test.bmp +0 -0
  149. data/spec/data/test.doc +0 -0
  150. data/spec/data/test.docx +0 -0
  151. data/spec/data/test.gif +0 -0
  152. data/spec/data/test.jpg +0 -0
  153. data/spec/data/test.ods +0 -0
  154. data/spec/data/test.odt +0 -0
  155. data/spec/data/test.pdf +0 -0
  156. data/spec/data/test.pdf.tif +0 -0
  157. data/spec/data/test.png +0 -0
  158. data/spec/data/test.ps +0 -8631
  159. data/spec/data/test.psd +0 -0
  160. data/spec/data/test.rtf +0 -1455
  161. data/spec/data/test.tif +0 -0
  162. data/spec/data/test.txt +0 -12
  163. data/spec/data/test.xcf +0 -0
  164. data/spec/data/test.xls +0 -0
  165. data/spec/data/test.xlsx +0 -0
  166. data/spec/data/test.xml +0 -4
  167. data/spec/data/test_pdfa.pdf +0 -0
  168. data/spec/data/video/SampleVideo_1080x720_2mb.flv +0 -0
  169. data/spec/data/video/SampleVideo_1080x720_2mb.mkv +0 -0
  170. data/spec/data/video/SampleVideo_1080x720_2mb.mp4 +0 -0
  171. data/spec/data/video/SampleVideo_176x144_2mb.3gp +0 -0
  172. data/spec/data/video/SampleVideo_320x240_2mb.3gp +0 -0
  173. data/spec/data/video/SampleVideo_360x240_2mb.flv +0 -0
  174. data/spec/data/video/SampleVideo_360x240_2mb.mkv +0 -0
  175. data/spec/data/video/SampleVideo_360x240_2mb.mp4 +0 -0
  176. data/spec/data/video/copyright.png +0 -0
  177. data/spec/data/xml/134476_ead.XML +0 -1
  178. data/spec/data/xml/134476_ead.pdf +0 -0
  179. data/spec/data/xml/134476_fo.XML +0 -383
  180. data/spec/data/xml/134476_raw.XML +0 -141
  181. data/spec/data/xml/ead2fo_pdf.xsl +0 -1453
  182. data/spec/data/xml/header_nolink_pdf.xsl +0 -120
  183. data/spec/data/xml/lookupLists.xsl +0 -488
  184. data/spec/data/xml/scope_eadToHTML.xsl +0 -2376
  185. data/spec/data/xml/scope_xmlToEAD_dom.xsl +0 -952
  186. data/spec/identifier_spec.rb +0 -161
  187. data/spec/spec_helper.rb +0 -58
  188. data/spec/test_types.yml +0 -12
  189. data/spec/type_database_spec.rb +0 -140
  190. data/tools/pdfbox/preflight-app-1.8.10.jar +0 -0
@@ -0,0 +1,15 @@
1
+ =========================================================================
2
+ == NOTICE file corresponding to section 4(d) of the Apache License, ==
3
+ == Version 2.0, in this case for the Apache Xalan serializer ==
4
+ == distribution. ==
5
+ =========================================================================
6
+
7
+ This product includes software developed by IBM Corporation (http://www.ibm.com)
8
+ and The Apache Software Foundation (http://www.apache.org/).
9
+
10
+ Portions of this software was originally based on the following:
11
+ - software copyright (c) 1999-2002, Lotus Development Corporation.,
12
+ http://www.lotus.com.
13
+ - software copyright (c) 2001-2002, Sun Microsystems.,
14
+ http://www.sun.com.
15
+ - software copyright (c) 2003, IBM Corporation., http://www.ibm.com.
@@ -0,0 +1,52 @@
1
+ Apache Software License, Version 1.1
2
+ *
3
+ * Copyright (c) 2001 The Apache Software Foundation. All rights
4
+ * reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * 1. Redistributions of source code must retain the above copyright
11
+ * notice, this list of conditions and the following disclaimer.
12
+ *
13
+ * 2. Redistributions in binary form must reproduce the above copyright
14
+ * notice, this list of conditions and the following disclaimer in
15
+ * the documentation and/or other materials provided with the
16
+ * distribution.
17
+ *
18
+ * 3. The end-user documentation included with the redistribution,
19
+ * if any, must include the following acknowledgment:
20
+ * "This product includes software developed by the
21
+ * Apache Software Foundation (http://www.apache.org/)."
22
+ * Alternately, this acknowledgment may appear in the software itself,
23
+ * if and wherever such third-party acknowledgments normally appear.
24
+ *
25
+ * 4. The names "Apache" and "Apache Software Foundation" and
26
+ * "Apache BCEL" must not be used to endorse or promote products
27
+ * derived from this software without prior written permission. For
28
+ * written permission, please contact apache@apache.org.
29
+ *
30
+ * 5. Products derived from this software may not be called "Apache",
31
+ * "Apache BCEL", nor may "Apache" appear in their name, without
32
+ * prior written permission of the Apache Software Foundation.
33
+ *
34
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
38
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45
+ * SUCH DAMAGE.
46
+ * ====================================================================
47
+ *
48
+ * This software consists of voluntary contributions made by many
49
+ * individuals on behalf of the Apache Software Foundation. For more
50
+ * information on the Apache Software Foundation, please see
51
+ * <http://www.apache.org/>.
52
+ */
@@ -0,0 +1,202 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
202
+
@@ -0,0 +1,44 @@
1
+ =========================================================================
2
+ == NOTICE file corresponding to section 4(d) of the Apache License, ==
3
+ == Version 2.0, in this case for the Apache Xalan distribution. ==
4
+ =========================================================================
5
+
6
+ This product includes software developed by
7
+ The Apache Software Foundation (http://www.apache.org/).
8
+
9
+ Portions of this software was originally based on the following:
10
+ - software copyright (c) 1999-2002, Lotus Development Corporation.,
11
+ http://www.lotus.com.
12
+ - software copyright (c) 2001-2002, Sun Microsystems.,
13
+ http://www.sun.com.
14
+ - software copyright (c) 2003, IBM Corporation., http://www.ibm.com.
15
+ - voluntary contributions made by Ovidiu Predescu <ovidiu@cup.hp.com> on
16
+ behalf of the Apache Software Foundation that was originally developed
17
+ at Hewlett Packard Company.
18
+
19
+ The binary distribution package (ie. jars, samples and documentation) of
20
+ this product includes software developed by the following:
21
+
22
+ - The Apache Software Foundation
23
+ - Xerces Java - see xercesImpl.README.txt
24
+ - JAXP 1.3 APIs - see xml-apis.README.txt
25
+ - Bytecode Engineering Library - see BCEL.README.txt
26
+ - Regular Expression - see regexp.README.txt
27
+
28
+ - Scott Hudson, Frank Flannery, C. Scott Ananian
29
+ - CUP Parser Generator runtime (javacup\runtime) - see runtime.README.txt
30
+
31
+
32
+ The source distribution package (ie. all source and tools required to build
33
+ Xalan Java) of this product includes software developed by the following:
34
+
35
+ - The Apache Software Foundation
36
+ - Xerces Java - see xercesImpl.README.txt
37
+ - JAXP 1.3 APIs - see xml-apis.README.txt
38
+ - Bytecode Engineering Library - see BCEL.README.txt
39
+ - Regular Expression - see regexp.README.txt
40
+ - Ant - see ant.README.txt
41
+ - Stylebook doc tool - see stylebook-1.0-b3_xalan-2.README.txt
42
+
43
+ - Elliot Joel Berk and C. Scott Ananian
44
+ - Lexical Analyzer Generator (JLex) - see JLex.README.txt
@@ -0,0 +1,52 @@
1
+ Apache Software License, Version 1.1
2
+ *
3
+ * Copyright (c) 2001 The Apache Software Foundation. All rights
4
+ * reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions
8
+ * are met:
9
+ *
10
+ * 1. Redistributions of source code must retain the above copyright
11
+ * notice, this list of conditions and the following disclaimer.
12
+ *
13
+ * 2. Redistributions in binary form must reproduce the above copyright
14
+ * notice, this list of conditions and the following disclaimer in
15
+ * the documentation and/or other materials provided with the
16
+ * distribution.
17
+ *
18
+ * 3. The end-user documentation included with the redistribution,
19
+ * if any, must include the following acknowledgment:
20
+ * "This product includes software developed by the
21
+ * Apache Software Foundation (http://www.apache.org/)."
22
+ * Alternately, this acknowledgment may appear in the software itself,
23
+ * if and wherever such third-party acknowledgments normally appear.
24
+ *
25
+ * 4. The names "Apache" and "Apache Software Foundation" and
26
+ * "Apache BCEL" must not be used to endorse or promote products
27
+ * derived from this software without prior written permission. For
28
+ * written permission, please contact apache@apache.org.
29
+ *
30
+ * 5. Products derived from this software may not be called "Apache",
31
+ * "Apache BCEL", nor may "Apache" appear in their name, without
32
+ * prior written permission of the Apache Software Foundation.
33
+ *
34
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
38
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45
+ * SUCH DAMAGE.
46
+ * ====================================================================
47
+ *
48
+ * This software consists of voluntary contributions made by many
49
+ * individuals on behalf of the Apache Software Foundation. For more
50
+ * information on the Apache Software Foundation, please see
51
+ * <http://www.apache.org/>.
52
+ */
@@ -0,0 +1,20 @@
1
+ CUP Parser Generator Copyright Notice, License, and Disclaimer
2
+ (runtime.jar component)
3
+
4
+ Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian
5
+
6
+ Permission to use, copy, modify, and distribute this software and its
7
+ documentation for any purpose and without fee is hereby granted, provided
8
+ that the above copyright notice appear in all copies and that both
9
+ the copyright notice and this permission notice and warranty disclaimer
10
+ appear in supporting documentation, and that the names of the authors
11
+ or their employers not be used in advertising or publicity pertaining
12
+ to distribution of the software without specific, written prior permission.
13
+
14
+ The authors and their employers disclaim all warranties with regard to
15
+ this software, including all implied warranties of merchantability
16
+ and fitness. In no event shall the authors or their employers be liable
17
+ for any special, indirect or consequential damages or any damages
18
+ whatsoever resulting from loss of use, data or profits, whether in an action
19
+ of contract, negligence or other tortious action, arising out of or
20
+ in connection with the use or performance of this software.
@@ -0,0 +1,56 @@
1
+ /*
2
+ * The Apache Software License, Version 1.1
3
+ *
4
+ *
5
+ * Copyright (c) 1999 The Apache Software Foundation. All rights
6
+ * reserved.
7
+ *
8
+ * Redistribution and use in source and binary forms, with or without
9
+ * modification, are permitted provided that the following conditions
10
+ * are met:
11
+ *
12
+ * 1. Redistributions of source code must retain the above copyright
13
+ * notice, this list of conditions and the following disclaimer.
14
+ *
15
+ * 2. Redistributions in binary form must reproduce the above copyright
16
+ * notice, this list of conditions and the following disclaimer in
17
+ * the documentation and/or other materials provided with the
18
+ * distribution.
19
+ *
20
+ * 3. The end-user documentation included with the redistribution,
21
+ * if any, must include the following acknowledgment:
22
+ * "This product includes software developed by the
23
+ * Apache Software Foundation (http://www.apache.org/)."
24
+ * Alternately, this acknowledgment may appear in the software itself,
25
+ * if and wherever such third-party acknowledgments normally appear.
26
+ *
27
+ * 4. The names "Xerces" and "Apache Software Foundation" must
28
+ * not be used to endorse or promote products derived from this
29
+ * software without prior written permission. For written
30
+ * permission, please contact apache@apache.org.
31
+ *
32
+ * 5. Products derived from this software may not be called "Apache",
33
+ * nor may "Apache" appear in their name, without prior written
34
+ * permission of the Apache Software Foundation.
35
+ *
36
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
37
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
38
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
39
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
40
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
42
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
43
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
44
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
45
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
46
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
47
+ * SUCH DAMAGE.
48
+ * ====================================================================
49
+ *
50
+ * This software consists of voluntary contributions made by many
51
+ * individuals on behalf of the Apache Software Foundation and was
52
+ * originally based on software copyright (c) 1999, International
53
+ * Business Machines, Inc., http://www.ibm.com. For more
54
+ * information on the Apache Software Foundation, please see
55
+ * <http://www.apache.org/>.
56
+ */