From c2b5f33989757e02e66975309a7cae934eb7e2f5 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Fri, 9 Oct 2015 16:21:24 +0200 Subject: [PATCH] update copyright notices --- doc/Makefile | 6 +++--- doc/source/conf.py | 2 +- doc/sphinxext/kwantdoc.py | 6 +++--- kwant/__init__.py | 6 +++--- kwant/_common.py | 6 +++--- kwant/_system.pyx | 6 +++--- kwant/builder.py | 6 +++--- kwant/digest.py | 8 ++++---- kwant/graph/__init__.py | 6 +++--- kwant/graph/c_scotch.pxd | 6 +++--- kwant/graph/c_slicer.pxd | 6 +++--- kwant/graph/c_slicer/bucket_list.h | 6 +++--- kwant/graph/c_slicer/graphwrap.h | 6 +++--- kwant/graph/c_slicer/partitioner.cc | 6 +++--- kwant/graph/c_slicer/partitioner.h | 6 +++--- kwant/graph/c_slicer/slicer.cc | 6 +++--- kwant/graph/c_slicer/slicer.h | 6 +++--- kwant/graph/core.pxd | 6 +++--- kwant/graph/core.pyx | 6 +++--- kwant/graph/defs.h | 6 +++--- kwant/graph/defs.pxd | 6 +++--- kwant/graph/defs.py | 6 +++--- kwant/graph/dissection.py | 6 +++--- kwant/graph/scotch.pyx | 6 +++--- kwant/graph/slicer.pyx | 6 +++--- kwant/graph/tests/test_core.py | 6 +++--- kwant/graph/tests/test_dissection.py | 6 +++--- kwant/graph/tests/test_scotch.py | 6 +++--- kwant/graph/tests/test_slicer.py | 6 +++--- kwant/graph/tests/test_utils.py | 6 +++--- kwant/graph/utils.pyx | 6 +++--- kwant/lattice.py | 6 +++--- kwant/linalg/__init__.py | 6 +++--- kwant/linalg/_mumps.pyx | 6 +++--- kwant/linalg/cmumps.pxd | 6 +++--- kwant/linalg/cmumps.py | 6 +++--- kwant/linalg/decomp_ev.py | 6 +++--- kwant/linalg/decomp_lu.py | 6 +++--- kwant/linalg/decomp_schur.py | 6 +++--- kwant/linalg/f_lapack.pxd | 6 +++--- kwant/linalg/f_lapack.py | 6 +++--- kwant/linalg/fortran_helpers.py | 6 +++--- kwant/linalg/lapack.pyx | 6 +++--- kwant/linalg/lll.py | 6 +++--- kwant/linalg/mumps.py | 6 +++--- kwant/linalg/tests/_test_utils.py | 6 +++--- kwant/linalg/tests/test_linalg.py | 6 +++--- kwant/linalg/tests/test_lll.py | 6 +++--- kwant/linalg/tests/test_mumps.py | 6 +++--- kwant/physics/__init__.py | 6 +++--- kwant/physics/dispersion.py | 6 +++--- kwant/physics/leads.py | 6 +++--- kwant/physics/noise.py | 6 +++--- kwant/physics/tests/test_dispersion.py | 6 +++--- kwant/physics/tests/test_leads.py | 6 +++--- kwant/physics/tests/test_noise.py | 6 +++--- kwant/plotter.py | 6 +++--- kwant/rmt.py | 6 +++--- kwant/solvers/__init__.py | 6 +++--- kwant/solvers/common.py | 6 +++--- kwant/solvers/default.py | 6 +++--- kwant/solvers/mumps.py | 6 +++--- kwant/solvers/sparse.py | 6 +++--- kwant/solvers/tests/_test_sparse.py | 6 +++--- kwant/solvers/tests/test_mumps.py | 6 +++--- kwant/solvers/tests/test_sparse.py | 6 +++--- kwant/system.py | 6 +++--- kwant/tests/test_builder.py | 6 +++--- kwant/tests/test_lattice.py | 6 +++--- kwant/tests/test_plotter.py | 6 +++--- kwant/tests/test_rmt.py | 6 +++--- kwant/tests/test_system.py | 6 +++--- setup.py | 6 +++--- 73 files changed, 218 insertions(+), 218 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 23e96c7a..c3529688 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,10 +2,10 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. # You can set these variables from the command line. diff --git a/doc/source/conf.py b/doc/source/conf.py index 0246a351..15eefe99 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Kwant' -copyright = u'2011-2013, C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov, X. Waintal (CEA), and others' +copyright = u'2011-2015, C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov, X. Waintal (CEA), and others' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/sphinxext/kwantdoc.py b/doc/sphinxext/kwantdoc.py index d3c4487e..bc59e2ca 100644 --- a/doc/sphinxext/kwantdoc.py +++ b/doc/sphinxext/kwantdoc.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Simple sphinx extension that allows for a section that can be diff --git a/kwant/__init__.py b/kwant/__init__.py index 3f9ea7db..59bd4e0f 100644 --- a/kwant/__init__.py +++ b/kwant/__init__.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = [] diff --git a/kwant/_common.py b/kwant/_common.py index 9a8378eb..e050f2ed 100644 --- a/kwant/_common.py +++ b/kwant/_common.py @@ -1,9 +1,9 @@ # Copyright 2011-2015 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import subprocess diff --git a/kwant/_system.pyx b/kwant/_system.pyx index d538b09b..dc3e665d 100644 --- a/kwant/_system.pyx +++ b/kwant/_system.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. cimport cython diff --git a/kwant/builder.py b/kwant/builder.py index 5dedfefb..c594f720 100644 --- a/kwant/builder.py +++ b/kwant/builder.py @@ -1,9 +1,9 @@ # Copyright 2011-2015 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/digest.py b/kwant/digest.py index 2933138b..8daac5cc 100644 --- a/kwant/digest.py +++ b/kwant/digest.py @@ -1,9 +1,9 @@ -# COPYRIGHT 2013 Kwant authors. +# Copyright 2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Random-access random numbers diff --git a/kwant/graph/__init__.py b/kwant/graph/__init__.py index 76cd6c0d..dc946344 100644 --- a/kwant/graph/__init__.py +++ b/kwant/graph/__init__.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Functionality for graphs""" diff --git a/kwant/graph/c_scotch.pxd b/kwant/graph/c_scotch.pxd index 5221781f..4920d31a 100644 --- a/kwant/graph/c_scotch.pxd +++ b/kwant/graph/c_scotch.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from libc.stdio cimport FILE diff --git a/kwant/graph/c_slicer.pxd b/kwant/graph/c_slicer.pxd index 676d1129..67a45c04 100644 --- a/kwant/graph/c_slicer.pxd +++ b/kwant/graph/c_slicer.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from defs cimport gint diff --git a/kwant/graph/c_slicer/bucket_list.h b/kwant/graph/c_slicer/bucket_list.h index 8cdb7d75..360dd613 100644 --- a/kwant/graph/c_slicer/bucket_list.h +++ b/kwant/graph/c_slicer/bucket_list.h @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. #ifndef BUCKET_LIST_H diff --git a/kwant/graph/c_slicer/graphwrap.h b/kwant/graph/c_slicer/graphwrap.h index 2b2efb09..67442b02 100644 --- a/kwant/graph/c_slicer/graphwrap.h +++ b/kwant/graph/c_slicer/graphwrap.h @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. //-*-C++-*- diff --git a/kwant/graph/c_slicer/partitioner.cc b/kwant/graph/c_slicer/partitioner.cc index cea1ab5e..394cb627 100644 --- a/kwant/graph/c_slicer/partitioner.cc +++ b/kwant/graph/c_slicer/partitioner.cc @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. #include "partitioner.h" diff --git a/kwant/graph/c_slicer/partitioner.h b/kwant/graph/c_slicer/partitioner.h index b0438ce8..f8cd3a20 100644 --- a/kwant/graph/c_slicer/partitioner.h +++ b/kwant/graph/c_slicer/partitioner.h @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. //-*-C++-*- diff --git a/kwant/graph/c_slicer/slicer.cc b/kwant/graph/c_slicer/slicer.cc index eb28b937..7b190d1a 100644 --- a/kwant/graph/c_slicer/slicer.cc +++ b/kwant/graph/c_slicer/slicer.cc @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. #include <algorithm> diff --git a/kwant/graph/c_slicer/slicer.h b/kwant/graph/c_slicer/slicer.h index a2e92f87..e9c42281 100644 --- a/kwant/graph/c_slicer/slicer.h +++ b/kwant/graph/c_slicer/slicer.h @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. struct Slicing diff --git a/kwant/graph/core.pxd b/kwant/graph/core.pxd index 5eb7507d..d3f7fd09 100644 --- a/kwant/graph/core.pxd +++ b/kwant/graph/core.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. cimport numpy as np diff --git a/kwant/graph/core.pyx b/kwant/graph/core.pyx index e6557bbd..d76bb36f 100644 --- a/kwant/graph/core.pyx +++ b/kwant/graph/core.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Directed graphs optimized for storage and runtime efficiency.""" diff --git a/kwant/graph/defs.h b/kwant/graph/defs.h index 23f243c8..a328fbc7 100644 --- a/kwant/graph/defs.h +++ b/kwant/graph/defs.h @@ -1,9 +1,9 @@ // Copyright 2011-2013 Kwant authors. // -// This file is part of Kwant. It is subject to the license terms in the -// LICENSE file found in the top-level directory of this distribution and at +// This file is part of Kwant. It is subject to the license terms in the file +// LICENSE.rst found in the top-level directory of this distribution and at // http://kwant-project.org/license. A list of Kwant authors can be found in -// the AUTHORS file at the top-level directory of this distribution and at +// the file AUTHORS.rst at the top-level directory of this distribution and at // http://kwant-project.org/authors. #ifndef DEFS_H diff --git a/kwant/graph/defs.pxd b/kwant/graph/defs.pxd index 9bb3aace..83aed41d 100644 --- a/kwant/graph/defs.pxd +++ b/kwant/graph/defs.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. cdef extern from "defs.h": diff --git a/kwant/graph/defs.py b/kwant/graph/defs.py index 077d41a6..f9c44423 100644 --- a/kwant/graph/defs.py +++ b/kwant/graph/defs.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['gint_dtype'] diff --git a/kwant/graph/dissection.py b/kwant/graph/dissection.py index 45aa2efc..4c048fb4 100644 --- a/kwant/graph/dissection.py +++ b/kwant/graph/dissection.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Routines to compute nested dissections of graphs""" diff --git a/kwant/graph/scotch.pyx b/kwant/graph/scotch.pyx index 2fe67196..b2ad0559 100644 --- a/kwant/graph/scotch.pyx +++ b/kwant/graph/scotch.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Wrapper for the graph library SCOTCH""" diff --git a/kwant/graph/slicer.pyx b/kwant/graph/slicer.pyx index 14471920..68c78f4b 100644 --- a/kwant/graph/slicer.pyx +++ b/kwant/graph/slicer.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/graph/tests/test_core.py b/kwant/graph/tests/test_core.py index 113f90ac..967ff6d8 100644 --- a/kwant/graph/tests/test_core.py +++ b/kwant/graph/tests/test_core.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from StringIO import StringIO diff --git a/kwant/graph/tests/test_dissection.py b/kwant/graph/tests/test_dissection.py index 780bd4f2..cb8fc8f7 100644 --- a/kwant/graph/tests/test_dissection.py +++ b/kwant/graph/tests/test_dissection.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from nose.tools import assert_true diff --git a/kwant/graph/tests/test_scotch.py b/kwant/graph/tests/test_scotch.py index 4f0ff225..222ff05f 100644 --- a/kwant/graph/tests/test_scotch.py +++ b/kwant/graph/tests/test_scotch.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from nose.tools import assert_true diff --git a/kwant/graph/tests/test_slicer.py b/kwant/graph/tests/test_slicer.py index cc2699cc..29e549cb 100644 --- a/kwant/graph/tests/test_slicer.py +++ b/kwant/graph/tests/test_slicer.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import kwant diff --git a/kwant/graph/tests/test_utils.py b/kwant/graph/tests/test_utils.py index cdd468e1..bea187e5 100644 --- a/kwant/graph/tests/test_utils.py +++ b/kwant/graph/tests/test_utils.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/graph/utils.pyx b/kwant/graph/utils.pyx index fd64fc66..60fd3b9c 100644 --- a/kwant/graph/utils.pyx +++ b/kwant/graph/utils.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Utilities to modify compressed graphs""" diff --git a/kwant/lattice.py b/kwant/lattice.py index cbf700d0..c741d861 100644 --- a/kwant/lattice.py +++ b/kwant/lattice.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/linalg/__init__.py b/kwant/linalg/__init__.py index be50ed24..ad60f34f 100644 --- a/kwant/linalg/__init__.py +++ b/kwant/linalg/__init__.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['lapack'] diff --git a/kwant/linalg/_mumps.pyx b/kwant/linalg/_mumps.pyx index b8059320..6d5aad67 100644 --- a/kwant/linalg/_mumps.pyx +++ b/kwant/linalg/_mumps.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. cimport numpy as np diff --git a/kwant/linalg/cmumps.pxd b/kwant/linalg/cmumps.pxd index 0c530fea..29785c1b 100644 --- a/kwant/linalg/cmumps.pxd +++ b/kwant/linalg/cmumps.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. cdef extern from "mumps_c_types.h": diff --git a/kwant/linalg/cmumps.py b/kwant/linalg/cmumps.py index 86baebac..33babe00 100644 --- a/kwant/linalg/cmumps.py +++ b/kwant/linalg/cmumps.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/linalg/decomp_ev.py b/kwant/linalg/decomp_ev.py index 077b8fca..bd92ce93 100644 --- a/kwant/linalg/decomp_ev.py +++ b/kwant/linalg/decomp_ev.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['gen_eig'] diff --git a/kwant/linalg/decomp_lu.py b/kwant/linalg/decomp_lu.py index db482b3c..65bc0fd7 100644 --- a/kwant/linalg/decomp_lu.py +++ b/kwant/linalg/decomp_lu.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['lu_factor', 'lu_solve', 'rcond_from_lu'] diff --git a/kwant/linalg/decomp_schur.py b/kwant/linalg/decomp_schur.py index ecd0deef..4accc17f 100644 --- a/kwant/linalg/decomp_schur.py +++ b/kwant/linalg/decomp_schur.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['schur', 'convert_r2c_schur', 'order_schur', 'evecs_from_schur', diff --git a/kwant/linalg/f_lapack.pxd b/kwant/linalg/f_lapack.pxd index 73b9a785..1a0304af 100644 --- a/kwant/linalg/f_lapack.pxd +++ b/kwant/linalg/f_lapack.pxd @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. ctypedef int l_int diff --git a/kwant/linalg/f_lapack.py b/kwant/linalg/f_lapack.py index f3ec59d7..39b702b5 100644 --- a/kwant/linalg/f_lapack.py +++ b/kwant/linalg/f_lapack.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['l_int_dtype', 'l_logical_dtype'] diff --git a/kwant/linalg/fortran_helpers.py b/kwant/linalg/fortran_helpers.py index e8dae66a..2f82b26d 100644 --- a/kwant/linalg/fortran_helpers.py +++ b/kwant/linalg/fortran_helpers.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/linalg/lapack.pyx b/kwant/linalg/lapack.pyx index f0880220..5ad31afc 100644 --- a/kwant/linalg/lapack.pyx +++ b/kwant/linalg/lapack.pyx @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Low-level access to LAPACK functions. """ diff --git a/kwant/linalg/lll.py b/kwant/linalg/lll.py index 5093b843..17b353ca 100644 --- a/kwant/linalg/lll.py +++ b/kwant/linalg/lll.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/linalg/mumps.py b/kwant/linalg/mumps.py index a30f38b0..cd28860a 100644 --- a/kwant/linalg/mumps.py +++ b/kwant/linalg/mumps.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Interface to the MUMPS sparse solver library""" diff --git a/kwant/linalg/tests/_test_utils.py b/kwant/linalg/tests/_test_utils.py index c29afde7..8f76e815 100644 --- a/kwant/linalg/tests/_test_utils.py +++ b/kwant/linalg/tests/_test_utils.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/linalg/tests/test_linalg.py b/kwant/linalg/tests/test_linalg.py index af9917da..f059580a 100644 --- a/kwant/linalg/tests/test_linalg.py +++ b/kwant/linalg/tests/test_linalg.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from kwant.linalg import ( diff --git a/kwant/linalg/tests/test_lll.py b/kwant/linalg/tests/test_lll.py index 74619403..e11627ae 100644 --- a/kwant/linalg/tests/test_lll.py +++ b/kwant/linalg/tests/test_lll.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/linalg/tests/test_mumps.py b/kwant/linalg/tests/test_mumps.py index 597b24d3..8991a7d2 100644 --- a/kwant/linalg/tests/test_mumps.py +++ b/kwant/linalg/tests/test_mumps.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. try: diff --git a/kwant/physics/__init__.py b/kwant/physics/__init__.py index f438c942..1c463828 100644 --- a/kwant/physics/__init__.py +++ b/kwant/physics/__init__.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Physics-related algorithms""" diff --git a/kwant/physics/dispersion.py b/kwant/physics/dispersion.py index 38f19f14..238f584c 100644 --- a/kwant/physics/dispersion.py +++ b/kwant/physics/dispersion.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import math diff --git a/kwant/physics/leads.py b/kwant/physics/leads.py index d8a69e7a..586eaaed 100644 --- a/kwant/physics/leads.py +++ b/kwant/physics/leads.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/physics/noise.py b/kwant/physics/noise.py index 4dc96000..de8d1334 100644 --- a/kwant/physics/noise.py +++ b/kwant/physics/noise.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/physics/tests/test_dispersion.py b/kwant/physics/tests/test_dispersion.py index 54a56ef0..3de89abd 100644 --- a/kwant/physics/tests/test_dispersion.py +++ b/kwant/physics/tests/test_dispersion.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from numpy.testing import assert_array_almost_equal, assert_almost_equal diff --git a/kwant/physics/tests/test_leads.py b/kwant/physics/tests/test_leads.py index 8106de76..fb7a5b33 100644 --- a/kwant/physics/tests/test_leads.py +++ b/kwant/physics/tests/test_leads.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/physics/tests/test_noise.py b/kwant/physics/tests/test_noise.py index bdeb7063..808c6fac 100644 --- a/kwant/physics/tests/test_noise.py +++ b/kwant/physics/tests/test_noise.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/plotter.py b/kwant/plotter.py index 17f22a96..42ba2bfb 100644 --- a/kwant/plotter.py +++ b/kwant/plotter.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Plotter module for Kwant. diff --git a/kwant/rmt.py b/kwant/rmt.py index 92f759ee..cff30d4f 100644 --- a/kwant/rmt.py +++ b/kwant/rmt.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/solvers/__init__.py b/kwant/solvers/__init__.py index 3348a1f9..6e802466 100644 --- a/kwant/solvers/__init__.py +++ b/kwant/solvers/__init__.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """This package contains solvers in individual sub-packages. diff --git a/kwant/solvers/common.py b/kwant/solvers/common.py index 898779b7..d74a9473 100644 --- a/kwant/solvers/common.py +++ b/kwant/solvers/common.py @@ -1,9 +1,9 @@ # Copyright 2011-2014 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['SparseSolver', 'SMatrix', 'GreensFunction'] diff --git a/kwant/solvers/default.py b/kwant/solvers/default.py index 28145700..10081cf6 100644 --- a/kwant/solvers/default.py +++ b/kwant/solvers/default.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['smatrx', 'ldos', 'wave_function', 'greens_function'] diff --git a/kwant/solvers/mumps.py b/kwant/solvers/mumps.py index ab491e4e..fc4b0e8a 100644 --- a/kwant/solvers/mumps.py +++ b/kwant/solvers/mumps.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['smatrix', 'ldos', 'wave_function', 'greens_function', 'options', diff --git a/kwant/solvers/sparse.py b/kwant/solvers/sparse.py index 508c9d66..044ebc26 100644 --- a/kwant/solvers/sparse.py +++ b/kwant/solvers/sparse.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. __all__ = ['smatrix', 'greens_function', 'ldos', 'wave_function', 'Solver'] diff --git a/kwant/solvers/tests/_test_sparse.py b/kwant/solvers/tests/_test_sparse.py index 4754e3ee..5eaa20b1 100644 --- a/kwant/solvers/tests/_test_sparse.py +++ b/kwant/solvers/tests/_test_sparse.py @@ -1,9 +1,9 @@ # Copyright 2011-2014 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/solvers/tests/test_mumps.py b/kwant/solvers/tests/test_mumps.py index a2007c02..a185a04c 100644 --- a/kwant/solvers/tests/test_mumps.py +++ b/kwant/solvers/tests/test_mumps.py @@ -1,9 +1,9 @@ # Copyright 2011-2014 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. #from nose.plugins.skip import Skip, SkipTest diff --git a/kwant/solvers/tests/test_sparse.py b/kwant/solvers/tests/test_sparse.py index 0f9b6b28..c9920f9d 100644 --- a/kwant/solvers/tests/test_sparse.py +++ b/kwant/solvers/tests/test_sparse.py @@ -1,9 +1,9 @@ # Copyright 2011-2014 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from nose.plugins.skip import SkipTest diff --git a/kwant/system.py b/kwant/system.py index 0749a3af..a323eebe 100644 --- a/kwant/system.py +++ b/kwant/system.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. """Low-level interface of systems""" diff --git a/kwant/tests/test_builder.py b/kwant/tests/test_builder.py index 917fd548..d60d0884 100644 --- a/kwant/tests/test_builder.py +++ b/kwant/tests/test_builder.py @@ -1,9 +1,9 @@ # Copyright 2011-2015 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/tests/test_lattice.py b/kwant/tests/test_lattice.py index 2e739d68..5b389d37 100644 --- a/kwant/tests/test_lattice.py +++ b/kwant/tests/test_lattice.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import division diff --git a/kwant/tests/test_plotter.py b/kwant/tests/test_plotter.py index 05bdd3af..d3074b0c 100644 --- a/kwant/tests/test_plotter.py +++ b/kwant/tests/test_plotter.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import tempfile diff --git a/kwant/tests/test_rmt.py b/kwant/tests/test_rmt.py index d3125923..0d5fbda8 100644 --- a/kwant/tests/test_rmt.py +++ b/kwant/tests/test_rmt.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/kwant/tests/test_system.py b/kwant/tests/test_system.py index 29f54808..29af26c2 100644 --- a/kwant/tests/test_system.py +++ b/kwant/tests/test_system.py @@ -1,9 +1,9 @@ # Copyright 2011-2013 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. import numpy as np diff --git a/setup.py b/setup.py index 0f019f81..aeeecdb6 100755 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ # Copyright 2011-2015 Kwant authors. # -# This file is part of Kwant. It is subject to the license terms in the -# LICENSE file found in the top-level directory of this distribution and at +# This file is part of Kwant. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution and at # http://kwant-project.org/license. A list of Kwant authors can be found in -# the AUTHORS file at the top-level directory of this distribution and at +# the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. from __future__ import print_function -- GitLab