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] committed Mar 17, 2024
1 parent bc48f7a commit 22e8f16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyter_builder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from ._version import __version__ # noqa F401
3 changes: 3 additions & 0 deletions jupyter_builder/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.0.1"
3 changes: 3 additions & 0 deletions tests/test_tpl.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

def test_tpl():
assert True

0 comments on commit 22e8f16

Please sign in to comment.