diff --git a/AUTHORS.rst b/AUTHORS.rst
index 9a2e9c79b38c1267d0c0b00fb39dce53a8285d30..6f3060fed1eb4efee89c68608e7bdcd7c7300c3d 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -1,5 +1,5 @@
 Authors
 =======
 
-Denis Arrivault <denis.arrivault/A/lif.univ-mrs.fr>
-Florent Jaillet <florent.jaillet/A/lif.univ-mrs.fr>
+Denis Arrivault <contact.dev/A/lis-lab.fr>
+Florent Jaillet <contact.dev/A/lif-lab.fr>
diff --git a/README.rst b/README.rst
index 64909d83108c6e53181312cedc869b8c7b4d1a02..4864928b5faaae9229f98a2d2a0182a9c67aa335 100644
--- a/README.rst
+++ b/README.rst
@@ -12,12 +12,12 @@ and routines for manipulating coefficients.
 The original LTFAT Toolbox for MATLAB®/Octave is developed at
 `CAHR <http://www.dtu.dk/centre/cahr/English.aspx>`_, Technical
 University of Denmark, `ARI <http://www.kfs.oeaw.ac.at>`_, Austrian Academy
-of Sciences and `I2M <http://www.i2m.univ-amu.fr>`_, Aix-Marseille Université.
+of Sciences and `I2M <http://www.i2m.univ-amu.fr>`__, Aix-Marseille Université.
 
 The Python port is developed at
 `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_, as a
-`LIF <http://www.lif.univ-mrs.fr/>`_ and I2M
-project, Aix-Marseille Université.
+`LIF <http://www.lif.univ-mrs.fr/>`_ (now `LIS <http://www.lis-lab.fr/>`_)
+and I2M project, Aix-Marseille Université.
 
 This package, as well as the original LTFAT toolbox, is Free software, released
 under the GNU General Public License (GPLv3).
@@ -27,9 +27,9 @@ The latest version of **ltfatpy** can be downloaded from the following
 
 The documentation is available as a
 `pythonhosted site <http://pythonhosted.org/ltfatpy/>`_ or directly on
-the `gitlab repository pages <http://dev.pages.lif.univ-mrs.fr/ltfatpy/>`_
+the `gitlab repository pages <http://dev.pages.lis-lab.fr/ltfatpy/>`_
 
 The development is done in this
-`gitlab project <https://gitlab.lif.univ-mrs.fr/dev/ltfatpy>`_, which provides
+`gitlab project <https://gitlab.lis-lab.fr/dev/ltfatpy>`_, which provides
 the git repository managing the source code and where issues can be reported.
 
diff --git a/VERSION b/VERSION
index 43cc3771fd04946d0d30ce6680296dbc8fc07916..18b76c6e07377b18a2bcb8c864a125382ccc9fd4 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.9
+ltfatpy:1.0.10
 ltfat:2.1.0
diff --git a/copyright.py b/copyright.py
index d4ba711bf7d79744b49bfb364ae9bd1c8aa31144..7478d40d86f5228ac67954a10265d55e249e6651 100644
--- a/copyright.py
+++ b/copyright.py
@@ -13,8 +13,8 @@ def findFiles(directory, files=[]):
         if os.path.isfile(path) and (path.endswith(".py") or
                                      path.endswith(".pyx") or
                                      path.endswith(".pxd")):
-            if filename != "__init__.py" and filename != "version.py":
-                files.append(path)
+            #if filename != "__init__.py" and filename != "version.py":
+            files.append(path)
         elif os.path.isdir(path):
             findFiles(path, files)
     return files
diff --git a/copyrightstamp.txt b/copyrightstamp.txt
index 5c45213c4116419479a66f8f867817a4a353397e..4b9b88ca716ecd56644d9e662fda9ea59cd02f39 100644
--- a/copyrightstamp.txt
+++ b/copyrightstamp.txt
@@ -1,12 +1,15 @@
 ######### COPYRIGHT #########
+Credits
+#######
 
-Copyright(c) DATE
------------------
+Copyright(c) 2015-DATE
+----------------------
 
