diff options
author | Ananya Sen | 2012-07-09 16:52:49 -0700 |
---|---|---|
committer | Ananya Sen | 2012-07-09 16:52:49 -0700 |
commit | 2eb84584f44b8c774479d1af2ee1d810597474cf (patch) | |
tree | 64cb3e09a8daeb340261dd7f3869c73f7b90b643 /credits.html | |
parent | bf9dba001ec84243e2f12cd13b0c0ae020fba4a2 (diff) | |
parent | cee0deca695359ab468bd06d0e05ed3b2010b338 (diff) | |
download | ninja-2eb84584f44b8c774479d1af2ee1d810597474cf.tar.gz |
Merge branch 'refs/heads/ninja-internal-master' into codemirror-custom-theme-removal
Conflicts:
js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css
js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'credits.html')
-rw-r--r-- | credits.html | 265 |
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> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
5 | BSD License. | 5 | |
6 | 6 | Redistribution and use in source and binary forms, with or without | |
7 | Redistribution and use in source and binary forms, with or without | 7 | modification, are permitted provided that the following conditions are met: |
8 | modification, 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. | |
19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 19 | |
20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
22 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
23 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 23 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
24 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 24 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
25 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 25 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
26 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 26 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
27 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 27 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
28 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 28 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
29 | POSSIBILITY OF SUCH DAMAGE. | 29 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
30 | </copyright> --> | 30 | POSSIBILITY 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 Diamond</a>, Patrick Hof, Nochum Sossonko, Andreas Schneider, Dave Vasilevsky, <a href="http://my.opera.com/Vital/blog/">Vital Batmanov,</a> Ron Baldwin, Gabriel Harrison, <a href="http://shullian.com">Chris J. 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 Diamond</a>, Patrick Hof, Nochum Sossonko, Andreas Schneider, Dave Vasilevsky, <a href="http://my.opera.com/Vital/blog/">Vital Batmanov,</a> Ron Baldwin, Gabriel Harrison, <a href="http://shullian.com">Chris J. 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> | ||