aboutsummaryrefslogtreecommitdiff
path: root/credits.html
diff options
context:
space:
mode:
Diffstat (limited to 'credits.html')
-rw-r--r--credits.html265
1 files changed, 133 insertions, 132 deletions
diff --git a/credits.html b/credits.html
index bbb44da6..962d390d 100644
--- a/credits.html
+++ b/credits.html
@@ -1,132 +1,133 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
5BSD License. 5
6 6Redistribution and use in source and binary forms, with or without
7Redistribution and use in source and binary forms, with or without 7modification, are permitted provided that the following conditions are met:
8modification, are permitted provided that the following conditions are met: 8
9 9* Redistributions of source code must retain the above copyright notice,
10 - Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer.
11 this list of conditions and the following disclaimer. 11
12 - Redistributions in binary form must reproduce the above copyright 12* Redistributions in binary form must reproduce the above copyright notice,
13 notice, this list of conditions and the following disclaimer in the 13 this list of conditions and the following disclaimer in the documentation
14 documentation and/or other materials provided with the distribution. 14 and/or other materials provided with the distribution.
15 - Neither the name of Motorola Mobility nor the names of its contributors 15
16 may be used to endorse or promote products derived from this software 16* Neither the name of Motorola Mobility LLC nor the names of its
17 without specific prior written permission. 17 contributors may be used to endorse or promote products derived from this
18 18 software without specific prior written permission.
19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19
20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 22IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29POSSIBILITY OF SUCH DAMAGE. 29ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30</copyright> --> 30POSSIBILITY OF SUCH DAMAGE.
31<html> 31</copyright> -->
32 32<html>
33 <head lang="en"> 33
34 <title>Ninja Credits</title> 34 <head lang="en">
35 35 <title>Ninja Credits</title>
36 <meta charset="utf-8"/> 36
37 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> 37 <meta charset="utf-8"/>
38 <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> 38 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
39 <meta http-equiv="Pragma" content="no-store, no-cache" /> 39 <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
40 <meta http-equiv="Expires" content="0" /> 40 <meta http-equiv="Pragma" content="no-store, no-cache" />
41 41 <meta http-equiv="Expires" content="0" />
42 <link rel="icon" href="images/favicon.png" sizes="16x16"> 42
43 43 <link rel="icon" href="images/favicon.png" sizes="16x16">
44 <style type="text/css"> 44
45 html, body 45 <style type="text/css">
46 { 46 html, body
47 width: 98%; 47 {
48 height: 98%; 48 width: 98%;
49 overflow: hidden; 49 height: 98%;
50 background: white; 50 overflow: hidden;
51 margin: 0; 51 background: white;
52 padding: 0; 52 margin: 0;
53 color: black; 53 padding: 0;
54 text-align: left; 54 color: black;
55 font-family: Arial; 55 text-align: left;
56 margin: 1%; 56 font-family: Arial;
57 } 57 margin: 1%;
58 58 }
59 ul 59
60 { 60 ul
61 margin-top: -2px; 61 {
62 margin-left: -9px; 62 margin-top: -2px;
63 } 63 margin-left: -9px;
64 </style> 64 }
65 </head> 65 </style>
66 66 </head>
67 <body> 67
68 <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2> 68 <body>
69 <div> 69 <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2>
70 Dotted stroke drawing from Gavin Kistner 70 <div>
71 <ul> 71 Dotted stroke drawing from Gavin Kistner
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 <ul>
73 <li>Used by permission of Gavin Kistner</li> 73 <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>
74 </ul> 74 <li>Used by permission of Gavin Kistner</li>
75 </div> 75 </ul>
76 <div> 76 </div>
77 CSS specificity in JavaScript from Graham Bradley 77 <div>
78 <ul> 78 CSS specificity in JavaScript from Graham Bradley
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 <ul>
80 <li>Used by permission of Graham Bradley</li> 80 <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>
81 </ul> 81 <li>Used by permission of Graham Bradley</li>
82 </div> 82 </ul>
83 83 </div>
84 <div> 84
85 Highest Z index code from Jason Jaeger 85 <div>
86 <ul> 86 Highest Z index code from Jason Jaeger
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 <ul>
88 <li>Used by permission of Jason Jaeger</li> 88 <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>
89 </ul> 89 <li>Used by permission of Jason Jaeger</li>
90 </div> 90 </ul>
91 <div> 91 </div>
92 Webkit CSS Matrix code from Joe Lambert 92 <div>
93 <ul> 93 Webkit CSS Matrix code from Joe Lambert
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 <ul>
95 <li>Used by permission of Joe Lambert</li> 95 <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>
96 </ul> 96 <li>Used by permission of Joe Lambert</li>
97 </div> 97 </ul>
98 98 </div>
99 <div> 99
100 GLMatrix code from Code from Brandon Jones 100 <div>
101 <ul> 101 GLMatrix code from Code from Brandon Jones
102 <li>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li> 102 <ul>
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>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li>
104 </ul> 104 <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>
105 </div> 105 </ul>
106 106 </div>
107 <div> 107
108 CodeMirror Code Editor 108 <div>
109 <ul> 109 CodeMirror Code Editor
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 <ul>
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>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>
112 </ul> 112 <li>License: <a href="https://github.com/marijnh/CodeMirror/blob/master/LICENSE" target="_blank">https://github.com/marijnh/CodeMirror/blob/master/LICENSE</a></li>
113 </div> 113 </ul>
114 114 </div>
115 <div> 115
116 Mongoose HTTP Server (for the Ninja Local Cloud application) 116 <div>
117 <ul> 117 Mongoose HTTP Server (for the Ninja Local Cloud application)
118 <li>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li> 118 <ul>
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>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li>
120 </ul> 120 <li>License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">http://www.opensource.org/licenses/mit-license.php</a></li>
121 </div> 121 </ul>
122 122 </div>
123 <div> 123
124 js-beautify 124 <div>
125 <ul> 125 js-beautify
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 <ul>
127 <li>Code from: <a href="https://github.com/einars/js-beautify" target="_blank">https://github.com/einars/js-beautify</a></li> 127 <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>
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>Code from: <a href="https://github.com/einars/js-beautify" target="_blank">https://github.com/einars/js-beautify</a></li>
129 </ul> 129 <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>
130 </div> 130 </ul>
131 </body> 131 </div>
132</html> 132 </body>
133</html>