kopia lustrzana https://github.com/c9/core
fix remaining license comments
rodzic
aa41397c70
commit
4be4659a80
|
@ -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",
|
||||
|
|
|
@ -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"];
|
||||
|
|
|
@ -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"];
|
||||
|
|
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue