omml2mathml 0.0.2 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- dist: trusty
2
- language: ruby
3
- sudo: false
4
-
5
- before_install:
6
- - gem install bundler -v 1.16.1
7
-
8
- rvm:
9
- - 2.5
10
- - 2.4
11
- - 2.3
12
- - ruby-head
13
-
14
- matrix:
15
- allow_failures:
16
- - rvm: ruby-head
17
-
data/LICENSE DELETED
@@ -1,93 +0,0 @@
1
- This software is dual-licensed:
2
-
3
- 1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
4
- Unported License http://creativecommons.org/licenses/by-sa/3.0/
5
-
6
- 2. http://www.opensource.org/licenses/BSD-2-Clause
7
-
8
- All rights reserved.
9
-
10
- Redistribution and use in source and binary forms, with or without
11
- modification, are permitted provided that the following conditions are met:
12
-
13
- * Redistributions of source code must retain the above copyright notice, this
14
- list of conditions and the following disclaimer.
15
-
16
- * Redistributions in binary form must reproduce the above copyright notice,
17
- this list of conditions and the following disclaimer in the documentation
18
- and/or other materials provided with the distribution.
19
-
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
-
31
-
32
-
33
-
34
-
35
-
36
- LICENSE FOR STYLESHEETS DERIVED FROM https://github.com/TEIC/Stylesheets
37
-
38
- This software is dual-licensed:
39
-
40
- 1. Distributed under a Creative Commons Attribution-ShareAlike 3.0
41
- Unported License http://creativecommons.org/licenses/by-sa/3.0/
42
-
43
- 2. http://www.opensource.org/licenses/BSD-2-Clause
44
-
45
- All rights reserved.
46
-
47
- Redistribution and use in source and binary forms, with or without
48
- modification, are permitted provided that the following conditions are
49
- met:
50
-
51
- * Redistributions of source code must retain the above copyright
52
- notice, this list of conditions and the following disclaimer.
53
-
54
- * Redistributions in binary form must reproduce the above copyright
55
- notice, this list of conditions and the following disclaimer in the
56
- documentation and/or other materials provided with the distribution.
57
-
58
- This software is provided by the copyright holders and contributors
59
- "as is" and any express or implied warranties, including, but not
60
- limited to, the implied warranties of merchantability and fitness for
61
- a particular purpose are disclaimed. In no event shall the copyright
62
- holder or contributors be liable for any direct, indirect, incidental,
63
- special, exemplary, or consequential damages (including, but not
64
- limited to, procurement of substitute goods or services; loss of use,
65
- data, or profits; or business interruption) however caused and on any
66
- theory of liability, whether in contract, strict liability, or tort
67
- (including negligence or otherwise) arising in any way out of the use
68
- of this software, even if advised of the possibility of such damage.
69
-
70
-
71
-
72
-
73
- LICENSE FOR STYLESHEETS DERIVED FROM https://github.com/davidcarlisle/web-xslt
74
-
75
- https://www.w3.org/Consortium/Legal/copyright-software-19980720
76
-
77
- W3C® SOFTWARE NOTICE AND LICENSE
78
-
79
- 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/
80
-
81
- 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:
82
-
83
- 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:
84
-
85
- The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
86
- 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/"
87
- 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.)
88
- 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.
89
-
90
- COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
91
-
92
- 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.
93
-