mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
parent
80587a04bc
commit
13039db1a6
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
include COPYING.md
|
||||
include LICENSE
|
||||
include CONTRIBUTING.rst
|
||||
include README.md
|
||||
include package.json
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
universal=0
|
||||
|
||||
[metadata]
|
||||
license_file = COPYING.md
|
||||
license_file = LICENSE
|
||||
|
||||
[nosetests]
|
||||
warningfilters=module |.* |DeprecationWarning |notebook.*
|
||||
|
2
setup.py
2
setup.py
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user