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] authored and brichet committed Dec 20, 2024
1 parent 9db06d3 commit d74edbe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/jupyter-chat/src/components/code-blocks/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

export * from './code-toolbar';
export * from './copy-button';
5 changes: 5 additions & 0 deletions packages/jupyter-chat/src/components/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 './chat';
export * from './chat-input';
export * from './chat-input';
Expand Down
5 changes: 5 additions & 0 deletions packages/jupyter-chat/src/components/input/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/*
* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/

export * from './cancel-button';
export * from './send-button';
5 changes: 5 additions & 0 deletions packages/jupyter-chat/src/components/mui-extras/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 './contrasting-tooltip';
export * from './tooltipped-button';
export * from './tooltipped-icon-button';

0 comments on commit d74edbe

Please sign in to comment.