epubcheck-ruby 4.2.4.0 → 4.2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +3 -6
- data/README.md +4 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/CHANGELOG.txt +33 -4
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/LICENSE.txt +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/README.txt +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/THIRD-PARTY.txt +16 -16
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/epubcheck.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/Saxon-HE-9.8.0-8.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/animal-sniffer-annotations-1.14.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/checker-compat-qual-2.0.0.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/common-image-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/common-io-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/common-lang-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/commons-compress-1.20.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/error_prone_annotations-2.1.3.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/guava-24.1.1-android.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/imageio-core-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/imageio-jpeg-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/imageio-metadata-3.4.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/isorelax-20030108.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/j2objc-annotations-1.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/jackson-core-asl-1.9.12.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/jackson-mapper-asl-1.9.12.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/jing-20181222.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/jsr305-1.3.9.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/sac-1.3.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/lib/xercesImpl-2.9.1.jar +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/licenses/Apache-2.0.txt +0 -0
- data/jar/{epubcheck-4.2.4 → epubcheck-4.2.5}/licenses/BSD-3-Clause.txt +11 -11
- data/jar/epubcheck-4.2.5/licenses/MIT.txt +19 -0
- data/jar/epubcheck-4.2.5/licenses/MPL-2.0.txt +373 -0
- data/jar/epubcheck-4.2.5/licenses/W3C.txt +40 -0
- data/lib/epubcheck/ruby/cli.rb +1 -1
- data/lib/epubcheck/ruby/version.rb +1 -1
- metadata +33 -32
- data/jar/epubcheck-4.2.4/licenses/MPL-1.0.txt +0 -360
- data/jar/epubcheck-4.2.4/licenses/W3C.txt +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec76574f0f8cad4d12b4645ee4b6858092f03bf9565ca52b92ddf03a2d9522c2
|
4
|
+
data.tar.gz: fce43d8de1b5d713f4743d820c94e65b4eaa56de8278f483c6ae05c30c581143
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d0166013b9636aa2338bc55521f5602a95c28ce14648be657b9d582df45bdc7ab677626c313f393329506ee261ed5fce9a24a89ced56faa49d5643eafc66403
|
7
|
+
data.tar.gz: a3b8693f29f0b70c8bc72bbfcf939fc5496ec6a417c0a4041884847540280cad51f01923054493ed044a003bc75d35825ebe60c9526fc6db7e99564c46d5da0b
|
data/.github/workflows/ruby.yml
CHANGED
@@ -6,7 +6,7 @@ jobs:
|
|
6
6
|
build:
|
7
7
|
strategy:
|
8
8
|
matrix:
|
9
|
-
ruby: [2.4, 2.5, 2.6, 2.7,
|
9
|
+
ruby: ['jruby-9.2', '2.4', '2.5', '2.6', '2.7', '3.0']
|
10
10
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
11
11
|
|
12
12
|
runs-on: ${{ matrix.platform }}
|
@@ -14,12 +14,9 @@ jobs:
|
|
14
14
|
steps:
|
15
15
|
- uses: actions/checkout@v2
|
16
16
|
- name: Set up Ruby
|
17
|
-
uses:
|
17
|
+
uses: ruby/setup-ruby@v1
|
18
18
|
with:
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
20
|
-
|
21
|
-
run: |
|
22
|
-
gem install bundler
|
23
|
-
bundle install --jobs 4 --retry 3
|
20
|
+
bundler-cache: true
|
24
21
|
- name: Test
|
25
22
|
run: bundle exec rake test
|
data/README.md
CHANGED
@@ -1,13 +1,42 @@
|
|
1
1
|
# EPUBCheck change log
|
2
2
|
|
3
|
-
<a name="4.2.
|
4
|
-
## [4.2.
|
3
|
+
<a name="4.2.5"></a>
|
4
|
+
## [4.2.5](https://github.com/w3c/epubcheck/compare/v4.2.4...v4.2.5) (2021-03-15)
|
5
5
|
|
6
6
|
This is the **latest production-ready** release of EPUBCheck, which provides complete support for checking conformance to the [EPUB 3.2](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-spec.html) family of specifications.
|
7
7
|
|
8
|
-
Version 4.2.
|
8
|
+
Version 4.2.5 is a maintenance release. It adds several new checks for Media Overlays, updates the HTML schemas to the latest version availabe, and includes various other bug fixes and adjustments (see the detailed list below).
|
9
|
+
|
10
|
+
This release was made by the DAISY Consortium for the W3C. Many thanks to everyone who contributed and reported issues!
|
11
|
+
|
12
|
+
This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:4.2.5`](https://search.maven.org/artifact/org.w3c/epubcheck/4.2.5/jar).
|
13
|
+
|
14
|
+
### Features
|
15
|
+
|
16
|
+
* check playback properties do not have 'refines' attribute ([05a6a20](https://github.com/w3c/epubcheck/commit/05a6a20))
|
17
|
+
* check reading order of Media Overlays text elements ([e35bd05](https://github.com/w3c/epubcheck/commit/e35bd05))
|
18
|
+
* check references between Media Overlays and Content documents ([f49aa84](https://github.com/w3c/epubcheck/commit/f49aa84))
|
19
|
+
* check remote resource usage in Media Overlays ([df16ede](https://github.com/w3c/epubcheck/commit/df16ede))
|
20
|
+
* check required cardinality of meta properties ([edcd253](https://github.com/w3c/epubcheck/commit/edcd253)), closes [#1121](https://github.com/w3c/epubcheck/issues/1121)
|
21
|
+
* check that Media Overlays are only defined for XHTML and SVG content documents ([5ae1aa9](https://github.com/w3c/epubcheck/commit/5ae1aa9))
|
22
|
+
* check the epub:textref attribute on Media Overlays body and seq elements ([eea1574](https://github.com/w3c/epubcheck/commit/eea1574))
|
23
|
+
* improve checking of audio clip times in Media Overlays ([11b652e](https://github.com/w3c/epubcheck/commit/11b652e))
|
24
|
+
* report unknown 'epub:type' values in overlays as USAGE only ([#1171](https://github.com/w3c/epubcheck/issues/1171)) ([f8a2517](https://github.com/w3c/epubcheck/commit/f8a2517))
|
25
|
+
* update HTML schemas from the HTML Checker ([56dcbd1](https://github.com/w3c/epubcheck/commit/56dcbd1))
|
26
|
+
* verify 'media:duration' property use valid SMIL clock values ([794b7ce](https://github.com/w3c/epubcheck/commit/794b7ce)), closes [#1174](https://github.com/w3c/epubcheck/issues/1174)
|
9
27
|
|
10
|
-
|
28
|
+
### Bug Fixes
|
29
|
+
|
30
|
+
* allow empty `xml:lang` attributes in Package Documents ([177af8f](https://github.com/w3c/epubcheck/commit/177af8f)), closes [#777](https://github.com/w3c/epubcheck/issues/777)
|
31
|
+
* allow the 'glossary' manifest item property ([d1727d8](https://github.com/w3c/epubcheck/commit/d1727d8)), closes [#1170](https://github.com/w3c/epubcheck/issues/1170)
|
32
|
+
* do not report fragment-only CSS URLs ([6fa3312](https://github.com/w3c/epubcheck/commit/6fa3312)), closes [#1198](https://github.com/w3c/epubcheck/issues/1198)
|
33
|
+
* do not require the Navigation Document to have an index in an Index Publication ([33f2f99](https://github.com/w3c/epubcheck/commit/33f2f99)), closes [#1122](https://github.com/w3c/epubcheck/issues/1122)
|
34
|
+
* do not treat escaped <a> elements as hyperlinks in HTM-053 ([5949b6c](https://github.com/w3c/epubcheck/commit/5949b6c)), closes [#1182](https://github.com/w3c/epubcheck/issues/1182)
|
35
|
+
* remove the user directory only at the start of paths (in messages) ([5ee72e7](https://github.com/w3c/epubcheck/commit/5ee72e7)), closes [#1181](https://github.com/w3c/epubcheck/issues/1181)
|
36
|
+
|
37
|
+
|
38
|
+
<a name="4.2.4"></a>
|
39
|
+
## [4.2.4](https://github.com/w3c/epubcheck/compare/v4.2.3...v4.2.4) (2020-06-23)
|
11
40
|
|
12
41
|
### Bug Fixes
|
13
42
|
|
File without changes
|
File without changes
|
@@ -2,37 +2,37 @@ Licenses of third-party dependencies
|
|
2
2
|
------------------------------------
|
3
3
|
|
4
4
|
FindBugs-jsr305, 1.3.9
|
5
|
-
|
5
|
+
Apache License, Version 2.0
|
6
6
|
|
7
7
|
error-prone annotations, 2.1.3
|
8
|
-
Apache 2.0
|
8
|
+
Apache License, Version 2.0
|
9
9
|
|
10
10
|
Guava: Google Core Libraries for Java, 24.1.1-android
|
11
|
-
|
11
|
+
Apache License, Version 2.0
|
12
12
|
|
13
13
|
J2ObjC Annotations, 1.1
|
14
|
-
|
14
|
+
Apache License, Version 2.0
|
15
15
|
|
16
16
|
TwelveMonkeys :: Common :: Image, 3.4.1
|
17
|
-
The BSD License
|
17
|
+
The 3-Clause BSD License
|
18
18
|
|
19
19
|
TwelveMonkeys :: Common :: IO, 3.4.1
|
20
|
-
The BSD License
|
20
|
+
The 3-Clause BSD License
|
21
21
|
|
22
22
|
TwelveMonkeys :: Common :: Language support, 3.4.1
|
23
|
-
The BSD License
|
23
|
+
The 3-Clause BSD License
|
24
24
|
|
25
25
|
TwelveMonkeys :: ImageIO :: Core, 3.4.1
|
26
|
-
The BSD License
|
26
|
+
The 3-Clause BSD License
|
27
27
|
|
28
28
|
TwelveMonkeys :: ImageIO :: JPEG plugin, 3.4.1
|
29
|
-
The BSD License
|
29
|
+
The 3-Clause BSD License
|
30
30
|
|
31
31
|
TwelveMonkeys :: ImageIO :: Metadata, 3.4.1
|
32
|
-
The BSD License
|
32
|
+
The 3-Clause BSD License
|
33
33
|
|
34
34
|
isorelax, 20030108
|
35
|
-
|
35
|
+
The 3-clause BSD License
|
36
36
|
|
37
37
|
Saxon-HE, 9.8.0-8
|
38
38
|
Mozilla Public License Version 2.0
|
@@ -45,22 +45,22 @@ Licenses of third-party dependencies
|
|
45
45
|
The MIT License
|
46
46
|
|
47
47
|
Jackson, 1.9.12
|
48
|
-
|
48
|
+
Apache License, Version 2.0
|
49
49
|
|
50
50
|
Data Mapper for Jackson, 1.9.12
|
51
|
-
|
51
|
+
Apache License, Version 2.0
|
52
52
|
|
53
53
|
Animal Sniffer Annotations, 1.14
|
54
|
-
MIT
|
54
|
+
The MIT License
|
55
55
|
|
56
56
|
Jing, 20181222
|
57
|
-
3-
|
57
|
+
The 3-Clause BSD License
|
58
58
|
|
59
59
|
Simple API for CSS, 1.3
|
60
60
|
The W3C Software License
|
61
61
|
|
62
62
|
Xerces2 Java Parser, 2.9.1
|
63
|
-
|
63
|
+
Apache License, Version 2.0
|
64
64
|
|
65
65
|
|
66
66
|
Copies of the licenses are provided in the 'licenses' directory.
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,11 +1,11 @@
|
|
1
1
|
Copyright (c) {{YEAR}}, {{OWNER}}
|
2
2
|
All rights reserved.
|
3
3
|
|
4
|
-
Redistribution and use in source and binary forms, with or without
|
5
|
-
|
4
|
+
Redistribution and use in source and binary forms, with or without modification,
|
5
|
+
are permitted provided that the following conditions are met:
|
6
6
|
|
7
|
-
Redistributions of source code must retain the above copyright notice, this
|
8
|
-
|
7
|
+
Redistributions of source code must retain the above copyright notice, this list
|
8
|
+
of conditions and the following disclaimer.
|
9
9
|
|
10
10
|
Redistributions in binary form must reproduce the above copyright notice, this
|
11
11
|
list of conditions and the following disclaimer in the documentation and/or
|
@@ -18,10 +18,10 @@ specific prior written permission.
|
|
18
18
|
THIS SOFTWARE IS PROVIDED BY {{THE COPYRIGHT HOLDERS AND CONTRIBUTORS}} "AS IS"
|
19
19
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
20
20
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
21
|
-
DISCLAIMED. IN NO EVENT SHALL {{THE COPYRIGHT HOLDER OR CONTRIBUTORS}} BE
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
21
|
+
DISCLAIMED. IN NO EVENT SHALL {{THE COPYRIGHT HOLDER OR CONTRIBUTORS}} BE LIABLE
|
22
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
23
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
24
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
25
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
26
|
+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
27
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright <YEAR> <COPYRIGHT HOLDER>
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4
|
+
this software and associated documentation files (the "Software"), to deal in
|
5
|
+
the Software without restriction, including without limitation the rights to
|
6
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
7
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
8
|
+
subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
15
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
16
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
17
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
18
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
19
|
+
|
@@ -0,0 +1,373 @@
|
|
1
|
+
Mozilla Public License Version 2.0
|
2
|
+
==================================
|
3
|
+
|
4
|
+
1. Definitions
|
5
|
+
--------------
|
6
|
+
|
7
|
+
1.1. "Contributor"
|
8
|
+
means each individual or legal entity that creates, contributes to
|
9
|
+
the creation of, or owns Covered Software.
|
10
|
+
|
11
|
+
1.2. "Contributor Version"
|
12
|
+
means the combination of the Contributions of others (if any) used
|
13
|
+
by a Contributor and that particular Contributor's Contribution.
|
14
|
+
|
15
|
+
1.3. "Contribution"
|
16
|
+
means Covered Software of a particular Contributor.
|
17
|
+
|
18
|
+
1.4. "Covered Software"
|
19
|
+
means Source Code Form to which the initial Contributor has attached
|
20
|
+
the notice in Exhibit A, the Executable Form of such Source Code
|
21
|
+
Form, and Modifications of such Source Code Form, in each case
|
22
|
+
including portions thereof.
|
23
|
+
|
24
|
+
1.5. "Incompatible With Secondary Licenses"
|
25
|
+
means
|
26
|
+
|
27
|
+
(a) that the initial Contributor has attached the notice described
|
28
|
+
in Exhibit B to the Covered Software; or
|
29
|
+
|
30
|
+
(b) that the Covered Software was made available under the terms of
|
31
|
+
version 1.1 or earlier of the License, but not also under the
|
32
|
+
terms of a Secondary License.
|
33
|
+
|
34
|
+
1.6. "Executable Form"
|
35
|
+
means any form of the work other than Source Code Form.
|
36
|
+
|
37
|
+
1.7. "Larger Work"
|
38
|
+
means a work that combines Covered Software with other material, in
|
39
|
+
a separate file or files, that is not Covered Software.
|
40
|
+
|
41
|
+
1.8. "License"
|
42
|
+
means this document.
|
43
|
+
|
44
|
+
1.9. "Licensable"
|
45
|
+
means having the right to grant, to the maximum extent possible,
|
46
|
+
whether at the time of the initial grant or subsequently, any and
|
47
|
+
all of the rights conveyed by this License.
|
48
|
+
|
49
|
+
1.10. "Modifications"
|
50
|
+
means any of the following:
|
51
|
+
|
52
|
+
(a) any file in Source Code Form that results from an addition to,
|
53
|
+
deletion from, or modification of the contents of Covered
|
54
|
+
Software; or
|
55
|
+
|
56
|
+
(b) any new file in Source Code Form that contains any Covered
|
57
|
+
Software.
|
58
|
+
|
59
|
+
1.11. "Patent Claims" of a Contributor
|
60
|
+
means any patent claim(s), including without limitation, method,
|
61
|
+
process, and apparatus claims, in any patent Licensable by such
|
62
|
+
Contributor that would be infringed, but for the grant of the
|
63
|
+
License, by the making, using, selling, offering for sale, having
|
64
|
+
made, import, or transfer of either its Contributions or its
|
65
|
+
Contributor Version.
|
66
|
+
|
67
|
+
1.12. "Secondary License"
|
68
|
+
means either the GNU General Public License, Version 2.0, the GNU
|
69
|
+
Lesser General Public License, Version 2.1, the GNU Affero General
|
70
|
+
Public License, Version 3.0, or any later versions of those
|
71
|
+
licenses.
|
72
|
+
|
73
|
+
1.13. "Source Code Form"
|
74
|
+
means the form of the work preferred for making modifications.
|
75
|
+
|
76
|
+
1.14. "You" (or "Your")
|
77
|
+
means an individual or a legal entity exercising rights under this
|
78
|
+
License. For legal entities, "You" includes any entity that
|
79
|
+
controls, is controlled by, or is under common control with You. For
|
80
|
+
purposes of this definition, "control" means (a) the power, direct
|
81
|
+
or indirect, to cause the direction or management of such entity,
|
82
|
+
whether by contract or otherwise, or (b) ownership of more than
|
83
|
+
fifty percent (50%) of the outstanding shares or beneficial
|
84
|
+
ownership of such entity.
|
85
|
+
|
86
|
+
2. License Grants and Conditions
|
87
|
+
--------------------------------
|
88
|
+
|
89
|
+
2.1. Grants
|
90
|
+
|
91
|
+
Each Contributor hereby grants You a world-wide, royalty-free,
|
92
|
+
non-exclusive license:
|
93
|
+
|
94
|
+
(a) under intellectual property rights (other than patent or trademark)
|
95
|
+
Licensable by such Contributor to use, reproduce, make available,
|
96
|
+
modify, display, perform, distribute, and otherwise exploit its
|
97
|
+
Contributions, either on an unmodified basis, with Modifications, or
|
98
|
+
as part of a Larger Work; and
|
99
|
+
|
100
|
+
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
101
|
+
for sale, have made, import, and otherwise transfer either its
|
102
|
+
Contributions or its Contributor Version.
|
103
|
+
|
104
|
+
2.2. Effective Date
|
105
|
+
|
106
|
+
The licenses granted in Section 2.1 with respect to any Contribution
|
107
|
+
become effective for each Contribution on the date the Contributor first
|
108
|
+
distributes such Contribution.
|
109
|
+
|
110
|
+
2.3. Limitations on Grant Scope
|
111
|
+
|
112
|
+
The licenses granted in this Section 2 are the only rights granted under
|
113
|
+
this License. No additional rights or licenses will be implied from the
|
114
|
+
distribution or licensing of Covered Software under this License.
|
115
|
+
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
116
|
+
Contributor:
|
117
|
+
|
118
|
+
(a) for any code that a Contributor has removed from Covered Software;
|
119
|
+
or
|
120
|
+
|
121
|
+
(b) for infringements caused by: (i) Your and any other third party's
|
122
|
+
modifications of Covered Software, or (ii) the combination of its
|
123
|
+
Contributions with other software (except as part of its Contributor
|
124
|
+
Version); or
|
125
|
+
|
126
|
+
(c) under Patent Claims infringed by Covered Software in the absence of
|
127
|
+
its Contributions.
|
128
|
+
|
129
|
+
This License does not grant any rights in the trademarks, service marks,
|
130
|
+
or logos of any Contributor (except as may be necessary to comply with
|
131
|
+
the notice requirements in Section 3.4).
|
132
|
+
|
133
|
+
2.4. Subsequent Licenses
|
134
|
+
|
135
|
+
No Contributor makes additional grants as a result of Your choice to
|
136
|
+
distribute the Covered Software under a subsequent version of this
|
137
|
+
License (see Section 10.2) or under the terms of a Secondary License (if
|
138
|
+
permitted under the terms of Section 3.3).
|
139
|
+
|
140
|
+
2.5. Representation
|
141
|
+
|
142
|
+
Each Contributor represents that the Contributor believes its
|
143
|
+
Contributions are its original creation(s) or it has sufficient rights
|
144
|
+
to grant the rights to its Contributions conveyed by this License.
|
145
|
+
|
146
|
+
2.6. Fair Use
|
147
|
+
|
148
|
+
This License is not intended to limit any rights You have under
|
149
|
+
applicable copyright doctrines of fair use, fair dealing, or other
|
150
|
+
equivalents.
|
151
|
+
|
152
|
+
2.7. Conditions
|
153
|
+
|
154
|
+
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
155
|
+
in Section 2.1.
|
156
|
+
|
157
|
+
3. Responsibilities
|
158
|
+
-------------------
|
159
|
+
|
160
|
+
3.1. Distribution of Source Form
|
161
|
+
|
162
|
+
All distribution of Covered Software in Source Code Form, including any
|
163
|
+
Modifications that You create or to which You contribute, must be under
|
164
|
+
the terms of this License. You must inform recipients that the Source
|
165
|
+
Code Form of the Covered Software is governed by the terms of this
|
166
|
+
License, and how they can obtain a copy of this License. You may not
|
167
|
+
attempt to alter or restrict the recipients' rights in the Source Code
|
168
|
+
Form.
|
169
|
+
|
170
|
+
3.2. Distribution of Executable Form
|
171
|
+
|
172
|
+
If You distribute Covered Software in Executable Form then:
|
173
|
+
|
174
|
+
(a) such Covered Software must also be made available in Source Code
|
175
|
+
Form, as described in Section 3.1, and You must inform recipients of
|
176
|
+
the Executable Form how they can obtain a copy of such Source Code
|
177
|
+
Form by reasonable means in a timely manner, at a charge no more
|
178
|
+
than the cost of distribution to the recipient; and
|
179
|
+
|
180
|
+
(b) You may distribute such Executable Form under the terms of this
|
181
|
+
License, or sublicense it under different terms, provided that the
|
182
|
+
license for the Executable Form does not attempt to limit or alter
|
183
|
+
the recipients' rights in the Source Code Form under this License.
|
184
|
+
|
185
|
+
3.3. Distribution of a Larger Work
|
186
|
+
|
187
|
+
You may create and distribute a Larger Work under terms of Your choice,
|
188
|
+
provided that You also comply with the requirements of this License for
|
189
|
+
the Covered Software. If the Larger Work is a combination of Covered
|
190
|
+
Software with a work governed by one or more Secondary Licenses, and the
|
191
|
+
Covered Software is not Incompatible With Secondary Licenses, this
|
192
|
+
License permits You to additionally distribute such Covered Software
|
193
|
+
under the terms of such Secondary License(s), so that the recipient of
|
194
|
+
the Larger Work may, at their option, further distribute the Covered
|
195
|
+
Software under the terms of either this License or such Secondary
|
196
|
+
License(s).
|
197
|
+
|
198
|
+
3.4. Notices
|
199
|
+
|
200
|
+
You may not remove or alter the substance of any license notices
|
201
|
+
(including copyright notices, patent notices, disclaimers of warranty,
|
202
|
+
or limitations of liability) contained within the Source Code Form of
|
203
|
+
the Covered Software, except that You may alter any license notices to
|
204
|
+
the extent required to remedy known factual inaccuracies.
|
205
|
+
|
206
|
+
3.5. Application of Additional Terms
|
207
|
+
|
208
|
+
You may choose to offer, and to charge a fee for, warranty, support,
|
209
|
+
indemnity or liability obligations to one or more recipients of Covered
|
210
|
+
Software. However, You may do so only on Your own behalf, and not on
|
211
|
+
behalf of any Contributor. You must make it absolutely clear that any
|
212
|
+
such warranty, support, indemnity, or liability obligation is offered by
|
213
|
+
You alone, and You hereby agree to indemnify every Contributor for any
|
214
|
+
liability incurred by such Contributor as a result of warranty, support,
|
215
|
+
indemnity or liability terms You offer. You may include additional
|
216
|
+
disclaimers of warranty and limitations of liability specific to any
|
217
|
+
jurisdiction.
|
218
|
+
|
219
|
+
4. Inability to Comply Due to Statute or Regulation
|
220
|
+
---------------------------------------------------
|
221
|
+
|
222
|
+
If it is impossible for You to comply with any of the terms of this
|
223
|
+
License with respect to some or all of the Covered Software due to
|
224
|
+
statute, judicial order, or regulation then You must: (a) comply with
|
225
|
+
the terms of this License to the maximum extent possible; and (b)
|
226
|
+
describe the limitations and the code they affect. Such description must
|
227
|
+
be placed in a text file included with all distributions of the Covered
|
228
|
+
Software under this License. Except to the extent prohibited by statute
|
229
|
+
or regulation, such description must be sufficiently detailed for a
|
230
|
+
recipient of ordinary skill to be able to understand it.
|
231
|
+
|
232
|
+
5. Termination
|
233
|
+
--------------
|
234
|
+
|
235
|
+
5.1. The rights granted under this License will terminate automatically
|
236
|
+
if You fail to comply with any of its terms. However, if You become
|
237
|
+
compliant, then the rights granted under this License from a particular
|
238
|
+
Contributor are reinstated (a) provisionally, unless and until such
|
239
|
+
Contributor explicitly and finally terminates Your grants, and (b) on an
|
240
|
+
ongoing basis, if such Contributor fails to notify You of the
|
241
|
+
non-compliance by some reasonable means prior to 60 days after You have
|
242
|
+
come back into compliance. Moreover, Your grants from a particular
|
243
|
+
Contributor are reinstated on an ongoing basis if such Contributor
|
244
|
+
notifies You of the non-compliance by some reasonable means, this is the
|
245
|
+
first time You have received notice of non-compliance with this License
|
246
|
+
from such Contributor, and You become compliant prior to 30 days after
|
247
|
+
Your receipt of the notice.
|
248
|
+
|
249
|
+
5.2. If You initiate litigation against any entity by asserting a patent
|
250
|
+
infringement claim (excluding declaratory judgment actions,
|
251
|
+
counter-claims, and cross-claims) alleging that a Contributor Version
|
252
|
+
directly or indirectly infringes any patent, then the rights granted to
|
253
|
+
You by any and all Contributors for the Covered Software under Section
|
254
|
+
2.1 of this License shall terminate.
|
255
|
+
|
256
|
+
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
257
|
+
end user license agreements (excluding distributors and resellers) which
|
258
|
+
have been validly granted by You or Your distributors under this License
|
259
|
+
prior to termination shall survive termination.
|
260
|
+
|
261
|
+
************************************************************************
|
262
|
+
* *
|
263
|
+
* 6. Disclaimer of Warranty *
|
264
|
+
* ------------------------- *
|
265
|
+
* *
|
266
|
+
* Covered Software is provided under this License on an "as is" *
|
267
|
+
* basis, without warranty of any kind, either expressed, implied, or *
|
268
|
+
* statutory, including, without limitation, warranties that the *
|
269
|
+
* Covered Software is free of defects, merchantable, fit for a *
|
270
|
+
* particular purpose or non-infringing. The entire risk as to the *
|
271
|
+
* quality and performance of the Covered Software is with You. *
|
272
|
+
* Should any Covered Software prove defective in any respect, You *
|
273
|
+
* (not any Contributor) assume the cost of any necessary servicing, *
|
274
|
+
* repair, or correction. This disclaimer of warranty constitutes an *
|
275
|
+
* essential part of this License. No use of any Covered Software is *
|
276
|
+
* authorized under this License except under this disclaimer. *
|
277
|
+
* *
|
278
|
+
************************************************************************
|
279
|
+
|
280
|
+
************************************************************************
|
281
|
+
* *
|
282
|
+
* 7. Limitation of Liability *
|
283
|
+
* -------------------------- *
|
284
|
+
* *
|
285
|
+
* Under no circumstances and under no legal theory, whether tort *
|
286
|
+
* (including negligence), contract, or otherwise, shall any *
|
287
|
+
* Contributor, or anyone who distributes Covered Software as *
|
288
|
+
* permitted above, be liable to You for any direct, indirect, *
|
289
|
+
* special, incidental, or consequential damages of any character *
|
290
|
+
* including, without limitation, damages for lost profits, loss of *
|
291
|
+
* goodwill, work stoppage, computer failure or malfunction, or any *
|
292
|
+
* and all other commercial damages or losses, even if such party *
|
293
|
+
* shall have been informed of the possibility of such damages. This *
|
294
|
+
* limitation of liability shall not apply to liability for death or *
|
295
|
+
* personal injury resulting from such party's negligence to the *
|
296
|
+
* extent applicable law prohibits such limitation. Some *
|
297
|
+
* jurisdictions do not allow the exclusion or limitation of *
|
298
|
+
* incidental or consequential damages, so this exclusion and *
|
299
|
+
* limitation may not apply to You. *
|
300
|
+
* *
|
301
|
+
************************************************************************
|
302
|
+
|
303
|
+
8. Litigation
|
304
|
+
-------------
|
305
|
+
|
306
|
+
Any litigation relating to this License may be brought only in the
|
307
|
+
courts of a jurisdiction where the defendant maintains its principal
|
308
|
+
place of business and such litigation shall be governed by laws of that
|
309
|
+
jurisdiction, without reference to its conflict-of-law provisions.
|
310
|
+
Nothing in this Section shall prevent a party's ability to bring
|
311
|
+
cross-claims or counter-claims.
|
312
|
+
|
313
|
+
9. Miscellaneous
|
314
|
+
----------------
|
315
|
+
|
316
|
+
This License represents the complete agreement concerning the subject
|
317
|
+
matter hereof. If any provision of this License is held to be
|
318
|
+
unenforceable, such provision shall be reformed only to the extent
|
319
|
+
necessary to make it enforceable. Any law or regulation which provides
|
320
|
+
that the language of a contract shall be construed against the drafter
|
321
|
+
shall not be used to construe this License against a Contributor.
|
322
|
+
|
323
|
+
10. Versions of the License
|
324
|
+
---------------------------
|
325
|
+
|
326
|
+
10.1. New Versions
|
327
|
+
|
328
|
+
Mozilla Foundation is the license steward. Except as provided in Section
|
329
|
+
10.3, no one other than the license steward has the right to modify or
|
330
|
+
publish new versions of this License. Each version will be given a
|
331
|
+
distinguishing version number.
|
332
|
+
|
333
|
+
10.2. Effect of New Versions
|
334
|
+
|
335
|
+
You may distribute the Covered Software under the terms of the version
|
336
|
+
of the License under which You originally received the Covered Software,
|
337
|
+
or under the terms of any subsequent version published by the license
|
338
|
+
steward.
|
339
|
+
|
340
|
+
10.3. Modified Versions
|
341
|
+
|
342
|
+
If you create software not governed by this License, and you want to
|
343
|
+
create a new license for such software, you may create and use a
|
344
|
+
modified version of this License if you rename the license and remove
|
345
|
+
any references to the name of the license steward (except to note that
|
346
|
+
such modified license differs from this License).
|
347
|
+
|
348
|
+
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
349
|
+
Licenses
|
350
|
+
|
351
|
+
If You choose to distribute Source Code Form that is Incompatible With
|
352
|
+
Secondary Licenses under the terms of this version of the License, the
|
353
|
+
notice described in Exhibit B of this License must be attached.
|
354
|
+
|
355
|
+
Exhibit A - Source Code Form License Notice
|
356
|
+
-------------------------------------------
|
357
|
+
|
358
|
+
This Source Code Form is subject to the terms of the Mozilla Public
|
359
|
+
License, v. 2.0. If a copy of the MPL was not distributed with this
|
360
|
+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
361
|
+
|
362
|
+
If it is not possible or desirable to put the notice in a particular
|
363
|
+
file, then You may include the notice in a location (such as a LICENSE
|
364
|
+
file in a relevant directory) where a recipient would be likely to look
|
365
|
+
for such a notice.
|
366
|
+
|
367
|
+
You may add additional accurate notices of copyright ownership.
|
368
|
+
|
369
|
+
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
370
|
+
---------------------------------------------------------
|
371
|
+
|
372
|
+
This Source Code Form is "Incompatible With Secondary Licenses", as
|
373
|
+
defined by the Mozilla Public License, v. 2.0.
|
@@ -0,0 +1,40 @@
|
|
1
|
+
W3C® SOFTWARE NOTICE AND LICENSE
|
2
|
+
|
3
|
+
Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
|
4
|
+
Technology, Institut National de Recherche en Informatique et en Automatique,
|
5
|
+
Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
|
6
|
+
|
7
|
+
This W3C work (including software, documents, or other related items) is being
|
8
|
+
provided by the copyright holders under the following license. By obtaining,
|
9
|
+
using and/or copying this work, you (the licensee) agree that you have read,
|
10
|
+
understood, and will comply with the following terms and conditions:
|
11
|
+
|
12
|
+
Permission to use, copy, modify, and distribute this software and its
|
13
|
+
documentation, with or without modification, for any purpose and without fee or
|
14
|
+
royalty is hereby granted, provided that you include the following on ALL copies
|
15
|
+
of the software and documentation or portions thereof, including modifications,
|
16
|
+
that you make:
|
17
|
+
|
18
|
+
The full text of this NOTICE in a location viewable to users of the
|
19
|
+
redistributed or derivative work. Any pre-existing intellectual property
|
20
|
+
disclaimers, notices, or terms and conditions. If none exist, a short notice of
|
21
|
+
the following form (hypertext is preferred, text is permitted) should be used
|
22
|
+
within the body of any redistributed or derivative code: "Copyright ©
|
23
|
+
[$date-of-software] World Wide Web Consortium, (Massachusetts Institute of
|
24
|
+
Technology, Institut National de Recherche en Informatique et en Automatique,
|
25
|
+
Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"
|
26
|
+
Notice of any changes or modifications to the W3C files, including the date
|
27
|
+
changes were made. (We recommend you provide URIs to the location from which the
|
28
|
+
code is derived.) THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND
|
29
|
+
COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
|
30
|
+
INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
|
31
|
+
PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT
|
32
|
+
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
33
|
+
|
34
|
+
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
|
35
|
+
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
|
36
|
+
|
37
|
+
The name and trademarks of copyright holders may NOT be used in advertising or
|
38
|
+
publicity pertaining to the software without specific, written prior permission.
|
39
|
+
Title to copyright in this software and any associated documentation will at all
|
40
|
+
times remain with copyright holders.
|
data/lib/epubcheck/ruby/cli.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epubcheck-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- takahashim
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -70,35 +70,36 @@ files:
|
|
70
70
|
- bin/setup
|
71
71
|
- epubcheck-ruby.gemspec
|
72
72
|
- exe/epubcheck
|
73
|
-
- jar/epubcheck-4.2.
|
74
|
-
- jar/epubcheck-4.2.
|
75
|
-
- jar/epubcheck-4.2.
|
76
|
-
- jar/epubcheck-4.2.
|
77
|
-
- jar/epubcheck-4.2.
|
78
|
-
- jar/epubcheck-4.2.
|
79
|
-
- jar/epubcheck-4.2.
|
80
|
-
- jar/epubcheck-4.2.
|
81
|
-
- jar/epubcheck-4.2.
|
82
|
-
- jar/epubcheck-4.2.
|
83
|
-
- jar/epubcheck-4.2.
|
84
|
-
- jar/epubcheck-4.2.
|
85
|
-
- jar/epubcheck-4.2.
|
86
|
-
- jar/epubcheck-4.2.
|
87
|
-
- jar/epubcheck-4.2.
|
88
|
-
- jar/epubcheck-4.2.
|
89
|
-
- jar/epubcheck-4.2.
|
90
|
-
- jar/epubcheck-4.2.
|
91
|
-
- jar/epubcheck-4.2.
|
92
|
-
- jar/epubcheck-4.2.
|
93
|
-
- jar/epubcheck-4.2.
|
94
|
-
- jar/epubcheck-4.2.
|
95
|
-
- jar/epubcheck-4.2.
|
96
|
-
- jar/epubcheck-4.2.
|
97
|
-
- jar/epubcheck-4.2.
|
98
|
-
- jar/epubcheck-4.2.
|
99
|
-
- jar/epubcheck-4.2.
|
100
|
-
- jar/epubcheck-4.2.
|
101
|
-
- jar/epubcheck-4.2.
|
73
|
+
- jar/epubcheck-4.2.5/CHANGELOG.txt
|
74
|
+
- jar/epubcheck-4.2.5/LICENSE.txt
|
75
|
+
- jar/epubcheck-4.2.5/README.txt
|
76
|
+
- jar/epubcheck-4.2.5/THIRD-PARTY.txt
|
77
|
+
- jar/epubcheck-4.2.5/epubcheck.jar
|
78
|
+
- jar/epubcheck-4.2.5/lib/Saxon-HE-9.8.0-8.jar
|
79
|
+
- jar/epubcheck-4.2.5/lib/animal-sniffer-annotations-1.14.jar
|
80
|
+
- jar/epubcheck-4.2.5/lib/checker-compat-qual-2.0.0.jar
|
81
|
+
- jar/epubcheck-4.2.5/lib/common-image-3.4.1.jar
|
82
|
+
- jar/epubcheck-4.2.5/lib/common-io-3.4.1.jar
|
83
|
+
- jar/epubcheck-4.2.5/lib/common-lang-3.4.1.jar
|
84
|
+
- jar/epubcheck-4.2.5/lib/commons-compress-1.20.jar
|
85
|
+
- jar/epubcheck-4.2.5/lib/error_prone_annotations-2.1.3.jar
|
86
|
+
- jar/epubcheck-4.2.5/lib/guava-24.1.1-android.jar
|
87
|
+
- jar/epubcheck-4.2.5/lib/imageio-core-3.4.1.jar
|
88
|
+
- jar/epubcheck-4.2.5/lib/imageio-jpeg-3.4.1.jar
|
89
|
+
- jar/epubcheck-4.2.5/lib/imageio-metadata-3.4.1.jar
|
90
|
+
- jar/epubcheck-4.2.5/lib/isorelax-20030108.jar
|
91
|
+
- jar/epubcheck-4.2.5/lib/j2objc-annotations-1.1.jar
|
92
|
+
- jar/epubcheck-4.2.5/lib/jackson-core-asl-1.9.12.jar
|
93
|
+
- jar/epubcheck-4.2.5/lib/jackson-mapper-asl-1.9.12.jar
|
94
|
+
- jar/epubcheck-4.2.5/lib/jing-20181222.jar
|
95
|
+
- jar/epubcheck-4.2.5/lib/jsr305-1.3.9.jar
|
96
|
+
- jar/epubcheck-4.2.5/lib/sac-1.3.jar
|
97
|
+
- jar/epubcheck-4.2.5/lib/xercesImpl-2.9.1.jar
|
98
|
+
- jar/epubcheck-4.2.5/licenses/Apache-2.0.txt
|
99
|
+
- jar/epubcheck-4.2.5/licenses/BSD-3-Clause.txt
|
100
|
+
- jar/epubcheck-4.2.5/licenses/MIT.txt
|
101
|
+
- jar/epubcheck-4.2.5/licenses/MPL-2.0.txt
|
102
|
+
- jar/epubcheck-4.2.5/licenses/W3C.txt
|
102
103
|
- lib/epubcheck/ruby.rb
|
103
104
|
- lib/epubcheck/ruby/cli.rb
|
104
105
|
- lib/epubcheck/ruby/version.rb
|
@@ -121,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
122
|
- !ruby/object:Gem::Version
|
122
123
|
version: '0'
|
123
124
|
requirements: []
|
124
|
-
rubygems_version: 3.
|
125
|
+
rubygems_version: 3.0.3
|
125
126
|
signing_key:
|
126
127
|
specification_version: 4
|
127
128
|
summary: wrapper command of epubcheck (W3C)
|
@@ -1,360 +0,0 @@
|
|
1
|
-
MOZILLA PUBLIC LICENSE
|
2
|
-
Version 1.0
|
3
|
-
|
4
|
-
----------------
|
5
|
-
|
6
|
-
1. Definitions.
|
7
|
-
|
8
|
-
1.1. ``Contributor'' means each entity that creates or contributes to
|
9
|
-
the creation of Modifications.
|
10
|
-
|
11
|
-
1.2. ``Contributor Version'' means the combination of the Original
|
12
|
-
Code, prior Modifications used by a Contributor, and the Modifications
|
13
|
-
made by that particular Contributor.
|
14
|
-
|
15
|
-
1.3. ``Covered Code'' means the Original Code or Modifications or the
|
16
|
-
combination of the Original Code and Modifications, in each case
|
17
|
-
including portions thereof.
|
18
|
-
|
19
|
-
1.4. ``Electronic Distribution Mechanism'' means a mechanism generally
|
20
|
-
accepted in the software development community for the electronic
|
21
|
-
transfer of data.
|
22
|
-
|
23
|
-
1.5. ``Executable'' means Covered Code in any form other than Source
|
24
|
-
Code.
|
25
|
-
|
26
|
-
1.6. ``Initial Developer'' means the individual or entity identified as
|
27
|
-
the Initial Developer in the Source Code notice required by Exhibit A.
|
28
|
-
|
29
|
-
1.7. ``Larger Work'' means a work which combines Covered Code or
|
30
|
-
portions thereof with code not governed by the terms of this License.
|
31
|
-
|
32
|
-
1.8. ``License'' means this document.
|
33
|
-
|
34
|
-
1.9. ``Modifications'' means any addition to or deletion from the
|
35
|
-
substance or structure of either the Original Code or any previous
|
36
|
-
Modifications. When Covered Code is released as a series of files, a
|
37
|
-
Modification is:
|
38
|
-
|
39
|
-
A. Any addition to or deletion from the contents of a file
|
40
|
-
containing Original Code or previous Modifications.
|
41
|
-
|
42
|
-
B. Any new file that contains any part of the Original Code or
|
43
|
-
previous Modifications.
|
44
|
-
|
45
|
-
1.10. ``Original Code'' means Source Code of computer software code
|
46
|
-
which is described in the Source Code notice required by Exhibit A as
|
47
|
-
Original Code, and which, at the time of its release under this License
|
48
|
-
is not already Covered Code governed by this License.
|
49
|
-
|
50
|
-
1.11. ``Source Code'' means the preferred form of the Covered Code for
|
51
|
-
making modifications to it, including all modules it contains, plus any
|
52
|
-
associated interface definition files, scripts used to control
|
53
|
-
compilation and installation of an Executable, or a list of source code
|
54
|
-
differential comparisons against either the Original Code or another
|
55
|
-
well known, available Covered Code of the Contributor's choice. The
|
56
|
-
Source Code can be in a compressed or archival form, provided the
|
57
|
-
appropriate decompression or de-archiving software is widely available
|
58
|
-
for no charge.
|
59
|
-
|
60
|
-
1.12. ``You'' means an individual or a legal entity exercising rights
|
61
|
-
under, and complying with all of the terms of, this License or a future
|
62
|
-
version of this License issued under Section 6.1. For legal entities,
|
63
|
-
``You'' includes any entity which controls, is controlled by, or is
|
64
|
-
under common control with You. For purposes of this definition,
|
65
|
-
``control'' means (a) the power, direct or indirect, to cause the
|
66
|
-
direction or management of such entity, whether by contract or
|
67
|
-
otherwise, or (b) ownership of fifty percent (50%) or more of the
|
68
|
-
outstanding shares or beneficial ownership of such entity.
|
69
|
-
|
70
|
-
2. Source Code License.
|
71
|
-
|
72
|
-
2.1. The Initial Developer Grant.
|
73
|
-
The Initial Developer hereby grants You a world-wide, royalty-free,
|
74
|
-
non-exclusive license, subject to third party intellectual property
|
75
|
-
claims:
|
76
|
-
|
77
|
-
(a) to use, reproduce, modify, display, perform, sublicense and
|
78
|
-
distribute the Original Code (or portions thereof) with or without
|
79
|
-
Modifications, or as part of a Larger Work; and
|
80
|
-
|
81
|
-
(b) under patents now or hereafter owned or controlled by Initial
|
82
|
-
Developer, to make, have made, use and sell (``Utilize'') the
|
83
|
-
Original Code (or portions thereof), but solely to the extent that
|
84
|
-
any such patent is reasonably necessary to enable You to Utilize
|
85
|
-
the Original Code (or portions thereof) and not to any greater
|
86
|
-
extent that may be necessary to Utilize further Modifications or
|
87
|
-
combinations.
|
88
|
-
|
89
|
-
2.2. Contributor Grant.
|
90
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
91
|
-
non-exclusive license, subject to third party intellectual property
|
92
|
-
claims:
|
93
|
-
|
94
|
-
(a) to use, reproduce, modify, display, perform, sublicense and
|
95
|
-
distribute the Modifications created by such Contributor (or
|
96
|
-
portions thereof) either on an unmodified basis, with other
|
97
|
-
Modifications, as Covered Code or as part of a Larger Work; and
|
98
|
-
|
99
|
-
(b) under patents now or hereafter owned or controlled by
|
100
|
-
Contributor, to Utilize the Contributor Version (or portions
|
101
|
-
thereof), but solely to the extent that any such patent is
|
102
|
-
reasonably necessary to enable You to Utilize the Contributor
|
103
|
-
Version (or portions thereof), and not to any greater extent that
|
104
|
-
may be necessary to Utilize further Modifications or combinations.
|
105
|
-
|
106
|
-
3. Distribution Obligations.
|
107
|
-
|
108
|
-
3.1. Application of License.
|
109
|
-
The Modifications which You create or to which You contribute are
|
110
|
-
governed by the terms of this License, including without limitation
|
111
|
-
Section 2.2. The Source Code version of Covered Code may be distributed
|
112
|
-
only under the terms of this License or a future version of this
|
113
|
-
License released under Section 6.1, and You must include a copy of this
|
114
|
-
License with every copy of the Source Code You distribute. You may not
|
115
|
-
offer or impose any terms on any Source Code version that alters or
|
116
|
-
restricts the applicable version of this License or the recipients'
|
117
|
-
rights hereunder. However, You may include an additional document
|
118
|
-
offering the additional rights described in Section 3.5.
|
119
|
-
|
120
|
-
3.2. Availability of Source Code.
|
121
|
-
Any Modification which You create or to which You contribute must be
|
122
|
-
made available in Source Code form under the terms of this License
|
123
|
-
either on the same media as an Executable version or via an accepted
|
124
|
-
Electronic Distribution Mechanism to anyone to whom you made an
|
125
|
-
Executable version available; and if made available via Electronic
|
126
|
-
Distribution Mechanism, must remain available for at least twelve (12)
|
127
|
-
months after the date it initially became available, or at least six
|
128
|
-
(6) months after a subsequent version of that particular Modification
|
129
|
-
has been made available to such recipients. You are responsible for
|
130
|
-
ensuring that the Source Code version remains available even if the
|
131
|
-
Electronic Distribution Mechanism is maintained by a third party.
|
132
|
-
|
133
|
-
3.3. Description of Modifications.
|
134
|
-
You must cause all Covered Code to which you contribute to contain a
|
135
|
-
file documenting the changes You made to create that Covered Code and
|
136
|
-
the date of any change. You must include a prominent statement that the
|
137
|
-
Modification is derived, directly or indirectly, from Original Code
|
138
|
-
provided by the Initial Developer and including the name of the Initial
|
139
|
-
Developer in (a) the Source Code, and (b) in any notice in an
|
140
|
-
Executable version or related documentation in which You describe the
|
141
|
-
origin or ownership of the Covered Code.
|
142
|
-
|
143
|
-
3.4. Intellectual Property Matters
|
144
|
-
|
145
|
-
(a) Third Party Claims.
|
146
|
-
If You have knowledge that a party claims an intellectual property
|
147
|
-
right in particular functionality or code (or its utilization
|
148
|
-
under this License), you must include a text file with the source
|
149
|
-
code distribution titled ``LEGAL'' which describes the claim and
|
150
|
-
the party making the claim in sufficient detail that a recipient
|
151
|
-
will know whom to contact. If you obtain such knowledge after You
|
152
|
-
make Your Modification available as described in Section 3.2, You
|
153
|
-
shall promptly modify the LEGAL file in all copies You make
|
154
|
-
available thereafter and shall take other steps (such as notifying
|
155
|
-
appropriate mailing lists or newsgroups) reasonably calculated to
|
156
|
-
inform those who received the Covered Code that new knowledge has
|
157
|
-
been obtained.
|
158
|
-
|
159
|
-
(b) Contributor APIs.
|
160
|
-
If Your Modification is an application programming interface and
|
161
|
-
You own or control patents which are reasonably necessary to
|
162
|
-
implement that API, you must also include this information in the
|
163
|
-
LEGAL file.
|
164
|
-
|
165
|
-
3.5. Required Notices.
|
166
|
-
You must duplicate the notice in Exhibit A in each file of the Source
|
167
|
-
Code, and this License in any documentation for the Source Code, where
|
168
|
-
You describe recipients' rights relating to Covered Code. If You
|
169
|
-
created one or more Modification(s), You may add your name as a
|
170
|
-
Contributor to the notice described in Exhibit A. If it is not possible
|
171
|
-
to put such notice in a particular Source Code file due to its
|
172
|
-
structure, then you must include such notice in a location (such as a
|
173
|
-
relevant directory file) where a user would be likely to look for such
|
174
|
-
a notice. You may choose to offer, and to charge a fee for, warranty,
|
175
|
-
support, indemnity or liability obligations to one or more recipients
|
176
|
-
of Covered Code. However, You may do so only on Your own behalf, and
|
177
|
-
not on behalf of the Initial Developer or any Contributor. You must
|
178
|
-
make it absolutely clear than any such warranty, support, indemnity or
|
179
|
-
liability obligation is offered by You alone, and You hereby agree to
|
180
|
-
indemnify the Initial Developer and every Contributor for any liability
|
181
|
-
incurred by the Initial Developer or such Contributor as a result of
|
182
|
-
warranty, support, indemnity or liability terms You offer.
|
183
|
-
|
184
|
-
3.6. Distribution of Executable Versions.
|
185
|
-
You may distribute Covered Code in Executable form only if the
|
186
|
-
requirements of Section 3.1-3.5 have been met for that Covered Code,
|
187
|
-
and if You include a notice stating that the Source Code version of the
|
188
|
-
Covered Code is available under the terms of this License, including a
|
189
|
-
description of how and where You have fulfilled the obligations of
|
190
|
-
Section 3.2. The notice must be conspicuously included in any notice in
|
191
|
-
an Executable version, related documentation or collateral in which You
|
192
|
-
describe recipients' rights relating to the Covered Code. You may
|
193
|
-
distribute the Executable version of Covered Code under a license of
|
194
|
-
Your choice, which may contain terms different from this License,
|
195
|
-
provided that You are in compliance with the terms of this License and
|
196
|
-
that the license for the Executable version does not attempt to limit
|
197
|
-
or alter the recipient's rights in the Source Code version from the
|
198
|
-
rights set forth in this License. If You distribute the Executable
|
199
|
-
version under a different license You must make it absolutely clear
|
200
|
-
that any terms which differ from this License are offered by You alone,
|
201
|
-
not by the Initial Developer or any Contributor. You hereby agree to
|
202
|
-
indemnify the Initial Developer and every Contributor for any liability
|
203
|
-
incurred by the Initial Developer or such Contributor as a result of
|
204
|
-
any such terms You offer.
|
205
|
-
|
206
|
-
3.7. Larger Works.
|
207
|
-
You may create a Larger Work by combining Covered Code with other code
|
208
|
-
not governed by the terms of this License and distribute the Larger
|
209
|
-
Work as a single product. In such a case, You must make sure the
|
210
|
-
requirements of this License are fulfilled for the Covered Code.
|
211
|
-
|
212
|
-
4. Inability to Comply Due to Statute or Regulation.
|
213
|
-
|
214
|
-
If it is impossible for You to comply with any of the terms of this
|
215
|
-
License with respect to some or all of the Covered Code due to statute
|
216
|
-
or regulation then You must: (a) comply with the terms of this License
|
217
|
-
to the maximum extent possible; and (b) describe the limitations and
|
218
|
-
the code they affect. Such description must be included in the LEGAL
|
219
|
-
file described in Section 3.4 and must be included with all
|
220
|
-
distributions of the Source Code. Except to the extent prohibited by
|
221
|
-
statute or regulation, such description must be sufficiently detailed
|
222
|
-
for a recipient of ordinary skill to be able to understand it.
|
223
|
-
|
224
|
-
5. Application of this License.
|
225
|
-
|
226
|
-
This License applies to code to which the Initial Developer has
|
227
|
-
attached the notice in Exhibit A, and to related Covered Code.
|
228
|
-
|
229
|
-
6. Versions of the License.
|
230
|
-
|
231
|
-
6.1. New Versions.
|
232
|
-
Netscape Communications Corporation (``Netscape'') may publish revised
|
233
|
-
and/or new versions of the License from time to time. Each version will
|
234
|
-
be given a distinguishing version number.
|
235
|
-
|
236
|
-
6.2. Effect of New Versions.
|
237
|
-
Once Covered Code has been published under a particular version of the
|
238
|
-
License, You may always continue to use it under the terms of that
|
239
|
-
version. You may also choose to use such Covered Code under the terms
|
240
|
-
of any subsequent version of the License published by Netscape. No one
|
241
|
-
other than Netscape has the right to modify the terms applicable to
|
242
|
-
Covered Code created under this License.
|
243
|
-
|
244
|
-
6.3. Derivative Works.
|
245
|
-
If you create or use a modified version of this License (which you may
|
246
|
-
only do in order to apply it to code which is not already Covered Code
|
247
|
-
governed by this License), you must (a) rename Your license so that the
|
248
|
-
phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or
|
249
|
-
any confusingly similar phrase do not appear anywhere in your license
|
250
|
-
and (b) otherwise make it clear that your version of the license
|
251
|
-
contains terms which differ from the Mozilla Public License and
|
252
|
-
Netscape Public License. (Filling in the name of the Initial Developer,
|
253
|
-
Original Code or Contributor in the notice described in Exhibit A shall
|
254
|
-
not of themselves be deemed to be modifications of this License.)
|
255
|
-
|
256
|
-
7. DISCLAIMER OF WARRANTY.
|
257
|
-
|
258
|
-
COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS,
|
259
|
-
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
260
|
-
WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
|
261
|
-
DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
|
262
|
-
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
|
263
|
-
IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
|
264
|
-
YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
|
265
|
-
COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
|
266
|
-
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
|
267
|
-
ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
|
268
|
-
|
269
|
-
8. TERMINATION.
|
270
|
-
|
271
|
-
This License and the rights granted hereunder will terminate
|
272
|
-
automatically if You fail to comply with terms herein and fail to cure
|
273
|
-
such breach within 30 days of becoming aware of the breach. All
|
274
|
-
sublicenses to the Covered Code which are properly granted shall
|
275
|
-
survive any termination of this License. Provisions which, by their
|
276
|
-
nature, must remain in effect beyond the termination of this License
|
277
|
-
shall survive.
|
278
|
-
|
279
|
-
9. LIMITATION OF LIABILITY.
|
280
|
-
|
281
|
-
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
|
282
|
-
(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL
|
283
|
-
DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
|
284
|
-
OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER
|
285
|
-
PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
286
|
-
OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
|
287
|
-
GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
|
288
|
-
ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE
|
289
|
-
BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
|
290
|
-
LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
|
291
|
-
RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
|
292
|
-
PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
|
293
|
-
EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT
|
294
|
-
EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
|
295
|
-
|
296
|
-
10. U.S. GOVERNMENT END USERS.
|
297
|
-
|
298
|
-
The Covered Code is a ``commercial item,'' as that term is defined in
|
299
|
-
48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer
|
300
|
-
software'' and ``commercial computer software documentation,'' as such
|
301
|
-
terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
|
302
|
-
C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
|
303
|
-
all U.S. Government End Users acquire Covered Code with only those
|
304
|
-
rights set forth herein.
|
305
|
-
|
306
|
-
11. MISCELLANEOUS.
|
307
|
-
|
308
|
-
This License represents the complete agreement concerning subject
|
309
|
-
matter hereof. If any provision of this License is held to be
|
310
|
-
unenforceable, such provision shall be reformed only to the extent
|
311
|
-
necessary to make it enforceable. This License shall be governed by
|
312
|
-
California law provisions (except to the extent applicable law, if any,
|
313
|
-
provides otherwise), excluding its conflict-of-law provisions. With
|
314
|
-
respect to disputes in which at least one party is a citizen of, or an
|
315
|
-
entity chartered or registered to do business in, the United States of
|
316
|
-
America: (a) unless otherwise agreed in writing, all disputes relating
|
317
|
-
to this License (excepting any dispute relating to intellectual
|
318
|
-
property rights) shall be subject to final and binding arbitration,
|
319
|
-
with the losing party paying all costs of arbitration; (b) any
|
320
|
-
arbitration relating to this Agreement shall be held in Santa Clara
|
321
|
-
County, California, under the auspices of JAMS/EndDispute; and (c) any
|
322
|
-
litigation relating to this Agreement shall be subject to the
|
323
|
-
jurisdiction of the Federal Courts of the Northern District of
|
324
|
-
California, with venue lying in Santa Clara County, California, with
|
325
|
-
the losing party responsible for costs, including without limitation,
|
326
|
-
court costs and reasonable attorneys fees and expenses. The application
|
327
|
-
of the United Nations Convention on Contracts for the International
|
328
|
-
Sale of Goods is expressly excluded. Any law or regulation which
|
329
|
-
provides that the language of a contract shall be construed against the
|
330
|
-
drafter shall not apply to this License.
|
331
|
-
|
332
|
-
12. RESPONSIBILITY FOR CLAIMS.
|
333
|
-
|
334
|
-
Except in cases where another Contributor has failed to comply with
|
335
|
-
Section 3.4, You are responsible for damages arising, directly or
|
336
|
-
indirectly, out of Your utilization of rights under this License, based
|
337
|
-
on the number of copies of Covered Code you made available, the
|
338
|
-
revenues you received from utilizing such rights, and other relevant
|
339
|
-
factors. You agree to work with affected parties to distribute
|
340
|
-
responsibility on an equitable basis.
|
341
|
-
|
342
|
-
EXHIBIT A.
|
343
|
-
|
344
|
-
``The contents of this file are subject to the Mozilla Public License
|
345
|
-
Version 1.0 (the "License"); you may not use this file except in
|
346
|
-
compliance with the License. You may obtain a copy of the License at
|
347
|
-
http://www.mozilla.org/MPL/
|
348
|
-
|
349
|
-
Software distributed under the License is distributed on an "AS IS"
|
350
|
-
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
351
|
-
License for the specific language governing rights and limitations
|
352
|
-
under the License.
|
353
|
-
|
354
|
-
The Original Code is ______________________________________.
|
355
|
-
|
356
|
-
The Initial Developer of the Original Code is ________________________.
|
357
|
-
Portions created by ______________________ are Copyright (C) ______
|
358
|
-
_______________________. All Rights Reserved.
|
359
|
-
|
360
|
-
Contributor(s): ______________________________________.''
|
@@ -1,16 +0,0 @@
|
|
1
|
-
W3C® SOFTWARE NOTICE AND LICENSE
|
2
|
-
|
3
|
-
Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
|
4
|
-
|
5
|
-
This W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:
|
6
|
-
|
7
|
-
Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:
|
8
|
-
|
9
|
-
The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
|
10
|
-
Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"
|
11
|
-
Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)
|
12
|
-
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
13
|
-
|
14
|
-
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
|
15
|
-
|
16
|
-
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.
|