diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/components/about-box.reel/about-box.html | 2 | ||||
-rwxr-xr-x | js/tools/FillTool.js | 6 |
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 © 2012 Motorola Mobility, Inc. All rights reserved.</p> | 53 | <p>Copyright © 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 | |||
29 | POSSIBILITY OF SUCH DAMAGE. | 29 | POSSIBILITY OF SUCH DAMAGE. |
30 | </copyright> */ | 30 | </copyright> */ |
31 | 31 | ||
32 | /* <copyright> | ||
33 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
34 | No 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 | |||
38 | var Montage = require("montage/core/core").Montage, | 32 | var 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, |