diff --git a/COPYING.txt b/COPYING.rst similarity index 75% rename from COPYING.txt rename to COPYING.rst index 64205fe..dea9b87 100644 --- a/COPYING.txt +++ b/COPYING.rst @@ -3,12 +3,12 @@ ============================= IPython is licensed under the terms of the Modified BSD License (also known as -New or Revised BSD), as follows: +New or Revised or 3-Clause BSD), as follows: -Copyright (c) 2008-2010, IPython Development Team -Copyright (c) 2001-2007, Fernando Perez. -Copyright (c) 2001, Janko Hauser -Copyright (c) 2001, Nathaniel Gray +- Copyright (c) 2008-2014, IPython Development Team +- Copyright (c) 2001-2007, Fernando Perez +- Copyright (c) 2001, Janko Hauser +- Copyright (c) 2001, Nathaniel Gray All rights reserved. @@ -50,15 +50,7 @@ details is kept in the documentation directory, in the file ``about/credits.txt``. The core team that coordinates development on GitHub can be found here: -http://github.com/ipython. As of late 2010, it consists of: - -* Brian E. Granger -* Jonathan March -* Evan Patterson -* Fernando Perez -* Min Ragan-Kelley -* Robert Kern - +https://github.com/ipython/. Our Copyright Policy -------------------- @@ -73,13 +65,10 @@ changes/contributions they have specific copyright on, they should indicate their copyright in the commit message of the change, when they commit the change to one of the IPython repositories. -With this in mind, the following banner should be used in any source code file +With this in mind, the following banner should be used in any source code file to indicate the copyright and license terms: -#----------------------------------------------------------------------------- -# Copyright (c) 2010, IPython Development Team. -# -# Distributed under the terms of the Modified BSD License. -# -# The full license is in the file COPYING.txt, distributed with this software. -#----------------------------------------------------------------------------- +:: + + # Copyright (c) IPython Development Team. + # Distributed under the terms of the Modified BSD License. diff --git a/MANIFEST.in b/MANIFEST.in index d34b8e9..57a79d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst -include COPYING.txt +include COPYING.rst include setupbase.py include setupegg.py diff --git a/setup.py b/setup.py index 07ea5a5..7ef9289 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires utilities which are not available under Windows.""" # # Distributed under the terms of the Modified BSD License. # -# The full license is in the file COPYING.txt, distributed with this software. +# The full license is in the file COPYING.rst, distributed with this software. #----------------------------------------------------------------------------- #-----------------------------------------------------------------------------