Skip to content

Commit dd61e27

Browse files
committed
remove copyright notice
1 parent 06b8f29 commit dd61e27

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
32

43
import doctest
54
import os

src/matplotgl/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
32
# ruff: noqa: E402, F401, I
43

54
import importlib.metadata

src/matplotgl/axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import ipywidgets as ipw
54
import numpy as np

src/matplotgl/figure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
from .colorbar import Colorbar
54
from .toolbar import Toolbar

src/matplotgl/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import matplotlib as mpl
54
import numpy as np

src/matplotgl/line.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import warnings
54

src/matplotgl/mesh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import warnings
54

src/matplotgl/points.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import warnings
54

src/matplotgl/subplots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import matplotlib
54
import numpy as np

src/matplotgl/toolbar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
2-
# Copyright (c) 2023 Matplotgl contributors (https://github.com/matplotgl)
32

43
import ipywidgets as ipw
54

0 commit comments

Comments
 (0)