aboutsummaryrefslogtreecommitdiff
path: root/credits.html
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:34:53 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit3644cb6def4f681c99959e5729e78ea353441fad (patch)
treef8a886f4829e507cc4956db37cff2580cae6003d /credits.html
parent04343eda8c2f870b0da55cfdc8003c99fe1cc4de (diff)
downloadninja-3644cb6def4f681c99959e5729e78ea353441fad.tar.gz
Normalize to unix line terminators
Diffstat (limited to 'credits.html')
-rw-r--r--credits.html264
1 files changed, 132 insertions, 132 deletions
diff --git a/credits.html b/credits.html
index a3d75684..88abf32f 100644
--- a/credits.html
+++ b/credits.html
@@ -1,132 +1,132 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
5BSD License. 5BSD License.
6 6
7Redistribution and use in source and binary forms, with or without 7Redistribution and use in source and binary forms, with or without
8modification, are permitted provided that the following conditions are met: 8modification, are permitted provided that the following conditions are met:
9 9
10 - Redistributions of source code must retain the above copyright notice, 10 - Redistributions of source code must retain the above copyright notice,
11 this list of conditions and the following disclaimer. 11 this list of conditions and the following disclaimer.
12 - Redistributions in binary form must reproduce the above copyright 12 - Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the 13 notice, this list of conditions and the following disclaimer in the
14 documentation and/or other materials provided with the distribution. 14 documentation and/or other materials provided with the distribution.
15 - Neither the name of Motorola Mobility nor the names of its contributors 15 - Neither the name of Motorola Mobility nor the names of its contributors
16 may be used to endorse or promote products derived from this software 16 may be used to endorse or promote products derived from this software
17 without specific prior written permission. 17 without specific prior written permission.
18 18
19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31<html> 31<html>
32 32
33 <head lang="en"> 33 <head lang="en">
34 <title>Ninja Credits</title> 34 <title>Ninja Credits</title>
35 35
36 <meta charset="utf-8"/> 36 <meta charset="utf-8"/>
37 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> 37 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
38 <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> 38 <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
39 <meta http-equiv="Pragma" content="no-store, no-cache" /> 39 <meta http-equiv="Pragma" content="no-store, no-cache" />
40 <meta http-equiv="Expires" content="0" /> 40 <meta http-equiv="Expires" content="0" />
41 41
42 <link rel="icon" href="images/favicon.png" sizes="16x16"> 42 <link rel="icon" href="images/favicon.png" sizes="16x16">
43 43
44 <style type="text/css"> 44 <style type="text/css">
45 html, body 45 html, body
46 { 46 {
47 width: 98%; 47 width: 98%;
48 height: 98%; 48 height: 98%;
49 overflow: hidden; 49 overflow: hidden;
50 background: white; 50 background: white;
51 margin: 0; 51 margin: 0;
52 padding: 0; 52 padding: 0;
53 color: black; 53 color: black;
54 text-align: left; 54 text-align: left;
55 font-family: Arial; 55 font-family: Arial;
56 margin: 1%; 56 margin: 1%;
57 } 57 }
58 58
59 ul 59 ul
60 { 60 {
61 margin-top: -2px; 61 margin-top: -2px;
62 margin-left: -9px; 62 margin-left: -9px;
63 } 63 }
64 </style> 64 </style>
65 </head> 65 </head>
66 66
67 <body> 67 <body>
68 <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2> 68 <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2>
69 <div> 69 <div>
70 Dotted stroke drawing from Gavin Kistner 70 Dotted stroke drawing from Gavin Kistner
71 <ul> 71 <ul>
72 <li>Code from: <a href="http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370" target="_blank">http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370</a></li> 72 <li>Code from: <a href="http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370" target="_blank">http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370</a></li>
73 <li>Used by permission of Gavin Kistner</li> 73 <li>Used by permission of Gavin Kistner</li>
74 </ul> 74 </ul>
75 </div> 75 </div>
76 <div> 76 <div>
77 CSS specificity in JavaScript from Graham Bradley 77 CSS specificity in JavaScript from Graham Bradley
78 <ul> 78 <ul>
79 <li>Code from: <a href="http://gbradley.com/2009/10/02/css-specificity-in-javascript" target="_blank">http://gbradley.com/2009/10/02/css-specificity-in-javascript</a></li> 79 <li>Code from: <a href="http://gbradley.com/2009/10/02/css-specificity-in-javascript" target="_blank">http://gbradley.com/2009/10/02/css-specificity-in-javascript</a></li>
80 <li>Used by permission of Graham Bradley</li> 80 <li>Used by permission of Graham Bradley</li>
81 </ul> 81 </ul>
82 </div> 82 </div>
83 83
84 <div> 84 <div>
85 Highest Z index code from Jason Jaeger 85 Highest Z index code from Jason Jaeger
86 <ul> 86 <ul>
87 <li>Code from: <a href="http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248" target="_blank">http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248</a></li> 87 <li>Code from: <a href="http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248" target="_blank">http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248</a></li>
88 <li>Used by permission of Jason Jaeger</li> 88 <li>Used by permission of Jason Jaeger</li>
89 </ul> 89 </ul>
90 </div> 90 </div>
91 <div> 91 <div>
92 Webkit CSS Matrix code from Joe Lambert 92 Webkit CSS Matrix code from Joe Lambert
93 <ul> 93 <ul>
94 <li>Code from: <a href="https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js" target="_blank">https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js</a></li> 94 <li>Code from: <a href="https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js" target="_blank">https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js</a></li>
95 <li>Used by permission of Joe Lambert</li> 95 <li>Used by permission of Joe Lambert</li>
96 </ul> 96 </ul>
97 </div> 97 </div>
98 98
99 <div> 99 <div>
100 GLMatrix code from Code from Brandon Jones 100 GLMatrix code from Code from Brandon Jones
101 <ul> 101 <ul>
102 <li>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li> 102 <li>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li>
103 <li>License: <a href="https://github.com/toji/gl-matrix/blob/master/LICENSE.md" target="_blank">https://github.com/toji/gl-matrix/blob/master/LICENSE.md</a></li> 103 <li>License: <a href="https://github.com/toji/gl-matrix/blob/master/LICENSE.md" target="_blank">https://github.com/toji/gl-matrix/blob/master/LICENSE.md</a></li>
104 </ul> 104 </ul>
105 </div> 105 </div>
106 106
107 <div> 107 <div>
108 CodeMirror Code Editor 108 CodeMirror Code Editor
109 <ul> 109 <ul>
110 <li>Code from: <a href="http://codemirror.net/" target="_blank">http://codemirror.net/</a> and <a href="https://github.com/marijnh/CodeMirror">https://github.com/marijnh/CodeMirror</a></li> 110 <li>Code from: <a href="http://codemirror.net/" target="_blank">http://codemirror.net/</a> and <a href="https://github.com/marijnh/CodeMirror">https://github.com/marijnh/CodeMirror</a></li>
111 <li>License: <a href="https://github.com/marijnh/CodeMirror/blob/master/LICENSE" target="_blank">https://github.com/marijnh/CodeMirror/blob/master/LICENSE</a></li> 111 <li>License: <a href="https://github.com/marijnh/CodeMirror/blob/master/LICENSE" target="_blank">https://github.com/marijnh/CodeMirror/blob/master/LICENSE</a></li>
112 </ul> 112 </ul>
113 </div> 113 </div>
114 114
115 <div> 115 <div>
116 Mongoose HTTP Server (for the Ninja Local Cloud application) 116 Mongoose HTTP Server (for the Ninja Local Cloud application)
117 <ul> 117 <ul>
118 <li>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li> 118 <li>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li>
119 <li>License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">http://www.opensource.org/licenses/mit-license.php</a></li> 119 <li>License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">http://www.opensource.org/licenses/mit-license.php</a></li>
120 </ul> 120 </ul>
121 </div> 121 </div>
122 122
123 <div> 123 <div>
124 js-beautify 124 js-beautify
125 <ul> 125 <ul>
126 <li>Written by Einar Lielmanis, <a href="mailto:einar@jsbeautifier.org">einar@jsbeautifier.org</a>. Python version flourished by <a href="http://github.com/satufk">Stefano Sanfilippo</a> with help from <a href="http://jason.diamond.name/weblog/">Jason&nbsp;Diamond</a>, Patrick&nbsp;Hof, Nochum&nbsp;Sossonko, Andreas&nbsp;Schneider, Dave&nbsp;Vasilevsky, <a href="http://my.opera.com/Vital/blog/">Vital&nbsp;Batmanov,</a> Ron&nbsp;Baldwin, Gabriel&nbsp;Harrison, <a href="http://shullian.com">Chris&nbsp;J.&nbsp;Shull</a>, <a href="http://mathiasbynens.be/">Mathias Bynens</a> and others.</li> 126 <li>Written by Einar Lielmanis, <a href="mailto:einar@jsbeautifier.org">einar@jsbeautifier.org</a>. Python version flourished by <a href="http://github.com/satufk">Stefano Sanfilippo</a> with help from <a href="http://jason.diamond.name/weblog/">Jason&nbsp;Diamond</a>, Patrick&nbsp;Hof, Nochum&nbsp;Sossonko, Andreas&nbsp;Schneider, Dave&nbsp;Vasilevsky, <a href="http://my.opera.com/Vital/blog/">Vital&nbsp;Batmanov,</a> Ron&nbsp;Baldwin, Gabriel&nbsp;Harrison, <a href="http://shullian.com">Chris&nbsp;J.&nbsp;Shull</a>, <a href="http://mathiasbynens.be/">Mathias Bynens</a> and others.</li>
127 <li>Code from: <a href="https://github.com/einars/js-beautify" target="_blank">https://github.com/einars/js-beautify</a></li> 127 <li>Code from: <a href="https://github.com/einars/js-beautify" target="_blank">https://github.com/einars/js-beautify</a></li>
128 <li>License: <a href="https://github.com/einars/js-beautify/blob/master/license.txt" target="_blank">https://github.com/einars/js-beautify/blob/master/license.txt</a></li> 128 <li>License: <a href="https://github.com/einars/js-beautify/blob/master/license.txt" target="_blank">https://github.com/einars/js-beautify/blob/master/license.txt</a></li>
129 </ul> 129 </ul>
130 </div> 130 </div>
131 </body> 131 </body>
132</html> 132</html>