Move license information from COPYING.md

Closes #4765
Fixes 2768
This commit is contained in:
Luciano Resende 2019-11-04 12:29:01 -08:00
parent 80587a04bc
commit 13039db1a6
5 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# Licensing terms
This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:

View File

@ -1,4 +1,4 @@
include COPYING.md
include LICENSE
include CONTRIBUTING.rst
include README.md
include package.json

View File

@ -2,7 +2,7 @@
# Copyright (c) Jupyter Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
# the file LICENSE, distributed as part of this software.
#-----------------------------------------------------------------------------
import json

View File

@ -2,7 +2,7 @@
universal=0
[metadata]
license_file = COPYING.md
license_file = LICENSE
[nosetests]
warningfilters=module |.* |DeprecationWarning |notebook.*

View File

@ -8,7 +8,7 @@
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.md, distributed with this software.
# The full license is in the file LICENSE, distributed with this software.
#-----------------------------------------------------------------------------
import os