##// END OF EJS Templates
Use new license
Julia Evans -
Show More
@@ -1,12 +1,7 b''
1 1 """IPython Notebook Exporter class"""
2 2
3 #-----------------------------------------------------------------------------
4 # Copyright (c) 2013, the IPython Development Team.
5 #
3 # Copyright (c) IPython Development Team.
6 4 # Distributed under the terms of the Modified BSD License.
7 #
8 # The full license is in the file COPYING.txt, distributed with this software.
9 #-----------------------------------------------------------------------------
10 5
11 6 #-----------------------------------------------------------------------------
12 7 # Imports
@@ -2,13 +2,8 b''
2 2 Module with tests for notebook.py
3 3 """
4 4
5 #-----------------------------------------------------------------------------
6 # Copyright (c) 2013, the IPython Development Team.
7 #
5 # Copyright (c) IPython Development Team.
8 6 # Distributed under the terms of the Modified BSD License.
9 #
10 # The full license is in the file COPYING.txt, distributed with this software.
11 #-----------------------------------------------------------------------------
12 7
13 8 #-----------------------------------------------------------------------------
14 9 # Imports
General Comments 0
You need to be logged in to leave comments. Login now