Skip to content

Commit 13039db

Browse files
committed
Move license information from COPYING.md
Closes #4765 Fixes 2768
1 parent 80587a0 commit 13039db

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

COPYING.md LICENSE

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Licensing terms
2-
31
This project is licensed under the terms of the Modified BSD License
42
(also known as New or Revised or 3-Clause BSD), as follows:
53

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include COPYING.md
1+
include LICENSE
22
include CONTRIBUTING.rst
33
include README.md
44
include package.json

notebook/log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) Jupyter Development Team
33
#
44
# Distributed under the terms of the BSD License. The full license is in
5-
# the file COPYING, distributed as part of this software.
5+
# the file LICENSE, distributed as part of this software.
66
#-----------------------------------------------------------------------------
77

88
import json

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
universal=0
33

44
[metadata]
5-
license_file = COPYING.md
5+
license_file = LICENSE
66

77
[nosetests]
88
warningfilters=module |.* |DeprecationWarning |notebook.*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# Distributed under the terms of the Modified BSD License.
1010
#
11-
# The full license is in the file COPYING.md, distributed with this software.
11+
# The full license is in the file LICENSE, distributed with this software.
1212
#-----------------------------------------------------------------------------
1313

1414
import os

0 commit comments

Comments
 (0)