aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohn Mayhew2012-07-09 18:05:33 -0700
committerJohn Mayhew2012-07-09 18:05:33 -0700
commite8d404a94365433a6c5f5bf41a52a4b92a1d52ae (patch)
tree3c63368ca98d1871e14a471cc45c9aa775f9fbc3 /js
parent8e598f7764b64ae1a6c0395c6361dff4d2929b8b (diff)
downloadninja-e8d404a94365433a6c5f5bf41a52a4b92a1d52ae.tar.gz
fixed copyright messages for release
Diffstat (limited to 'js')
-rw-r--r--js/components/about-box.reel/about-box.html2
-rwxr-xr-xjs/tools/FillTool.js6
2 files changed, 1 insertions, 7 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>
diff --git a/js/tools/FillTool.js b/js/tools/FillTool.js
index 886147e2..ddebaa07 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,