From 4be4659a8009904f458c966fed950db10fd42a80 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sun, 15 Feb 2015 22:29:07 +0400 Subject: [PATCH] fix remaining license comments --- package.json | 2 +- plugins/c9.cli.bridge/bridge-client.js | 1 - plugins/c9.core/util.js | 1 - plugins/c9.fs/fs.js | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 638f62dd..5a86aec8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "c9.ide.find": "#989c06e6a7", "c9.ide.find.infiles": "#28b3cfcb47", "c9.ide.find.replace": "#43a6b95e6a", - "c9.ide.run.debug": "#1efdb3d531", + "c9.ide.run.debug": "#8421e5e3a5", "c9.ide.ace.emmet": "#e5f1a92ac3", "c9.ide.ace.gotoline": "#4d1a93172c", "c9.ide.ace.keymaps": "#1e42293fb9", diff --git a/plugins/c9.cli.bridge/bridge-client.js b/plugins/c9.cli.bridge/bridge-client.js index 35e45354..a283cf0c 100644 --- a/plugins/c9.cli.bridge/bridge-client.js +++ b/plugins/c9.cli.bridge/bridge-client.js @@ -2,7 +2,6 @@ * File Finder module for the Cloud9 that uses nak * * @copyright 2013, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { main.consumes = ["c9", "Plugin", "net"]; diff --git a/plugins/c9.core/util.js b/plugins/c9.core/util.js index fcf8b3ae..ada29ab0 100644 --- a/plugins/c9.core/util.js +++ b/plugins/c9.core/util.js @@ -2,7 +2,6 @@ * Utilities for the Ajax.org Cloud IDE * * @copyright 2013, Ajax.org B.V. - * @license GPLv3 */ define(function(require, exports, module) { main.consumes = ["c9", "Plugin"]; diff --git a/plugins/c9.fs/fs.js b/plugins/c9.fs/fs.js index 4008d0cc..11f66b81 100644 --- a/plugins/c9.fs/fs.js +++ b/plugins/c9.fs/fs.js @@ -7,7 +7,6 @@ * @main c9.fs * * @copyright 2013, Ajax.org B.V. - * @license GPLv3 */ //@todo might have to add queueing for safe operations define(function(require, exports, module) {