-* LabEx Archimède: http://labex-archimede.univ-amu.fr/
-* Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-* Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-* Université d'Aix-Marseille : http://www.univ-amu.fr/
+* `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+* `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+  (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+* `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+* `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 
 This software is a port from LTFAT LTFAT_VERSION :
 Copyright (C) 2005-DATE Peter L. Soendergaard <peter@sonderport.dk>.
@@ -14,15 +17,16 @@ Copyright (C) 2005-DATE Peter L. Soendergaard <peter@sonderport.dk>.
 Contributors
 ------------
 
-* Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-* Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+* Denis Arrivault <contact.dev_AT_lis-lab.fr>
+* Florent Jaillet <contact.dev_AT_lis-lab.fr>
 
 Description
 -----------
 
-ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-(http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-time-frequency analysis and synthesis.
+ltfatpy is a partial Python port of the
+`Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+a MATLAB®/Octave toolbox for working with time-frequency analysis and
+synthesis.
 
 Version
 -------
diff --git a/doc/conf.py b/doc/conf.py
index 8e95f3318807eecbb82e80168a498708b3e3264b..c5a44f4204f951514fdd7523dc06295dfc33d4c1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -64,7 +64,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'ltfatpy'
-copyright = u'2015, D. Arrivault, F. Jaillet'
+copyright = u'2015-2018, D. Arrivault, F. Jaillet'
 
 # 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/copyright.rst b/doc/copyright.rst
index 3c0f2523aa58ff439f101be6ade5a0a8c3dfda3f..98d2271c136b1eddbb352611f47ebc4834b40ccd 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -1,32 +1,36 @@
+Credits
+#######
 
-Copyright(c) 2017
------------------
+Copyright(c) 2015-2018
+----------------------
 
-* LabEx Archimède: http://labex-archimede.univ-amu.fr/
-* Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-* Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-* Université d'Aix-Marseille : http://www.univ-amu.fr/
+* `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+* `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+  (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+* `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+* `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 
 This software is a port from LTFAT 2.1.0 :
-Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 
 Contributors
 ------------
 
-* Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-* Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+* Denis Arrivault <contact.dev_AT_lis-lab.fr>
+* Florent Jaillet <contact.dev_AT_lis-lab.fr>
 
 Description
 -----------
 
-ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-(http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-time-frequency analysis and synthesis.
+ltfatpy is a partial Python port of the
+`Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+a MATLAB®/Octave toolbox for working with time-frequency analysis and
+synthesis.
 
 Version
 -------
 
-* ltfatpy version = 1.0.9
+* ltfatpy version = 1.0.10
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/doc/install.rst b/doc/install.rst
index 4243c782ab9e6aa4c60f5af95f646564f9559d6d..e4448571dd800876b682868173650dc8baea5b2b 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -12,18 +12,18 @@ Before installing **ltfatpy** you must check that the following software are ins
 CMake
 -----
 A version of `cmake <https://cmake.org/>`_ >= 2.6 is required to install **ltfatpy**.
-To install **CMake** follow the instructions given `here <https://cmake.org/install/>`_.
+To install **CMake** follow the instructions given `here <https://cmake.org/install/>`__.
 
 Python
 ------
 
-* Make sure you have **python** >= 2.7 installed. If not follow the instructions from `here <https://wiki.python.org/moin/BeginnersGuide/Download>`_.
-* According to your python version, make sure you have **pip** installed. If not follow the instructions from `here <https://pip.pypa.io/en/stable/installing/>`_.
+* Make sure you have **python** >= 2.7 installed. If not follow the instructions from `here <https://wiki.python.org/moin/BeginnersGuide/Download>`__.
+* According to your python version, make sure you have **pip** installed. If not follow the instructions from `here <https://pip.pypa.io/en/stable/installing/>`__.
 
 For developpers only:
 
 * If you need to recompile the whole ltfatpy C kernel interface you have to install **cython** >= 0.21.
-* It can be installed by following the instructions given `here <http://docs.cython.org/src/quickstart/install.html>`_.
+* It can be installed by following the instructions given `here <http://docs.cython.org/src/quickstart/install.html>`__.
 
 Scientific Python libraries
 ---------------------------
@@ -32,14 +32,13 @@ Scientific Python libraries
     * For debian based linux systems use: ``$apt install libfftw3-dev``.
     * For MACOS X based systems, you may use: ``sudo port install fftw-3 fftw-3-single``.
     * For other systems, please read the documentation of `fftw <http://www.fftw.org/>`_.
-* **ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions in:
-`here <http://www.scipy.org/install.html>`_.
+* **ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions `here <http://www.scipy.org/install.html>`__.
 
 Downloading **ltfatpy**
 ========================
 
 * The last stable release of **ltfatpy** is available on `PyPI <https://pypi.python.org/pypi/ltfatpy>`_.
-* You can clone the git repository of **ltfatpy** from `here <https://gitlab.lif.univ-mrs.fr/dev/ltfatpy>`_.
+* You can clone the git repository of **ltfatpy** from `here <https://gitlab.lis-lab.fr/dev/ltfatpy>`__.
 
 Installing **ltfatpy**
 ========================
@@ -47,7 +46,7 @@ Installing **ltfatpy**
 From sources
 ------------
 
-From ltfatpy-x.x.x/ directory use ``pip install -e .``
+From ltfatpy-x.x.x/ directory use ``pip install .``
 
 From PyPI
 ---------
@@ -57,7 +56,7 @@ Just use : ``pip install ltfatpy``
 Building documentation with Sphinx
 ==================================
 
-Make sure you have Sphinx installed as described `here <http://sphinx-doc.org/tutorial.html#install-sphinx>`_.
+Make sure you have Sphinx installed as described `here <http://sphinx-doc.org/tutorial.html#install-sphinx>`__.
 
 Before building documentation you have to install **sphinxcontrib-bibtex** :
 ``pip install sphinxcontrib-bibtex``
diff --git a/doc/ltfatpy.rst b/doc/ltfatpy.rst
index 351e70ecf1aee2ba5a71cd8e029a27a6b33b657f..78b4fcb2007352b3e41a94651f531feaa1287b6c 100644
--- a/doc/ltfatpy.rst
+++ b/doc/ltfatpy.rst
@@ -1,5 +1,5 @@
-ltfatpy
-#######
+**ltfatpy**
+###########
 
 .. toctree::
     ltfatpy.fourier
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 75f72345fc2b18e9ec3c942a48780954a8ed3b0e..37823318ffc7895c6afcb4cb34a823986f2a4ba7 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -1,4 +1,58 @@
 # -*- coding: utf-8 -*-
+# ######### COPYRIGHT #########
+# Credits
+# #######
+#
+# Copyright(c) 2015-2018
+# ----------------------
+#
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
+#
+# This software is a port from LTFAT 2.1.0 :
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
+#
+# Contributors
+# ------------
+#
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
+#
+# Description
+# -----------
+#
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
+#
+# Version
+# -------
+#
+# * ltfatpy version = 1.0.10
+# * LTFAT version = 2.1.0
+#
+# Licence
+# -------
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# ######### COPYRIGHT #########
+
 """The **ltfatpy** package is a partial Python port of the
 `Large Time/Frequency Analysis Toolbox (LTFAT)
 <http://ltfat.sourceforge.net/>`_, a MATLAB®/Octave toolbox for working with
@@ -17,8 +71,8 @@ of Sciences and `I2M <http://www.i2m.univ-amu.fr>`_, Aix-Marseille Université.
 
 The Python port is developed at
 `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_, as a
-`LIF <http://www.lif.univ-mrs.fr/>`_ and `I2M <https://www.i2m.univ-amu.fr/>`_
-project, Aix-Marseille Université.
+`LIF <http://www.lif.univ-mrs.fr/>`_ (now `LIS <http://www.lis-lab.fr/>`_)
+and `I2M <https://www.i2m.univ-amu.fr/>`__ project, Aix-Marseille Université.
 
 This package, as well as the original LTFAT toolbox, is Free software, released
 under the GNU General Public License (GPLv3).
@@ -117,4 +171,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post",
            "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"]
 
 
-__version__ = "1.0.9"
+__version__ = "1.0.10"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index 24f39173a2b6a12e9579593593a97553e66a1e62..29fbafb561e556a1ac7ca167ab132f67072839ef 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index d43dd4509cd66b9430d962a4a18e1c15ba82786c..2fc6ac8a9abe3b082882a89e93358b4ff30707bc 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 93d56e167ccbff0fac7a262dac6a4acdcf4a330f..79de3d28bd29c92e23e77068c61673d90515339d 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index e80618b8082866792f83b71daee3e787d94e5aeb..dc6fd6259412f41aac090e6491f6e6fb04b68342 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index 5699594bb53873462c8c35aa340e79ce4db573ea..af87bbed0c473d9a9e4569331d45f5ff7428a787 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index 88f84bc95258cfbaf0922ff84714c804179c3910..48314c0e98925ba90f82b08533daac6e199a916a 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index 89e0ab67d8f191aecf65b44bd717693c8f534795..e3844d2a0e970925f382cdca483320d652574ae9 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index 466804c167289f6487094fbb263a322f68f123a6..2bbb070122e18f6aa6469312bc7717628e3883b3 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index 9fe3f7852251ef7ae78fe5cd672f983d749b94bf..e699767b0e27a955e1e272ae55e8808655b333a6 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 193c60d57f68cdc80f29e434e1447439daedbacd..bc9de96da50d32292b35e067e0108d5bb9d27ffc 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index e106eb4b5ce2903bf9399694acee1d872a175860..415bbd411cf5ff8762e05e0a0fcaaf99268df562 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index 0d7a801609bcff4575a3793eaed673a1421c01af..ada476ae11075f193febad83384f2e930896371d 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 60fc6d8147db56332ebbc4903ecc5f8ac1546947..2cb02c69a52c2b758260be54f1c7586b360d0468 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 2dd9fe66fba0cf6152c02a7b5c03b8ff4d9f0413..31ee0dbb9f7a44531b72f4389da12332d6a9cc42 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index 95fca1388228a436641c9d69ee7007b8faabdfaf..1db4ebc45c7f012f191619ce2142df5039f60d77 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 2ea28d50c498ad9c099b410b93906fdae98e0806..87bb235ee24fe5c36bcde0a52d052a87c140325b 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index 7cb1c40f4f39eae7820f21ab6323e02577caaaa9..fdd820322abf0d4b5567e440d4b89a9b52389d1e 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index df63244438c65b70fba8843d73b04158a626453d..2ce1c1f836f54cf0a6cd4ab0d4c38bb47bb5a9f7 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index f682c232ce0046e7b5a43f5c0573042f856ed85d..cdcc653e135808185c8be549d679ada46b27ed51 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index e9b2dfd883abbc60986ed65e2870e6df0bba86eb..159ca7fa5322288cc9a95a41e73e9d93dc285a3e 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index d01faa2d1c7ca706f157e2863bbdeaa2be630e5e..eeac0e66698345050ae539db77797a173c270ee5 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index 0a9917bddc50660a46cae656152a89ef3423b28b..620043f899f18a112f6d3fab1460700ea13664e5 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index 6e074bd105a5dc687277dce267c4dc0230fd5338..8207b649a8808847316c8a2e2029ff575f752383 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index df2175e0a42663321195176934316f08bf7a3adc..6ca4bcedb7fd1097cf527ccf4af5d058500d16af 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index 7b0a2e7e337b77228fad3d530011861d23066d42..dd893dc627ad218e511e9669cafd512f2ffb5397 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index 7a42198e549ef0992a6d76229edccdad8cd54f8c..3ea0ea16047eaef66c09afb3999754382e753552 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index d97b79db9d0e323e829b99d3b0c2e95c11ad8e9b..aaa5e86c9411452be479bf4d3c4b768d517d999a 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index c3dba764bfe84a2120de883c6a596159d5794b85..7337714ddf304729764ec6242fa20f970248c39f 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 73fa10bc5fbcd2fd49ee36892c82f68fde85adc5..70f9908088facebef4570920b387bfc3bf4ac5cd 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index 8ec8691ca9bb978d6b41ba0e550a395ce06a4536..9e99bfdae153662941c311a246e4891a01bec5ba 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index 3049d623d6688ce086ef438404fef6543e7e33d5..c3d4e22d829e2aa9461c079a5b51506c052c0487 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index 226b39cf107e61133eefe45e3239e12355bd9ade..a5065ef0d334840fcb50e387bc1b35980078551c 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index f52b2d3b9ad3b054c84a384c069e0afca9856fad..a3e7aba203f05f62deca58073131eac5d46429f0 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index ddaa9146b4e754b6dc1ff008004e9e97309f45ea..ebe6bdd7587decf22aa712a3f3a6c3c369a78089 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index 7a03ad2a574202a2544608f5af71c65f031a713f..7d84dd139f2490ef5b0e3422b75b2e5a80f6f0c3 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index 6ec4bed4e5e767ffdff9c4516ead76abfb2dd1df..ef6fb4ffcf48966d5474e93cc557c08ddba396a3 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 625c829ddc6e76f87164a8331751517b7bf75ea8..5237e7f3224b5bf36618f90328bc9be12942198e 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index e9159a048fd1cbd217b3f6f706491492b209787c..e506103d39a9e1112356d77b3be1d5cc143b59e6 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index d5be52438211ec3a25032e5f46c6544fee818ee3..0ef563bf523a0d5ac8469ec155df0d9300ff46fb 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index a9e7edc06602cd72848800ff98f597ec555cfd87..5b2bfd3a905e312c69ca62fc4b58dd47e27363d2 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index e2098d9ee3dddf82e3577e06bcc0d74ac9556096..d5249a9a0f59a9290e27f19a3957ade8a70b504f 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 0e0601a31c09e4a02a26d5d307b768004aea2271..6d64bf7da59714899488c52e54c1de5f2edcd196 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index c59c45898a57a67a5fac4433102d9767e431850d..bbbeacd119a606bc770b2adcba692fcfa5570c88 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index 4ff546a412178921093cb9bde4eeae2a5dd9fdf9..03c21ddc9b4ad5c4e2aef77438f25b699e65f4e2 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index 10f07e5d17b7baf58cc5d30961e53ab4f2a12721..b99d31fd9c241c2b31f6a8213761355252f0e75a 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index 89ec5a889d91fc1e4e0588061337015f1b5b5a34..18cd7e6d8d896bb7306c6305fca1ebb4caa4bf8c 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index e7de231a7cd69e5b462ad62cb8498b5d1630ea0d..623751d33e2e1b12306df15db59d0e6576ecde28 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index 57f3832f0016d73d19b2d2446a2b38f9f70727ed..7cdcd1f06ffddf53c1aed951cf1d34bf74e1bbb9 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index bd845e56f49182c3ab8d4cc5bb00678ddc2e549b..d105b6b9dba002bee4f38c28f7b302d7639eca40 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index 882f0774c9455043467f6fd5930fb30b84766008..c5c9d57761cc8b3e375d19651093b95ab256dec7 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index c179a7771e5741beaac5ae3aacd42a419fc30a61..8343ba4beb0de244f6da41daf8053e17e1252b51 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index 0f639632c98cd011359636317ef6b43b79a76268..472a6f3426cbde4800f05c7089a694206607b890 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index 075c57de3547477b1b7216c9ba1323c0e7f89c4c..a4e5142529bd4735fc93cb92f36cca6ff24f79a8 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index 69bfaf909832d23c6095bd94d1f09ede0f17ca74..0b88a64d57b8f4126d5a89a05121eac471a5f4a0 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 142d439e57de265364da11604023a64dcad556ea..4d661bc3ef057dcb052dc95e0c47dc3b2ccc775a 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index 3966f8b90c83fe9719ab87bbba376b3e5a4932a7..cdf5fb183bfabe5bf558e49641cfbdf5f416ee16 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index 7d6f214790173a51aa6367f48b964930697cfef8..b8458eab14680b9d401d935884bca2bd25fbe211 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index a53eb635765e00c398d060ea4ee8ca4aedd4655d..595429c4b7c0c579434e2e911fbb26d1f13cf990 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index 24b5869a49048ee1ad4ddb19cac13014f46ec826..1941ca21c9e9b03fa6e223993f2bc7e444a3eed4 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 49409175a996d23df050154845db596a0d3c0170..0712e524526444dc36e93bce72cf4e4220b0af2f 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index 675fd8c618fdcae7875659ecc80025b16e4dd9f6..bfe0d379032ad14f2df1f8f691e9b4a9f20448e3 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index 407720dfb02eccf16550399bca043913cd999ad5..8f7aa1a6347239fef690b5b9149b9b412a69977f 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index 914a5cec2f28dd9ae1b8eba06a45830808f94d2e..c14ec3df9f008b565ff92771ec72b68eb9cb68ad 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 2710eba33e90d5b462d068420ebe39b9031fd2f4..ec89b5aec9f5cbbe7b18885976259d66f9b152b9 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index 18be782ccdc5039d1570590068b1fbe7b0f795cd..e56af4682d8c35737ffe38840e765fd6335a0fa4 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 6ca8422fb935de52fc8b6999b172833c47c6a621..2b5a9a0776e4c8e08811645dbf6e0ccd9960f5e5 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index ad54c8f2dbfe25ee27a49b447709eecdccd89cc6..0fb25cca7e6e485918d4d6dc6a28362316b29bf2 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index d9e88f1413242dbf3429551e43aa27ff7e8202c3..76ae8e810af5a382a8ff7081a4880e1930544277 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 65a7ce92b1bc6158b82aad80d028142e234c4d57..4a5ec1f65058faf0affa5c01c66039cbe50a145c 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index 92e111a7924c5f2454259dd66c00938c16dfd3e0..17b136904ad4423b7a4862402cca2b208dadee20 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index c218ff6bb64634a0301dca9ca2a36ab77e767d4b..7291b6de5744ed42a9e0e4279bf44bcb3363f63e 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index ea80a7d6d44a47bdaf9f207ac8c1fe606a949cc8..0af815175cec7c63e8afc3cacdb8a5152c79e1c5 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index 2c37b5eefe9c4457bd13c987ca46c746227c46d8..9a7816137b0b4dffd1f764332d67236f56f6b6ab 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
index 9c785cf7c94005caaf9df835ac3138eea639e1a3..90b6962424ce8562b77bb1fee29229165b474c9d 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
index e0cd9d52bbffc6b1c03748342118393c74a24f07..05c1f07968bafd1cff8c56e888d61a78a3816985 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py
index ca688479775fb5377d4a04a9a160fdb5ab55618f..0904fa78f0f915a9f3d1aed3a5d7ad3a56521827 100644
--- a/ltfatpy/tests/comp/test_comp_dct.py
+++ b/ltfatpy/tests/comp/test_comp_dct.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py
index 3414de3c0f29cee1ff8e99b3b843ce777b8cc9f5..ca8b953dac74b6c45bc2aa4b3d6be388c25ad1e0 100644
--- a/ltfatpy/tests/comp/test_comp_dst.py
+++ b/ltfatpy/tests/comp/test_comp_dst.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py
index b75f99102cb48a81dbd1288bb80d131bdb6838b5..5f67d151d23004f20051f8af50e03d49d2e3b77f 100644
--- a/ltfatpy/tests/comp/test_comp_gabdual.py
+++ b/ltfatpy/tests/comp/test_comp_gabdual.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py
index 830ef4db9c5cc4ca1843241598cd44ef712d189e..04a69964488e107eacd5cd518d6a103bce53734f 100644
--- a/ltfatpy/tests/comp/test_comp_hermite.py
+++ b/ltfatpy/tests/comp/test_comp_hermite.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py
index bae6a329d38993513a2801c32c0dcce493e88511..a90f118e1531e3b2d81889b9e85181e9bc2ad2c8 100644
--- a/ltfatpy/tests/comp/test_comp_hermite_all.py
+++ b/ltfatpy/tests/comp/test_comp_hermite_all.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py
index 4e24c5c8c08d0e11b7b6b3438e8b8dd2f9e6e26d..391c4b4fe582940a5b9e8dc0954fe412571af1be 100644
--- a/ltfatpy/tests/comp/test_comp_isepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_isepdgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py
index 18909291f1e2ccba6b65c5f72474e7224b7ee5a8..542df70dc08da9cd6a1d9cdebbce87d70858b00f 100644
--- a/ltfatpy/tests/comp/test_comp_pgauss.py
+++ b/ltfatpy/tests/comp/test_comp_pgauss.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py
index b96559d89b6bee6f74687cde4d42a35c4acf45ab..7d269969826a80dee62c37e9fb146bfab2ecba19 100644
--- a/ltfatpy/tests/comp/test_comp_sepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_sepdgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py
index 037b558ea2bbb6dc19d260ae729034088b2b528f..438a06efb6beae53b4d9b5664f57d626d8cda762 100644
--- a/ltfatpy/tests/comp/test_comp_sigreshape.py
+++ b/ltfatpy/tests/comp/test_comp_sigreshape.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py
index 3ee415e4b343ab9aae4aa03674cc6c8c31a21dad..33a75a42ed8c7c8fe22e4dd58d17396df5394c79 100644
--- a/ltfatpy/tests/datasets/get_dataset_path.py
+++ b/ltfatpy/tests/datasets/get_dataset_path.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
index fb688611838d2d8628bf48bded4b15e67cf5ae98..a6074d8d72830c715502e3dbe6098f61d2aae11a 100644
--- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
index 814a08de8534f6efabe1166125888427e1bdce01..5b9c25e05410dd5263ed9bb45e31f56649519965 100644
--- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
index 2fa1238de64fad62ee1c52a21a4f2a0376f473cb..e251bc48794c937cb5e9ca07c938b69aaa2ae1e3 100644
--- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
index d7c72c9f8e5f82c661a3726566c13cc6f277f379..2110b962515e4f23d672ab228b52c2be028374e9 100644
--- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
index 7fedd2ddcc6dd7a99080b163ef820e6dcd0baa9e..70c622155d7c505c43375cb3cdb5c0ee5f1ae4bb 100644
--- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py
index 4600fb650dedb593777892fcffb25fd0692c031f..889107ee11aefa9d6ab97bee18ba43694c4a82ea 100644
--- a/ltfatpy/tests/datasets/read_ref_mat.py
+++ b/ltfatpy/tests/datasets/read_ref_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
index 448b7c08f4116f2be642f44acd4bb70a1f53f05f..5ab69fbb62ef36015100b30c634c326117131854 100644
--- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
index d2e7f40988739c521f508299d24d6f3ed07f59a5..ce7e56b6ce650bfea72d192b63b8b239eed1b29f 100644
--- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
+++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py
index 9430f938fd1fb1dc38854f517fe22573f21f0204..471c6246a8674800adadd7f430ac83f2d574f1b8 100644
--- a/ltfatpy/tests/datasets/test_read_ref_mat.py
+++ b/ltfatpy/tests/datasets/test_read_ref_mat.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index 8af4f58628a611d43c5d00a0793249b1e48e2ac0..e1bd136e3da1ff6bf44561cfd60cce88a3ee9f3f 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index e33c870a93df9a06c9eafd154f2acfdf45a9fb52..dc54e8c0468ef1872efe6eb4bc4ad02ea41c5601 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index 4bea9bdefa1f5dc7ed4cdd19b27c9e476f5ccdb4..61b93f4c9f78156596e3ace8d1bdb90367580528 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index 3d1c858fdea14d89b74489a00778b2e6cd6318f5..c7403c39915685abac97c8cfc1c1305366e296af 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index ff2f0aa480ca6d7cfcd85195b7a5e707fa7311f1..38e143aef3814d77561e0dd4dcb2b148f5b1f42c 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index 853bbb1125d5363bc990ded40bb0b458e53c4272..ee0ce6d63921b36fe03783d80c0d9072b0f5e827 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index d5c9ef715b098766b84a1ef4d8b92d39998e64b7..100a2c46c861adaf692950e7333f2102efb725c1 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index b8c0e7327cb6dc9399f27dfcba81c46b5a191e31..faf67f4dae0acc198d26ecf82092199aaee30c0a 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index 5799410f54ced5a1bb7a932fcb2e10e61e1caa73..78635f2877f2efd9d248c66e76274051dcac2408 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index c496b25b448731fde0e4e342e6086a0ea8cf638c..47f2eb1b8a216f8d70eb5a2f72e74c2efebda19b 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index 0a4b0623713e24364aec630062cae885e31bdae9..b5999f0fa5bba58d1c6ec50d18458d29de90c498 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index bb066f73767865266920376c27b172a4aa9ebeea..5917674649b91674cb3d0600a286996fe0dc99ec 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index 653daac7615fd6af689faacb9f39e0f78fe714a6..d2f0474fbdf7a34924cba74e57393ba948890a49 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index fd1aca4f1c83493fcd09c8370107c40af6780b99..eeb98237087894120b63e01e92f9bdf7b280c617 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index b1f275422e97e5637025940c60d909d9361bad37..8a8b8750ac37a590fc04b16b8512896d54c0f891 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index f9eb8e3d90f20c8360011eca63ea156a5a1fb117..6d9e818363654ed0266167dc8bc2665e1b70263d 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index 25eac9618099ce5e7c888d11902612f0f7ebbed0..ad4d7b6298d9bdb10e7e4193ea8e370708ee5f3b 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 499a93e95de043734c28ddb50964e7518a3b2d3b..91ae48bd6a0c5258476aa06144bd76ebe9965f29 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 85be19b7a9c795988a777b985ff25d2252203ef0..7b3625ad5d941f5ff29b547de2fd73f4da418c2f 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index 5cf7f1366b900fecf0dd2bfa3b7aaba824c48664..0030f4ea4240b58e21bf3bf0ecda5f25214841d1 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index 8b5ad3f736c536b06825f04dabf3dc9a8cd6cc0a..eb51489751560fd478b96578de6e7ddc488dc81f 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index 574af2bc52208bc6f3bd2974aa10b6f96c9b44ee..761e846d9947c264b59b35e8f4d8e3cb06bc5ec2 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index aebbe3cfa12344eb0cef5c509423c76975be8aec..cde4cfc3d46f05da09657f9500ea2c12ce633e2e 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index 6fee92b5bf92fcfa6e9d383b7efb2ce1cedf07e8..9d401c64a32d88d34771f31ec595214238d74a57 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 7cc2999a4f956aaf628d5a57cd4925c2a8a9951b..734cfd9a59b792805de948c72ce509d35648bced 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index cca71115c4a116a5be14e1ca166305b542a0a11a..e25e0b00eccd04462fff415493bec5a1e73c175f 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index ecb250dcffc6fb03e246cc68dfb16c1335e3b842..4deb336cb9821571578b3182cbf4ff837801144d 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index c0201905fb949b45fa6342d9dcd5a77a43908dd6..3235e9ea9804ee98f274e45444711279e6a114b0 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 704663f1ceb2d73b617eab90750069db2694f53e..d6c707fbb83856c19fb7932eadcfea72d6b13c1f 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index 1a41d2bcc803be1983541db37549bc80c0541524..bb76c17a7f43979d2b2d7777cfb73fe07591e7bb 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index e431ae7d3c92b120684f26acd00f3eceea94d401..18d3490f58f05e52647773ee57f7171a1cba4742 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index 645dd5733e24d764d2b92988ed5e60e4eb6015e2..d96808006498d38f02f99ceb800291c4721803d5 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index a64fd813ad5a90322d7ce8036e33d17e3602af3e..f4818ae64711a35cccbc15e2ce79bda7f309e673 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 784884bfd1dae0bb538dcd9d2b9cf14dc4a85ec5..8487bfe0d61bb891ab5d9a54e2f8a02640f5a529 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 5f6c33530a99d5db09084d4a0417aacf9397b271..409977f283e2d3c108ff37c3c1ba0e564eef9050 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index 9ebca452fb42fe2e383de9ecc6a194a16ac3974c..7c9923829cb533b36d98c68d415b51608cfbfe55 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index c192039585c139fecbd9dd447fe6ad4f740e6a98..74e0bc7fc4c5bbcf130fa7307d8db35e7f37834b 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index bc7a70697e8c169297692016371ab3b9ed15f9df..32c016c23a2bf760847f3e39202566895f81e16c 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index 19082a4117aacfeeb8605f8b9455442bbdfd3db8..d03ed28bbd7797ad28d8982f860c3549af62587c 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index 447f436681a369f8013c30121cfabc6729b86b6c..479bd7f947a258193980c0d6e1077312fda2548f 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 5d40ce3c58b0e8c851425e2b0e6ae7856b201e4f..276efceee67b89d21d4b9a9757cd541dc8e8f724 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index d798544f44a8b5555d1e9ed281a53d976e8ebe88..db5b711a8a654f96a9cce6f9ad46d285d022fe1d 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index cf54a7ff5edafab650517e8204f4a0e3b777d1b4..81596e764329a7da6ebab1095b46d959f5ab4cca 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 21938c3ece5e5c1c446e941b9eb04d834dad133e..9d5ca10e4f6915dd74a0e6a5be26b608a8bece36 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index a94be7dadfb02c519f21cff9951dc2f050b443a8..9670a28e0146ad8b3331b49939d22a887f4c4e5f 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index 26113e687bbe854a32ec924451363815495a8bab..bb7e28ab4892a6389f7eb7d99f64938b183cbda0 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index 93314b2547984bff7036224d2f9d46cc99c04aa8..7b4cc6f43ae6a40db45bad33ca4373da99db2a35 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index 42239dc890da8ef9a3f91620ffaeca3baef22790..516f0931743855c399c7d730e8a2ae03a27380b8 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -1,34 +1,38 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/version.py b/ltfatpy/version.py
index d8841e102c143e6c4dd46db3efb189c844b7e37e..238db7920d265626d34c3c197e446581fea0c0c5 100644
--- a/ltfatpy/version.py
+++ b/ltfatpy/version.py
@@ -1,4 +1,58 @@
 # -*- coding: utf-8 -*-
+# ######### COPYRIGHT #########
+# Credits
+# #######
+#
+# Copyright(c) 2015-2018
+# ----------------------
+#
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
+#
+# This software is a port from LTFAT 2.1.0 :
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
+#
+# Contributors
+# ------------
+#
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
+#
+# Description
+# -----------
+#
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
+#
+# Version
+# -------
+#
+# * ltfatpy version = 1.0.10
+# * LTFAT version = 2.1.0
+#
+# Licence
+# -------
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# ######### COPYRIGHT #########
+
 from pkg_resources import get_distribution, DistributionNotFound
 import os
 
diff --git a/setup.py b/setup.py
index baf4b6919fedd5dad8d02c483ae3ac86eaba7be8..f1916edcca6bf18338d6e6cd0e2d553a8a383167 100755
--- a/setup.py
+++ b/setup.py
@@ -1,35 +1,39 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
+# Credits
+# #######
 #
-# Copyright(c) 2017
-# -----------------
+# Copyright(c) 2015-2018
+# ----------------------
 #
-# * LabEx Archimède: http://labex-archimede.univ-amu.fr/
-# * Laboratoire d'Informatique Fondamentale : http://www.lif.univ-mrs.fr/
-# * Institut de Mathématiques de Marseille : http://www.i2m.univ-amu.fr/
-# * Université d'Aix-Marseille : http://www.univ-amu.fr/
+# * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_
+# * `Laboratoire d'Informatique Fondamentale <http://www.lif.univ-mrs.fr/>`_
+#   (now `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_)
+# * `Institut de Mathématiques de Marseille <http://www.i2m.univ-amu.fr/>`_
+# * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
 #
-# * Denis Arrivault <contact.dev_AT_lif.univ-mrs.fr>
-# * Florent Jaillet <contact.dev_AT_lif.univ-mrs.fr>
+# * Denis Arrivault <contact.dev_AT_lis-lab.fr>
+# * Florent Jaillet <contact.dev_AT_lis-lab.fr>
 #
 # Description
 # -----------
 #
-# ltfatpy is a partial Python port of the Large Time/Frequency Analysis Toolbox
-# (http://ltfat.sourceforge.net/), a MATLAB®/Octave toolbox for working with
-# time-frequency analysis and synthesis.
+# ltfatpy is a partial Python port of the
+# `Large Time/Frequency Analysis Toolbox <http://ltfat.sourceforge.net/>`_,
+# a MATLAB®/Octave toolbox for working with time-frequency analysis and
+# synthesis.
 #
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.9
+# * ltfatpy version = 1.0.10
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,14 +54,6 @@
 #
 # ######### COPYRIGHT #########
 
-
-
-
-
-
-
-
-
 from __future__ import print_function, division
 import sys
 import os
@@ -320,11 +316,10 @@ def setup_package():
           package_data={'ltfatpy.signals': ['*.wav'],
                         'ltfatpy.comp': ['*.pxd'],
                         'ltfatpy.tests.datasets': ['*.mat']},
-          url="https://gitlab.lif.univ-mrs.fr/dev/ltfatpy",
+          url="https://gitlab.lis-lab.fr/dev/ltfatpy",
           license='GNU GPL V3',
           author='Denis Arrivault and Florent Jaillet',
-          author_email='denis.arrivault@lif.univ-mrs.fr ' + 
-                       'florent.jaillet@lif.univ-mrs.fr',
+          author_email='contact.dev@lis-lab.fr ',
           ext_modules=extensions,
           test_suite='nose.collector',
           tests_require=['nose', 'coverage'],