aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohn Mayhew2012-07-09 17:45:17 -0700
committerJohn Mayhew2012-07-09 17:45:17 -0700
commit29c99f4ffd13f06cddf8952adab252d15ee35a6a (patch)
tree360e135d6e20f18bc9ee5fe5440d8ae149d55cfa /js
parent754d03da7f5824efe0f259e8bc0703b4ffd832b2 (diff)
downloadninja-29c99f4ffd13f06cddf8952adab252d15ee35a6a.tar.gz
cleaned up remaining copyrights for release
Diffstat (limited to 'js')
-rw-r--r--js/components/about-box.reel/about-box.html4
-rwxr-xr-xjs/tools/FillTool.js6
2 files changed, 2 insertions, 8 deletions
diff --git a/js/components/about-box.reel/about-box.html b/js/components/about-box.reel/about-box.html
index e3e6f6bd..caaa0d3e 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>
diff --git a/js/tools/FillTool.js b/js/tools/FillTool.js
index a9e8bb90..16a6f464 100755
--- a/js/tools/FillTool.js
+++ b/js/tools/FillTool.js
@@ -29,12 +29,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> */ 30</copyright> */
31 31
32/* <copyright>
33This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
34No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
35(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
36</copyright> */
37
38var Montage = require("montage/core/core").Montage, 32var Montage = require("montage/core/core").Montage,
39 ModifierToolBase = require("js/tools/modifier-tool-base").ModifierToolBase, 33 ModifierToolBase = require("js/tools/modifier-tool-base").ModifierToolBase,
40 ElementsMediator = require("js/mediators/element-mediator").ElementMediator, 34 ElementsMediator = require("js/mediators/element-mediator").ElementMediator,