Skip to content

Commit c08f135

Browse files
committed
chore: remove copyright comment
1 parent bdab09a commit c08f135

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

src/__tests__/NotebookPicker.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) Deepnote
2-
// Distributed under the terms of the Modified BSD License.
3-
41
import type { INotebookModel, NotebookPanel } from '@jupyterlab/notebook';
52
import { framePromise } from '@jupyterlab/testing';
63
import type { PartialJSONObject } from '@lumino/coreutils';

src/__tests__/convert-deepnote-block-to-jupyter-cell.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) Deepnote
2-
// Distributed under the terms of the Modified BSD License.
3-
41
import type { DeepnoteBlock } from '@deepnote/blocks';
52
import { convertDeepnoteBlockToJupyterCell } from '../convert-deepnote-block-to-jupyter-cell';
63

src/__tests__/convert-deepnote-block-type-to-jupyter.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) Deepnote
2-
// Distributed under the terms of the Modified BSD License.
3-
41
import { convertDeepnoteBlockTypeToJupyter } from '../convert-deepnote-block-type-to-jupyter';
52

63
describe('convertDeepnoteBlockTypeToJupyter', () => {

src/__tests__/transform-deepnote-yaml-to-notebook-content.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) Deepnote
2-
// Distributed under the terms of the Modified BSD License.
3-
41
import { transformDeepnoteYamlToNotebookContent } from '../transform-deepnote-yaml-to-notebook-content';
52
import { deserializeDeepnoteFile } from '@deepnote/blocks';
63

0 commit comments

Comments
 (0)