File tree 5 files changed +4
-6
lines changed
5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # Licensing terms
2
-
3
1
This project is licensed under the terms of the Modified BSD License
4
2
(also known as New or Revised or 3-Clause BSD), as follows:
5
3
Original file line number Diff line number Diff line change 1
- include COPYING.md
1
+ include LICENSE
2
2
include CONTRIBUTING.rst
3
3
include README.md
4
4
include package.json
Original file line number Diff line number Diff line change 2
2
# Copyright (c) Jupyter Development Team
3
3
#
4
4
# 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.
6
6
#-----------------------------------------------------------------------------
7
7
8
8
import json
Original file line number Diff line number Diff line change 2
2
universal =0
3
3
4
4
[metadata]
5
- license_file = COPYING.md
5
+ license_file = LICENSE
6
6
7
7
[nosetests]
8
8
warningfilters =module |.* |DeprecationWarning |notebook.*
Original file line number Diff line number Diff line change 8
8
#
9
9
# Distributed under the terms of the Modified BSD License.
10
10
#
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.
12
12
#-----------------------------------------------------------------------------
13
13
14
14
import os
You can’t perform that action at this time.
0 commit comments