diff options
author | Ananya Sen | 2012-05-01 13:37:56 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-01 13:37:56 -0700 |
commit | 3137d919e6b4ccbb2fb68c5920f4376acde3f1f5 (patch) | |
tree | 1a103305e5a49457d665db8fe9d8b915b774dd70 /js/code-editor | |
parent | 052caf2b8e10a1e42ec1355a9bb7dd039ea01f69 (diff) | |
download | ninja-3137d919e6b4ccbb2fb68c5920f4376acde3f1f5.tar.gz |
added copyrights
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor')
5 files changed, 39 insertions, 0 deletions
diff --git a/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js b/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js index 866e1a8b..4787b4f8 100644 --- a/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js +++ b/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js | |||
@@ -1,3 +1,11 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
1 | (function() { | 9 | (function() { |
2 | CodeMirror.simpleHint = function(editor, getHints) { | 10 | CodeMirror.simpleHint = function(editor, getHints) { |
3 | // We want a single cursor position. | 11 | // We want a single cursor position. |
diff --git a/js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css b/js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css index fa7e8e07..fe0e353b 100644 --- a/js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css +++ b/js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css | |||
@@ -1,7 +1,16 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
1 | /* | 9 | /* |
2 | http://lesscss.org/ dark theme | 10 | http://lesscss.org/ dark theme |
3 | Ported to CodeMirror by Peter Kroon | 11 | Ported to CodeMirror by Peter Kroon |
4 | */ | 12 | */ |
13 | |||
5 | .CodeMirror{ | 14 | .CodeMirror{ |
6 | line-height: 15px; | 15 | line-height: 15px; |
7 | } | 16 | } |
diff --git a/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css index b09e4e3e..656a88cf 100644 --- a/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css +++ b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | |||
@@ -1,3 +1,11 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
1 | .cm-s-rubyblue { | 9 | .cm-s-rubyblue { |
2 | font:Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ | 10 | font:Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ |
3 | 11 | ||
diff --git a/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css b/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css index 64006c87..4ccf2052 100644 --- a/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css +++ b/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css | |||
@@ -1,3 +1,11 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
1 | /* | 9 | /* |
2 | Copyright (C) 2011 by MarkLogic Corporation | 10 | Copyright (C) 2011 by MarkLogic Corporation |
3 | Author: Mike Brevoort <mike@brevoort.com> | 11 | Author: Mike Brevoort <mike@brevoort.com> |
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css index 1e3b4ce7..a2469070 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | |||
@@ -1,3 +1,9 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
1 | .viewOptions{ | 7 | .viewOptions{ |
2 | color:#F7F7F7; | 8 | color:#F7F7F7; |
3 | font-size:12px; | 9 | font-size:12px; |