diff options
Diffstat (limited to 'credits.html')
-rw-r--r-- | credits.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/credits.html b/credits.html new file mode 100644 index 00000000..1cc36c78 --- /dev/null +++ b/credits.html | |||
@@ -0,0 +1,99 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> --> | ||
7 | <html> | ||
8 | |||
9 | <head lang="en"> | ||
10 | <title>Ninja Credits</title> | ||
11 | |||
12 | <meta charset="utf-8"/> | ||
13 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | ||
14 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> | ||
15 | <meta http-equiv="Pragma" content="no-store, no-cache" /> | ||
16 | <meta http-equiv="Expires" content="0" /> | ||
17 | |||
18 | <link rel="icon" href="images/favicon.png" sizes="16x16"> | ||
19 | |||
20 | <style type="text/css"> | ||
21 | html, body | ||
22 | { | ||
23 | width: 98%; | ||
24 | height: 98%; | ||
25 | overflow: hidden; | ||
26 | background: white; | ||
27 | margin: 0; | ||
28 | padding: 0; | ||
29 | color: black; | ||
30 | text-align: left; | ||
31 | font-family: Arial; | ||
32 | margin: 1%; | ||
33 | } | ||
34 | |||
35 | ul | ||
36 | { | ||
37 | margin-top: -2px; | ||
38 | margin-left: -9px; | ||
39 | } | ||
40 | </style> | ||
41 | </head> | ||
42 | |||
43 | <body> | ||
44 | <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2> | ||
45 | <div> | ||
46 | Dotted stroke drawing from Gavin Kistner | ||
47 | <ul> | ||
48 | <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> | ||
49 | <li>Used by permission of Gavin Kistner</li> | ||
50 | </ul> | ||
51 | </div> | ||
52 | <div> | ||
53 | CSS specificity in JavaScript from Graham Bradley | ||
54 | <ul> | ||
55 | <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> | ||
56 | <li>Used by permission of Graham Bradley</li> | ||
57 | </ul> | ||
58 | </div> | ||
59 | |||
60 | <div> | ||
61 | Highest Z index code from Jason Jaeger | ||
62 | <ul> | ||
63 | <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> | ||
64 | <li>Used by permission of Jason Jaeger</li> | ||
65 | </ul> | ||
66 | </div> | ||
67 | <div> | ||
68 | Webkit CSS Matrix code from Joe Lambert | ||
69 | <ul> | ||
70 | <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> | ||
71 | <li>Used by permission of Joe Lambert</li> | ||
72 | </ul> | ||
73 | </div> | ||
74 | |||
75 | <div> | ||
76 | GLMatrix code from Code from Brandon Jones | ||
77 | <ul> | ||
78 | <li>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li> | ||
79 | <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> | ||
80 | </ul> | ||
81 | </div> | ||
82 | |||
83 | <div> | ||
84 | CodeMirror Code Editor | ||
85 | <ul> | ||
86 | <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> | ||
87 | <li>License: <a href="https://github.com/marijnh/CodeMirror/blob/master/LICENSE" target="_blank">https://github.com/marijnh/CodeMirror/blob/master/LICENSE</a></li> | ||
88 | </ul> | ||
89 | </div> | ||
90 | |||
91 | <div> | ||
92 | Mongoose HTTP Server (for the Ninja Local Cloud application) | ||
93 | <ul> | ||
94 | <li>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li> | ||
95 | <li>License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">http://www.opensource.org/licenses/mit-license.php</a></li> | ||
96 | </ul> | ||
97 | </div> | ||
98 | </body> | ||
99 | </html> \ No newline at end of file | ||