diff --git a/package.json b/package.json index c265f935..f8685e56 100644 --- a/package.json +++ b/package.json @@ -49,31 +49,31 @@ }, "licenses": [], "c9plugins": { - "c9.ide.language": "#9f588f9152", - "c9.ide.language.css": "#89deece6c0", - "c9.ide.language.generic": "#50161ba888", - "c9.ide.language.html": "#e393db66ae", + "c9.ide.language": "#e5fcf37a37", + "c9.ide.language.css": "#8d91830ae0", + "c9.ide.language.generic": "#6801590fc1", + "c9.ide.language.html": "#a01fe6ef67", "c9.ide.language.html.diff": "#31965d98b3", - "c9.ide.language.javascript": "#5b6237f875", - "c9.ide.language.javascript.immediate": "#0f7c640825", - "c9.ide.language.javascript.eslint": "#8fbaa9cc96", + "c9.ide.language.javascript": "#e22b632852", + "c9.ide.language.javascript.immediate": "#9ac6f40252", + "c9.ide.language.javascript.eslint": "#f089d3dba4", "c9.ide.language.javascript.tern": "#3d678a103a", - "c9.ide.language.javascript.infer": "#1ae097af44", + "c9.ide.language.javascript.infer": "#f6a8cdacda", "c9.ide.language.jsonalyzer": "#45a20496be", - "c9.ide.collab": "#116fe74942", + "c9.ide.collab": "#468181d65c", "c9.ide.local": "#d5c324ee5b", "c9.ide.find": "#be3bca94b7", "c9.ide.find.infiles": "#462928475c", - "c9.ide.find.replace": "#fe41fa768d", - "c9.ide.run.debug": "#9a05fadc55", + "c9.ide.find.replace": "#61230e4b32", + "c9.ide.run.debug": "#2c6928c1a2", "c9.ide.ace.emmet": "#e5f1a92ac3", "c9.ide.ace.gotoline": "#4d1a93172c", - "c9.ide.ace.keymaps": "#422e83553b", - "c9.ide.ace.repl": "#26bca9ee17", + "c9.ide.ace.keymaps": "#1e42293fb9", + "c9.ide.ace.repl": "#ada99852fa", "c9.ide.ace.split": "#0ae0151c78", "c9.ide.ace.statusbar": "#d7b45bb7c3", "c9.ide.ace.stripws": "#34426a03d1", - "c9.ide.behaviors": "#f5aaf10aff", + "c9.ide.behaviors": "#1c87a0eca1", "c9.ide.closeconfirmation": "#a28bfd8272", "c9.ide.configuration": "#b8470f4107", "c9.ide.dialog.wizard": "#a588b64050", @@ -84,20 +84,20 @@ "c9.ide.immediate": "#e9ba147cc2", "c9.ide.installer": "#24e7d6f399", "c9.ide.mount": "#c9d598b254", - "c9.ide.navigate": "#7985b5a50b", + "c9.ide.navigate": "#3e8a29283b", "c9.ide.newresource": "#9a7464cc47", "c9.ide.openfiles": "#28a4f5af16", "c9.ide.preview": "#3c4dded23f", "c9.ide.preview.browser": "#be197b0464", "c9.ide.preview.markdown": "#bf952685f6", - "c9.ide.pubsub": "#7dd0a37571", + "c9.ide.pubsub": "#231a1103ae", "c9.ide.readonly": "#f6f07bbe42", "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#37773d905b", "c9.ide.run": "#0a8cc7f0a9", "c9.ide.run.build": "#6726030127", "c9.ide.save": "#a32a8f4346", - "c9.ide.terminal.monitor": "#8e025b3ae1", + "c9.ide.terminal.monitor": "#c122a24b60", "c9.ide.theme.flat": "#5c7c27ab74", "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", diff --git a/plugins/c9.cli.bridge/bridge.js b/plugins/c9.cli.bridge/bridge.js index a084d79b..930710a3 100644 --- a/plugins/c9.cli.bridge/bridge.js +++ b/plugins/c9.cli.bridge/bridge.js @@ -1,9 +1,4 @@ -/** - * File Finder module for the Cloud9 that uses nak - * - * @copyright 2012, Ajax.org B.V. - * @license GPLv3 - */ + define(function(require, exports, module) { main.consumes = ["c9", "Plugin", "ext"]; main.provides = ["bridge"]; diff --git a/plugins/c9.cli.bridge/bridge_commands.js b/plugins/c9.cli.bridge/bridge_commands.js index c82db393..496af20a 100644 --- a/plugins/c9.cli.bridge/bridge_commands.js +++ b/plugins/c9.cli.bridge/bridge_commands.js @@ -1,9 +1,4 @@ -/** - * File Finder module for the Cloud9 that uses nak - * - * @copyright 2012, Ajax.org B.V. - * @license GPLv3 - */ + define(function(require, exports, module) { main.consumes = [ "Plugin", "bridge", "tabManager", "panels", diff --git a/plugins/c9.fs/fs.errors.js b/plugins/c9.fs/fs.errors.js index 53cabe1d..c0188a37 100644 --- a/plugins/c9.fs/fs.errors.js +++ b/plugins/c9.fs/fs.errors.js @@ -2,7 +2,6 @@ * File System Error Reporting Module for the Cloud9 * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { main.consumes = ["fs", "dialog.error", "fs.cache", "Plugin"]; diff --git a/plugins/c9.ide.ace/modes.js b/plugins/c9.ide.ace/modes.js index 7debfe0f..5c14a6e5 100644 --- a/plugins/c9.ide.ace/modes.js +++ b/plugins/c9.ide.ace/modes.js @@ -1,10 +1,3 @@ -/** - * Code Editor for the Cloud9 - * - * @copyright 2010, Ajax.org B.V. - * @license GPLv3 - */ - define(function(require, exports, module) { var modesByName = require("ace/ext/modelist").modesByName; diff --git a/plugins/c9.ide.editors/htmlview.js b/plugins/c9.ide.editors/htmlview.js index 87632aad..fa504339 100644 --- a/plugins/c9.ide.editors/htmlview.js +++ b/plugins/c9.ide.editors/htmlview.js @@ -1,9 +1,4 @@ -/** - * Image Viewer for the Cloud9 - * - * @copyright 2010, Ajax.org B.V. - * @license GPLv3 - */ + define(function(require, exports, module) { main.consumes = ["Editor", "editors", "ui"]; main.provides = ["htmlview"]; diff --git a/plugins/c9.ide.editors/timeview.js b/plugins/c9.ide.editors/timeview.js index 83f49a3e..22920139 100644 --- a/plugins/c9.ide.editors/timeview.js +++ b/plugins/c9.ide.editors/timeview.js @@ -1,9 +1,4 @@ -/** - * Text Editor for the Cloud9 - * - * @copyright 2010, Ajax.org B.V. - * @license GPLv3 - */ + define(function(require, exports, module) { main.consumes = ["Editor", "editors", "ui", "tabManager"]; main.provides = ["timeview"]; diff --git a/plugins/c9.ide.server/plugins.js b/plugins/c9.ide.server/plugins.js index c6b01855..b92900e6 100644 --- a/plugins/c9.ide.server/plugins.js +++ b/plugins/c9.ide.server/plugins.js @@ -2,7 +2,6 @@ * Serve plugins on the static server * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { diff --git a/plugins/c9.ide.terminal/tmux_connection.js b/plugins/c9.ide.terminal/tmux_connection.js index 732535dc..e0d57bf0 100644 --- a/plugins/c9.ide.terminal/tmux_connection.js +++ b/plugins/c9.ide.terminal/tmux_connection.js @@ -2,7 +2,6 @@ * Terminal for the Cloud9 * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { diff --git a/plugins/c9.nodeapi/nodeapi.js b/plugins/c9.nodeapi/nodeapi.js index 37638e1b..d6fe00fe 100644 --- a/plugins/c9.nodeapi/nodeapi.js +++ b/plugins/c9.nodeapi/nodeapi.js @@ -2,7 +2,6 @@ * Server nodejs library files to the client * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ "use strict"; diff --git a/plugins/c9.vfs.client/vfs_client.js b/plugins/c9.vfs.client/vfs_client.js index 1ef9289c..2937c9ca 100644 --- a/plugins/c9.vfs.client/vfs_client.js +++ b/plugins/c9.vfs.client/vfs_client.js @@ -2,7 +2,6 @@ * Smith.io client * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { diff --git a/plugins/c9.vfs.server/statics.js b/plugins/c9.vfs.server/statics.js index a3ddd1dc..0c27409b 100644 --- a/plugins/c9.vfs.server/statics.js +++ b/plugins/c9.vfs.server/statics.js @@ -2,7 +2,6 @@ * Additional static files for the the smith.io client plugin * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ main.consumes = ["Plugin", "connect.static"]; diff --git a/plugins/c9.vfs.server/vfs.connect.standalone.js b/plugins/c9.vfs.server/vfs.connect.standalone.js index 9aa89953..38739c91 100644 --- a/plugins/c9.vfs.server/vfs.connect.standalone.js +++ b/plugins/c9.vfs.server/vfs.connect.standalone.js @@ -2,7 +2,6 @@ * Keeps a Cache of VFS instances * * @copyright 2010, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { main.consumes = ["Plugin", "api"];