fix remaining license comments

pull/9/merge
nightwing 2015-02-15 22:29:07 +04:00
rodzic aa41397c70
commit 4be4659a80
4 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -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",

Wyświetl plik

@ -2,7 +2,6 @@
* File Finder module for the Cloud9 that uses nak
*
* @copyright 2013, Ajax.org B.V.
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
define(function(require, exports, module) {
main.consumes = ["c9", "Plugin", "net"];

Wyświetl plik

@ -2,7 +2,6 @@
* Utilities for the Ajax.org Cloud IDE
*
* @copyright 2013, Ajax.org B.V.
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
define(function(require, exports, module) {
main.consumes = ["c9", "Plugin"];

Wyświetl plik

@ -7,7 +7,6 @@
* @main c9.fs
*
* @copyright 2013, Ajax.org B.V.
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
//@todo might have to add queueing for safe operations
define(function(require, exports, module) {