blob: 7142d605977c2e6860ca1c3a668affc8ee7e7b5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!DOCTYPE html>
<!-- <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> -->
<html>
<head>
<title>About Ninja...</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="about-box.css">
<script type="text/montage-serialization">
{
"owner": {
"module": "js/components/about-box.reel",
"name": "AboutBox",
"properties": {
"element": {"#": "mainAboutBoxContainer"}
}
}
}
</script>
</head>
<body>
<div class="mainAboutBoxContainer" id="mainAboutBoxContainer">
<div id="about_box_ninja_logo"></div>
<div id="aboutBoxTextBlock" class="baseAboutBoxText">
<p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p>
<p>Copyright © 2012 Motorola Mobility, Inc. All rights reserved.</p>
<p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="aboutBoxAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="aboutBoxAnchor">other open source software</a>.</p>
<p>Ninja is available under <a href="license.html" target="_blank" class="aboutBoxAnchor">BSD License</a>.</p>
</div>
</div>
</body>
</html>
|