aboutsummaryrefslogtreecommitdiff
path: root/js/components/about-box.reel/about-box.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 17:53:32 -0700
committerValerio Virgillito2012-07-09 17:53:32 -0700
commitd5d2d734e2f37cfd00cbc1dce2e342a0f8970ba2 (patch)
tree8c6d0e1f79316cd32af9c57fa089389fda388947 /js/components/about-box.reel/about-box.html
parent7884c00c1ac6bc2141c0084ac6522562576ddd12 (diff)
parent6eb2603a0772bd4f0aad94398fd8eb3a245a3e75 (diff)
downloadninja-d5d2d734e2f37cfd00cbc1dce2e342a0f8970ba2.tar.gz
Merge pull request #382 from mayhewinator/master
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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html
index e3e6f6bd..a00748c8 100644
--- a/js/components/about-box.reel/about-box.html
+++ b/js/components/about-box.reel/about-box.html
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!DOCTYPE html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
@@ -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>