mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2026-03-02 03:49:21 +00:00
Updated copyright on the code and the LICENSE.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import * as monaco from "monaco-editor";
|
||||
import {editor, IDisposable} from "monaco-editor";
|
||||
import {Validation} from "./Validation";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
/**
|
||||
* A simple callback type that signifies a resource has been disposed.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import {IPosition} from "monaco-editor";
|
||||
import {RemoteCursorWidget} from "./RemoteCursorWidget";
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import * as monaco from "monaco-editor";
|
||||
import {IPosition} from "monaco-editor";
|
||||
import {RemoteCursor} from "./RemoteCursor";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import {editor, IDisposable, IPosition} from "monaco-editor";
|
||||
import {EditorContentManager} from "./EditorContentManager";
|
||||
import {OnDisposed} from "./OnDisposed";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import * as monaco from "monaco-editor";
|
||||
import {editor, IPosition} from "monaco-editor";
|
||||
import {OnDisposed} from "./OnDisposed";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
import * as monaco from "monaco-editor";
|
||||
import {IPosition} from "monaco-editor";
|
||||
import {RemoteSelection} from "./RemoteSelection";
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
/**
|
||||
* A helper class to aid in input validation.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2019 Convergence Labs, Inc.
|
||||
*
|
||||
* This file is part of the CodeMirror Collaborative Extensions, which is
|
||||
* released under the terms of the MIT license. A copy of the MIT license
|
||||
* is usually provided as part of this source code package in the LICENCE
|
||||
* file. If it was not, please see <https://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
export * from "./RemoteCursorManager";
|
||||
export * from "./RemoteSelectionManager";
|
||||
export * from "./EditorContentManager";
|
||||
|
||||
Reference in New Issue
Block a user