kopia lustrzana https://github.com/c9/core
remove incorrect license information from comments
rodzic
ee6c671cb3
commit
8241750a76
34
package.json
34
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",
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
/**
|
||||
* File Finder module for the Cloud9 that uses nak
|
||||
*
|
||||
* @copyright 2012, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = ["c9", "Plugin", "ext"];
|
||||
main.provides = ["bridge"];
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
/**
|
||||
* File Finder module for the Cloud9 that uses nak
|
||||
*
|
||||
* @copyright 2012, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = [
|
||||
"Plugin", "bridge", "tabManager", "panels",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* File System Error Reporting Module for the Cloud9
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = ["fs", "dialog.error", "fs.cache", "Plugin"];
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/**
|
||||
* Code Editor for the Cloud9
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var modesByName = require("ace/ext/modelist").modesByName;
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
/**
|
||||
* Image Viewer for the Cloud9
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = ["Editor", "editors", "ui"];
|
||||
main.provides = ["htmlview"];
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
/**
|
||||
* Text Editor for the Cloud9
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = ["Editor", "editors", "ui", "tabManager"];
|
||||
main.provides = ["timeview"];
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Serve plugins on the static server
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Terminal for the Cloud9
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
define(function(require, exports, module) {
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Server nodejs library files to the client
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Smith.io client
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
define(function(require, exports, module) {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Additional static files for the the smith.io client plugin
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
|
||||
main.consumes = ["Plugin", "connect.static"];
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Keeps a Cache of VFS instances
|
||||
*
|
||||
* @copyright 2010, Ajax.org B.V.
|
||||
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
|
||||
*/
|
||||
define(function(require, exports, module) {
|
||||
main.consumes = ["Plugin", "api"];
|
||||
|
|
Ładowanie…
Reference in New Issue