Skip to content

Commit 841a637

Browse files
authored
Add license 2 (#1196
* rename COPYING.md to LICENSE * replace references for COPYING.md to LICENSE
1 parent 53ee597 commit 841a637

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

COPYING.md renamed to LICENSE

File renamed without changes.

jupyter_server/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) Jupyter Development Team
44
#
55
# Distributed under the terms of the BSD License. The full license is in
6-
# the file COPYING, distributed as part of this software.
6+
# the file LICENSE, distributed as part of this software.
77
# -----------------------------------------------------------------------------
88
import json
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "jupyter_server"
77
dynamic = ["version"]
88
readme = "README.md"
9-
license = { file = "COPYING.md" }
9+
license = { file = "LICENSE" }
1010
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."
1111
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
1212
keywords = ["ipython", "jupyter"]

0 commit comments

Comments
 (0)