aboutsummaryrefslogtreecommitdiff
path: root/js/components/about-box.reel/about-box.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 18:18:40 -0700
committerValerio Virgillito2012-07-09 18:18:40 -0700
commit5c1aee729435dc85bc9a1d01256f91071f2e9ee6 (patch)
tree43c360e1bf99d93cdd62f59f9e1cf365c70ef92e /js/components/about-box.reel/about-box.html
parent9bf7f21b5e4c70aeca2ad14d53e1a4051f5440dc (diff)
parentebc492a6e4099daff49564304de276c21767e26e (diff)
downloadninja-5c1aee729435dc85bc9a1d01256f91071f2e9ee6.tar.gz
Merge pull request #383 from mayhewinator/v0.7.0
fixed remaining copyrights and fixed capitalization for doctype tag
Diffstat (limited to 'js/components/about-box.reel/about-box.html')
-rw-r--r--js/components/about-box.reel/about-box.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html
index fd1e0754..a00748c8 100644
--- a/js/components/about-box.reel/about-box.html
+++ b/js/components/about-box.reel/about-box.html
@@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
50 <div id="about_box_ninja_logo"></div> 50 <div id="about_box_ninja_logo"></div>
51 <div id="aboutBoxTextBlock" class="baseAboutBoxText"> 51 <div id="aboutBoxTextBlock" class="baseAboutBoxText">
52 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p> 52 <p class="mediumAboutBoxText">Version: <span id="aboutBoxVersionNumber">0.0.0.0</span></p>
53 <p>Copyright &copy 2012 Motorola Mobility, Inc. All rights reserved.</p> 53 <p>Copyright &copy 2012 Motorola Mobility LLC. All rights reserved.</p>
54 <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> 54 <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>
55 <p>Ninja is available under <a href="license.html" target="_blank" class="aboutBoxAnchor">BSD License</a>.</p> 55 <p>Ninja is available under <a href="license.html" target="_blank" class="aboutBoxAnchor">BSD License</a>.</p>
56 </div> 56 </div>