From d74edbe15f12260e2f39c2c453db6f1b5c900d0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Dec 2024 11:55:52 +0000 Subject: [PATCH] Automatic application of license header --- packages/jupyter-chat/src/components/code-blocks/index.ts | 5 +++++ packages/jupyter-chat/src/components/index.ts | 5 +++++ packages/jupyter-chat/src/components/input/index.ts | 5 +++++ packages/jupyter-chat/src/components/mui-extras/index.ts | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/packages/jupyter-chat/src/components/code-blocks/index.ts b/packages/jupyter-chat/src/components/code-blocks/index.ts index e4054f7..4a5d274 100644 --- a/packages/jupyter-chat/src/components/code-blocks/index.ts +++ b/packages/jupyter-chat/src/components/code-blocks/index.ts @@ -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'; diff --git a/packages/jupyter-chat/src/components/index.ts b/packages/jupyter-chat/src/components/index.ts index 7ca8905..8e6e920 100644 --- a/packages/jupyter-chat/src/components/index.ts +++ b/packages/jupyter-chat/src/components/index.ts @@ -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'; diff --git a/packages/jupyter-chat/src/components/input/index.ts b/packages/jupyter-chat/src/components/input/index.ts index 5337477..3d58f6d 100644 --- a/packages/jupyter-chat/src/components/input/index.ts +++ b/packages/jupyter-chat/src/components/input/index.ts @@ -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'; diff --git a/packages/jupyter-chat/src/components/mui-extras/index.ts b/packages/jupyter-chat/src/components/mui-extras/index.ts index 59d9124..f19e50b 100644 --- a/packages/jupyter-chat/src/components/mui-extras/index.ts +++ b/packages/jupyter-chat/src/components/mui-extras/index.ts @@ -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';