Update copyright notice

pull/9/merge
Ruben Daniels 2015-02-15 02:12:39 +00:00
rodzic f55caee595
commit 258449b0a6
11 zmienionych plików z 26 dodań i 26 usunięć

Wyświetl plik

@ -49,23 +49,23 @@
},
"licenses": [],
"c9plugins": {
"c9.ide.language": "#e5fcf37a37",
"c9.ide.language.css": "#8d91830ae0",
"c9.ide.language.generic": "#6801590fc1",
"c9.ide.language.html": "#a01fe6ef67",
"c9.ide.language": "#da6b324a5f",
"c9.ide.language.css": "#c9c56a4166",
"c9.ide.language.generic": "#9e1aa980d4",
"c9.ide.language.html": "#9de600e4e5",
"c9.ide.language.html.diff": "#31965d98b3",
"c9.ide.language.javascript": "#e22b632852",
"c9.ide.language.javascript.immediate": "#9ac6f40252",
"c9.ide.language.javascript.eslint": "#f089d3dba4",
"c9.ide.language.javascript": "#674af4cf09",
"c9.ide.language.javascript.immediate": "#b6f5cd3db6",
"c9.ide.language.javascript.eslint": "#65831cf66d",
"c9.ide.language.javascript.tern": "#3d678a103a",
"c9.ide.language.javascript.infer": "#f6a8cdacda",
"c9.ide.language.jsonalyzer": "#45a20496be",
"c9.ide.collab": "#468181d65c",
"c9.ide.language.javascript.infer": "#7821d7d0df",
"c9.ide.language.jsonalyzer": "#d715640836",
"c9.ide.collab": "#5c0de542dd",
"c9.ide.local": "#d5c324ee5b",
"c9.ide.find": "#be3bca94b7",
"c9.ide.find.infiles": "#462928475c",
"c9.ide.find.replace": "#61230e4b32",
"c9.ide.run.debug": "#2c6928c1a2",
"c9.ide.find.replace": "#1294853e10",
"c9.ide.run.debug": "#a557d16bb9",
"c9.ide.ace.emmet": "#e5f1a92ac3",
"c9.ide.ace.gotoline": "#4d1a93172c",
"c9.ide.ace.keymaps": "#1e42293fb9",
@ -73,7 +73,7 @@
"c9.ide.ace.split": "#0ae0151c78",
"c9.ide.ace.statusbar": "#d7b45bb7c3",
"c9.ide.ace.stripws": "#34426a03d1",
"c9.ide.behaviors": "#1c87a0eca1",
"c9.ide.behaviors": "#3dbcad4203",
"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": "#3e8a29283b",
"c9.ide.navigate": "#1ff8b463aa",
"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": "#231a1103ae",
"c9.ide.pubsub": "#92ec19ed3a",
"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": "#c122a24b60",
"c9.ide.terminal.monitor": "#df9936daa2",
"c9.ide.theme.flat": "#5c7c27ab74",
"c9.ide.threewaymerge": "#229382aa0b",
"c9.ide.undo": "#b028bcb4d5",

Wyświetl plik

@ -1,7 +1,7 @@
/**
* File Finder module for the Cloud9 that uses nak
*
* @copyright 2012, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
define(function(require, exports, module) {

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Utilities for the Ajax.org Cloud IDE
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
define(function(require, exports, module) {

Wyświetl plik

@ -1,7 +1,7 @@
/**
* File System Error Reporting Module for the Cloud9
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
define(function(require, exports, module) {
main.consumes = ["fs", "dialog.error", "fs.cache", "Plugin"];

Wyświetl plik

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

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Serve plugins on the static server
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
define(function(require, exports, module) {

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Terminal for the Cloud9
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
define(function(require, exports, module) {

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Server nodejs library files to the client
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
"use strict";

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Smith.io client
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
define(function(require, exports, module) {

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Additional static files for the the smith.io client plugin
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
main.consumes = ["Plugin", "connect.static"];

Wyświetl plik

@ -1,7 +1,7 @@
/**
* Keeps a Cache of VFS instances
*
* @copyright 2010, Ajax.org B.V.
* @copyright 2013, Ajax.org B.V.
*/
define(function(require, exports, module) {
main.consumes = ["Plugin", "api"];