Show More
@@ -3,12 +3,12 b'' | |||
|
3 | 3 | ============================= |
|
4 | 4 | |
|
5 | 5 | IPython is licensed under the terms of the Modified BSD License (also known as |
|
6 | New or Revised BSD), as follows: | |
|
6 | New or Revised or 3-Clause BSD), as follows: | |
|
7 | 7 | |
|
8 |
Copyright (c) 2008-201 |
|
|
9 |
Copyright (c) 2001-2007, Fernando Perez |
|
|
10 | Copyright (c) 2001, Janko Hauser <jhauser@zscout.de> | |
|
11 | Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu> | |
|
8 | - Copyright (c) 2008-2014, IPython Development Team | |
|
9 | - Copyright (c) 2001-2007, Fernando Perez <fernando.perez@colorado.edu> | |
|
10 | - Copyright (c) 2001, Janko Hauser <jhauser@zscout.de> | |
|
11 | - Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu> | |
|
12 | 12 | |
|
13 | 13 | All rights reserved. |
|
14 | 14 | |
@@ -50,15 +50,7 b' details is kept in the documentation directory, in the file' | |||
|
50 | 50 | ``about/credits.txt``. |
|
51 | 51 | |
|
52 | 52 | The core team that coordinates development on GitHub can be found here: |
|
53 | http://github.com/ipython. As of late 2010, it consists of: | |
|
54 | ||
|
55 | * Brian E. Granger | |
|
56 | * Jonathan March | |
|
57 | * Evan Patterson | |
|
58 | * Fernando Perez | |
|
59 | * Min Ragan-Kelley | |
|
60 | * Robert Kern | |
|
61 | ||
|
53 | https://github.com/ipython/. | |
|
62 | 54 | |
|
63 | 55 | Our Copyright Policy |
|
64 | 56 | -------------------- |
@@ -76,10 +68,7 b' change to one of the IPython repositories.' | |||
|
76 | 68 | With this in mind, the following banner should be used in any source code file |
|
77 | 69 | to indicate the copyright and license terms: |
|
78 | 70 | |
|
79 | #----------------------------------------------------------------------------- | |
|
80 | # Copyright (c) 2010, IPython Development Team. | |
|
81 | # | |
|
82 |
|
|
|
83 | # | |
|
84 | # The full license is in the file COPYING.txt, distributed with this software. | |
|
85 | #----------------------------------------------------------------------------- | |
|
71 | :: | |
|
72 | ||
|
73 | # Copyright (c) IPython Development Team. | |
|
74 | # Distributed under the terms of the Modified BSD License. |
General Comments 0
You need to be logged in to leave comments.
Login now