diff --git a/src/ts/EditorContentManager.ts b/src/ts/EditorContentManager.ts index 6bdf84f..17e80c5 100644 --- a/src/ts/EditorContentManager.ts +++ b/src/ts/EditorContentManager.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/OnDisposed.ts b/src/ts/OnDisposed.ts index 97d8936..1c343db 100644 --- a/src/ts/OnDisposed.ts +++ b/src/ts/OnDisposed.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/RemoteCursor.ts b/src/ts/RemoteCursor.ts index 884db3b..6e2c6a1 100644 --- a/src/ts/RemoteCursor.ts +++ b/src/ts/RemoteCursor.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/RemoteCursorManager.ts b/src/ts/RemoteCursorManager.ts index c80fddc..94c9dac 100644 --- a/src/ts/RemoteCursorManager.ts +++ b/src/ts/RemoteCursorManager.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/RemoteCursorWidget.ts b/src/ts/RemoteCursorWidget.ts index a8e6de9..6dbd889 100644 --- a/src/ts/RemoteCursorWidget.ts +++ b/src/ts/RemoteCursorWidget.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/RemoteSelection.ts b/src/ts/RemoteSelection.ts index d32610b..4b62f05 100644 --- a/src/ts/RemoteSelection.ts +++ b/src/ts/RemoteSelection.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/RemoteSelectionManager.ts b/src/ts/RemoteSelectionManager.ts index cf87971..47d1d06 100644 --- a/src/ts/RemoteSelectionManager.ts +++ b/src/ts/RemoteSelectionManager.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/Validation.ts b/src/ts/Validation.ts index 489e792..ad360c8 100644 --- a/src/ts/Validation.ts +++ b/src/ts/Validation.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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 diff --git a/src/ts/index.ts b/src/ts/index.ts index 3867556..b39592d 100644 --- a/src/ts/index.ts +++ b/src/ts/index.ts @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Convergence Labs, Inc. * - * This file is part of the CodeMirror Collaborative Extensions, which is + * This file is part of the Monaco 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