Skip to content

Commit

Permalink
Automatic application of license header
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent 30b7016 commit 66ba34d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyter_collaboration/chat_ydoc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from functools import partial
import json
from jupyter_ydoc.ybasedoc import YBaseDoc
Expand Down
5 changes: 5 additions & 0 deletions packages/docprovider/src/chat/factory.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { ChatWidget, IChatModel } from '@jupyter/chat';
import { IThemeManager } from '@jupyterlab/apputils';
import { ABCWidgetFactory, DocumentRegistry } from '@jupyterlab/docregistry';
Expand Down
5 changes: 5 additions & 0 deletions packages/docprovider/src/chat/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

export * from './factory';
export * from './model';
export * from './widget';
5 changes: 5 additions & 0 deletions packages/docprovider/src/chat/model.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { ChatModel, IChatMessage, INewMessage, IUser } from '@jupyter/chat';
import { Delta, MapChange, StateChange, YDocument } from '@jupyter/ydoc';
import { DocumentRegistry } from '@jupyterlab/docregistry';
Expand Down
5 changes: 5 additions & 0 deletions packages/docprovider/src/chat/widget.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

import { ChatWidget } from '@jupyter/chat';
import { DocumentRegistry, DocumentWidget } from '@jupyterlab/docregistry';

Expand Down

0 comments on commit 66ba34d

Please sign in to comment.