Skip to content

Commit 0fd0239

Browse files
committed
Add copyright header
1 parent bdba970 commit 0fd0239

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pytest_jupyter/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) Jupyter Development Team.
2+
# Distributed under the terms of the Modified BSD License.
3+

pytest_jupyter/_version.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
__version__ = "0.0.1"
1+
# Copyright (c) Jupyter Development Team.
2+
# Distributed under the terms of the Modified BSD License.
3+
4+
__version__ = "0.0.1"
5+

0 commit comments

Comments
 (0)