From 31dd832a8096fea940368920758375c0b4d423e8 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Tue, 25 Apr 2017 15:29:29 +0200
Subject: [PATCH] Stamping copyright with good version number and year

---
 copyright.py                                  | 24 ++++++++++++++++++-
 doc/copyright.rst                             |  6 ++---
 ltfatpy/comp/arg_firwin.py                    | 10 +++-----
 ltfatpy/comp/assert_groworder.py              | 10 +++-----
 ltfatpy/comp/assert_sigreshape_post.py        | 10 +++-----
 ltfatpy/comp/assert_sigreshape_pre.py         | 10 +++-----
 ltfatpy/comp/comp_dct.pyx                     | 11 +++------
 ltfatpy/comp/comp_dst.pyx                     | 11 +++------
 ltfatpy/comp/comp_gabdual_long.pyx            | 11 +++------
 ltfatpy/comp/comp_gabtight_long.pyx           | 11 +++------
 ltfatpy/comp/comp_hermite.py                  | 10 +++-----
 ltfatpy/comp/comp_hermite_all.py              | 10 +++-----
 ltfatpy/comp/comp_isepdgt.pyx                 | 11 +++------
 ltfatpy/comp/comp_isepdgtreal.pyx             | 11 +++------
 ltfatpy/comp/comp_pgauss.pyx                  | 10 +++-----
 ltfatpy/comp/comp_sepdgt.pyx                  | 10 +++-----
 ltfatpy/comp/comp_sepdgtreal.pyx              | 10 +++-----
 ltfatpy/comp/comp_sigreshape_post.py          | 10 +++-----
 ltfatpy/comp/comp_sigreshape_pre.py           | 10 +++-----
 ltfatpy/comp/comp_window.py                   | 10 +++-----
 ltfatpy/comp/gabpars_from_windowsignal.py     | 10 +++-----
 ltfatpy/comp/ltfat.pxd                        | 11 +++------
 ltfatpy/fourier/dcti.py                       | 11 +++------
 ltfatpy/fourier/dctii.py                      | 10 +++-----
 ltfatpy/fourier/dctiii.py                     | 10 +++-----
 ltfatpy/fourier/dctiv.py                      | 10 +++-----
 ltfatpy/fourier/dft.py                        | 10 +++-----
 ltfatpy/fourier/dsti.py                       | 10 +++-----
 ltfatpy/fourier/dstii.py                      | 10 +++-----
 ltfatpy/fourier/dstiii.py                     | 10 +++-----
 ltfatpy/fourier/dstiv.py                      | 10 +++-----
 ltfatpy/fourier/fftindex.py                   | 10 +++-----
 ltfatpy/fourier/fftreal.py                    | 10 +++-----
 ltfatpy/fourier/fftresample.py                | 10 +++-----
 ltfatpy/fourier/idft.py                       | 10 +++-----
 ltfatpy/fourier/ifftreal.py                   | 10 +++-----
 ltfatpy/fourier/isevenfunction.py             | 10 +++-----
 ltfatpy/fourier/middlepad.py                  | 10 +++-----
 ltfatpy/fourier/pderiv.py                     | 10 +++-----
 ltfatpy/fourier/pgauss.py                     | 10 +++-----
 ltfatpy/fourier/pherm.py                      | 10 +++-----
 ltfatpy/fourier/psech.py                      | 10 +++-----
 ltfatpy/gabor/dgt.py                          | 10 +++-----
 ltfatpy/gabor/dgtlength.py                    | 10 +++-----
 ltfatpy/gabor/dgtreal.py                      | 10 +++-----
 ltfatpy/gabor/gabdual.py                      | 10 +++-----
 ltfatpy/gabor/gabframediag.py                 | 10 +++-----
 ltfatpy/gabor/gabimagepars.py                 | 10 +++-----
 ltfatpy/gabor/gabphasegrad.py                 | 10 +++-----
 ltfatpy/gabor/gabtight.py                     | 10 +++-----
 ltfatpy/gabor/gabwin.py                       | 10 +++-----
 ltfatpy/gabor/idgt.py                         | 10 +++-----
 ltfatpy/gabor/idgtreal.py                     | 10 +++-----
 ltfatpy/gabor/instfreqplot.py                 | 10 +++-----
 ltfatpy/gabor/phaselock.py                    | 10 +++-----
 ltfatpy/gabor/phaseplot.py                    | 10 +++-----
 ltfatpy/gabor/phaseunlock.py                  | 10 +++-----
 ltfatpy/gabor/plotdgt.py                      | 10 +++-----
 ltfatpy/gabor/plotdgtreal.py                  | 10 +++-----
 ltfatpy/gabor/s0norm.py                       | 10 +++-----
 ltfatpy/gabor/sgram.py                        | 10 +++-----
 ltfatpy/gabor/tfplot.py                       | 10 +++-----
 ltfatpy/signals/greasy.py                     | 10 +++-----
 ltfatpy/signals/gspi.py                       | 10 +++-----
 ltfatpy/signals/linus.py                      | 10 +++-----
 ltfatpy/sigproc/fir2long.py                   | 10 +++-----
 ltfatpy/sigproc/firkaiser.py                  | 10 +++-----
 ltfatpy/sigproc/firwin.py                     | 10 +++-----
 ltfatpy/sigproc/groupthresh.py                | 10 +++-----
 ltfatpy/sigproc/largestn.py                   | 10 +++-----
 ltfatpy/sigproc/largestr.py                   | 10 +++-----
 ltfatpy/sigproc/long2fir.py                   | 10 +++-----
 ltfatpy/sigproc/normalize.py                  | 10 +++-----
 ltfatpy/sigproc/rms.py                        | 10 +++-----
 ltfatpy/sigproc/thresh.py                     | 10 +++-----
 .../tests/comp/test_assert_sigreshape_post.py | 10 +++-----
 .../tests/comp/test_assert_sigreshape_pre.py  | 10 +++-----
 ltfatpy/tests/comp/test_comp_dct.py           | 10 +++-----
 ltfatpy/tests/comp/test_comp_dst.py           | 10 +++-----
 ltfatpy/tests/comp/test_comp_gabdual.py       | 10 +++-----
 ltfatpy/tests/comp/test_comp_hermite.py       | 10 +++-----
 ltfatpy/tests/comp/test_comp_hermite_all.py   | 10 +++-----
 ltfatpy/tests/comp/test_comp_isepdgt.py       | 10 +++-----
 ltfatpy/tests/comp/test_comp_pgauss.py        | 10 +++-----
 ltfatpy/tests/comp/test_comp_sepdgt.py        | 10 +++-----
 ltfatpy/tests/comp/test_comp_sigreshape.py    | 10 +++-----
 ltfatpy/tests/datasets/get_dataset_path.py    | 10 +++-----
 .../datasets/read_comp_dct_signal_ex_mat.py   | 10 +++-----
 .../datasets/read_comp_dst_signal_ex_mat.py   | 10 +++-----
 .../tests/datasets/read_dgt_signal_ex_mat.py  | 10 +++-----
 .../read_gabframediag_signal_ex_mat.py        | 10 +++-----
 .../datasets/read_gabtight_signal_ex_mat.py   | 10 +++-----
 ltfatpy/tests/datasets/read_ref_mat.py        | 10 +++-----
 ltfatpy/tests/datasets/read_s0norm_ex_mat.py  | 10 +++-----
 .../datasets/test_read_dgt_signal_ext.py      | 10 +++-----
 ltfatpy/tests/datasets/test_read_ref_mat.py   | 10 +++-----
 ltfatpy/tests/fourier/test_dct.py             | 10 +++-----
 ltfatpy/tests/fourier/test_dft.py             | 10 +++-----
 ltfatpy/tests/fourier/test_dst.py             | 10 +++-----
 ltfatpy/tests/fourier/test_fftindex.py        | 10 +++-----
 ltfatpy/tests/fourier/test_fftreal.py         | 10 +++-----
 ltfatpy/tests/fourier/test_fftresample.py     | 10 +++-----
 ltfatpy/tests/fourier/test_idft.py            | 10 +++-----
 ltfatpy/tests/fourier/test_ifftreal.py        | 10 +++-----
 ltfatpy/tests/fourier/test_isevenfunction.py  | 10 +++-----
 ltfatpy/tests/fourier/test_middlepad.py       | 10 +++-----
 ltfatpy/tests/fourier/test_pderiv.py          | 10 +++-----
 ltfatpy/tests/fourier/test_pgauss.py          | 10 +++-----
 ltfatpy/tests/fourier/test_pherm.py           | 10 +++-----
 ltfatpy/tests/fourier/test_psech.py           | 10 +++-----
 ltfatpy/tests/gabor/test_dgt.py               | 10 +++-----
 ltfatpy/tests/gabor/test_gabdual.py           | 10 +++-----
 ltfatpy/tests/gabor/test_gabframediag.py      | 10 +++-----
 ltfatpy/tests/gabor/test_gabimagepars.py      | 10 +++-----
 ltfatpy/tests/gabor/test_gabphasegrad.py      | 10 +++-----
 ltfatpy/tests/gabor/test_gabtight.py          | 10 +++-----
 ltfatpy/tests/gabor/test_gabwin.py            | 10 +++-----
 ltfatpy/tests/gabor/test_idgt.py              | 10 +++-----
 ltfatpy/tests/gabor/test_instfreqplot.py      | 10 +++-----
 ltfatpy/tests/gabor/test_phaselock.py         | 10 +++-----
 ltfatpy/tests/gabor/test_phaseplot.py         | 10 +++-----
 ltfatpy/tests/gabor/test_phaseunlock.py       | 10 +++-----
 ltfatpy/tests/gabor/test_plotdgt.py           | 10 +++-----
 ltfatpy/tests/gabor/test_plotdgtreal.py       | 10 +++-----
 ltfatpy/tests/gabor/test_s0norm.py            | 10 +++-----
 ltfatpy/tests/gabor/test_sgram.py             | 10 +++-----
 ltfatpy/tests/gabor/test_tfplot.py            | 10 +++-----
 ltfatpy/tests/signals/test_greasy.py          | 10 +++-----
 ltfatpy/tests/signals/test_gspi.py            | 10 +++-----
 ltfatpy/tests/signals/test_linus.py           | 10 +++-----
 ltfatpy/tests/sigproc/test_fir2long.py        | 10 +++-----
 ltfatpy/tests/sigproc/test_firkaiser.py       | 10 +++-----
 ltfatpy/tests/sigproc/test_firwin.py          | 10 +++-----
 ltfatpy/tests/sigproc/test_groupthresh.py     | 10 +++-----
 ltfatpy/tests/sigproc/test_largestn.py        | 10 +++-----
 ltfatpy/tests/sigproc/test_largestr.py        | 10 +++-----
 ltfatpy/tests/sigproc/test_long2fir.py        | 10 +++-----
 ltfatpy/tests/sigproc/test_normalize.py       | 10 +++-----
 ltfatpy/tests/sigproc/test_rms.py             | 10 +++-----
 ltfatpy/tests/sigproc/test_thresh.py          | 10 +++-----
 ltfatpy/tests/tools/test_lcm.py               | 10 +++-----
 ltfatpy/tests/tools/test_postpad.py           | 10 +++-----
 ltfatpy/tools/lcm.py                          | 10 +++-----
 ltfatpy/tools/postpad.py                      | 10 +++-----
 setup.py                                      |  8 ++++---
 145 files changed, 457 insertions(+), 1009 deletions(-)

diff --git a/copyright.py b/copyright.py
index 6522e10..d4ba711 100644
--- a/copyright.py
+++ b/copyright.py
@@ -42,6 +42,19 @@ def fileRemoveSharps(filename):
             removeLine = False
             print(line, end="")
 
+def fileRemoveBlankLines(filename):
+    """ Remove undesirable blank lines from a file """
+    removeLine = False
+    for line in fileinput.input(filename, inplace=1):
+        if  line.startswith("# -*- coding: utf-8 -*-"):
+            print(line, end="")
+            removeLine = True
+        elif removeLine and not line.strip():
+            pass
+        else:
+            removeLine = False
+            print(line, end="")
+
 def fileStamping(filename, stamp):
     """ Write a stamp on a file
 
@@ -53,7 +66,7 @@ def fileStamping(filename, stamp):
             old_stamp = not old_stamp
         elif line.startswith("# -*- coding: utf-8 -*-"):
             print(line, end="")
-            print(stamp)
+            print(stamp, end="")
         elif not old_stamp:
             print(line, end="")
 
@@ -123,6 +136,13 @@ def removeSharps():
         fileRemoveSharps(filename)
     fileRemoveSharps("setup.py")
 
+def removeBlankLines():
+    """ Remove undesirable blank lines from all files """
+    files = findFiles(os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                                   "ltfatpy"))
+    for filename in files:
+        fileRemoveBlankLines(filename)
+
 def usage(arg):
     print("Usage :")
     print("\tpython %s stamping" % arg)
@@ -137,6 +157,8 @@ if __name__ == "__main__":
             eraseStamp()
         elif sys.argv[1].startswith("stamping"):
             writeStamp()
+        elif sys.argv[1].startswith("blanklines"):
+            removeBlankLines()
         else:
             usage(sys.argv[0])
     else:
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 9001d50..79be996 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -1,5 +1,5 @@
 
-Copyright(c) 2016
+Copyright(c) 2017
 -----------------
 
 * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -8,7 +8,7 @@ Copyright(c) 2016
 * Université d'Aix-Marseille : http://www.univ-amu.fr/
 
 This software is a port from LTFAT 2.1.0 :
-Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 
 Contributors
 ------------
@@ -26,7 +26,7 @@ time-frequency analysis and synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.7
+* ltfatpy version = 1.0.8
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index d0b1be3..48633c7 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of FIR window names
 
 Ported from ltfat_2.1.0/comp/arg_firwin.m
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index 804cfad..f41b2a3 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of order parameter growing
 
 Ported from ltfat_2.1.0/comp/assert_groworder.m
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index f6356bf..90cfebe 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of original permuted shape restoration
 
 Ported from ltfat_2.1.0/comp/assert_sigreshape_post.m
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index aac8316..f52fa3c 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of dimension input proprocessing and handling
 
 Ported from ltfat_2.1.0/comp/assert_sigreshape_pre.m
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index 17e6467..0de8689 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of dct calculations.
 
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index 35e5f85..f2d6824 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of dst calculations.
 
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index ac3bae4..c449be8 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of gabor dual windows calculations.
 
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index 8380e93..0e299ad 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of tight gabor windows calculation.
 
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index d2f7e0b..fe936c6 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of sampling of continuous Hermite function computation
 
 Ported from ltfat_2.1.0/comp/comp_hermite.m
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 6726616..757f491 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of sampling of all Hermite function computation
 
 Ported from ltfat_2.1.0/comp/comp_hermite_all.m
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index 69bd61f..4c95ba1 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of isepdgt calculations.
 
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index 262b059..6a4386d 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of isepdgtreal calculations.
 
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 535eb37..71545b0 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of periodized Gaussian calculation.
 
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 0b89402..7a3e0e5 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of sepdgt calculations.
 
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index 5a5d002..31decaa 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains interface functions for the LTFAT computed
 versions of sepdgt calculations.
 
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index eeecba8..23cf6da 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of comp_sigreshape_post calculation
 
 Ported from ltfat_2.1.0/comp/comp_sigreshape_post.m
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index 993acac..8ef85c8 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of comp_sigreshape_pre calculation
 
 Ported from ltfat_2.1.0/comp/comp_sigreshape_pre.m
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index 502d450..aa62fb7 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of window calculation from descriptions
 
 Ported from ltfat_2.1.0/comp/comp_window.m
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index ac7321d..45f3a29 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of gabpars_from_windowsignal calculation
 
 Ported from ltfat_2.1.0/comp/gabpars_from_windowsignal.m
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index 50b7e12..d8b9a81 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 cdef enum dgt_phasetype:
     FREQINV = 0
     TIMEINV = 1
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index 4124d0e..2c8384d 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,11 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
-
 """This module contains DCTI function
 
 Ported from ltfat_2.1.0/fourier/dcti.m
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index a136f54..968dadb 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains DCTII function
 
 Ported from ltfat_2.1.0/fourier/dctii.m
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index 0b097a2..d7cd4a2 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains dctIII function
 
 Ported from ltfat_2.1.0/fourier/dctiii.m
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index f9a5d7c..cb25924 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains dctIV function
 
 Ported from ltfat_2.1.0/fourier/dctiv.m
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index 346c7e3..08fa041 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of normalized discrete Fourier transform
 
 Ported from ltfat_2.1.0/fourier/dft.m
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index b646329..2197295 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains DSTI function
 
 Ported from ltfat_2.1.0/fourier/dsti.m
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index 1b387c8..fe0f88f 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains DSTII function
 
 Ported from ltfat_2.1.0/fourier/dstii.m
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index 58b0d8e..7e41555 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains DSTIII function
 
 Ported from ltfat_2.1.0/fourier/dstiii.m
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 8652f87..15063ba 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains DSTIV function
 
 Ported from ltfat_2.1.0/fourier/dstiv.m
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index 9511837..d171209 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of frequency index of FFT modulations computation
 
 Ported from ltfat_2.1.0/fourier/fftindex.m
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index 65892cd..34cb6e0 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of FFT for real valued data computation
 
 Ported from ltfat_2.1.0/fourier/fftreal.m
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index 871a0bd..12ff443 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of signal resampling using Fourier interpolation
 
 Ported from ltfat_2.1.0/fourier/fftresample.m
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index ff727e5..a97a81f 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of inverse normalized discrete Fourier transform
 
 Ported from ltfat_2.1.0/fourier/idft.m
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index fcc0cc1..c711003 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of inverse FFT for real valued data computation
 
 Ported from ltfat_2.1.0/fourier/ifftreal.m
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index e87ebd0..ae4d538 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of even function tests
 
 Ported from ltfat_2.1.0/fourier/isevenfunction.m
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index 6a14e2e..fcb7677 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of symmetrical zero-extension or cut of data
 
 Ported from ltfat_2.1.0/fourier/middlepad.m
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 5b24746..9c5297d 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of derivative of smooth periodic function computation
 
 Ported from ltfat_2.1.0/fourier/pderiv.m
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index f62b7a6..3a0f714 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains sampled, periodized Gaussian window function
 
 Ported from ltfat_2.1.0/fourier/pgauss.m
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index 883ce2b..0b24a0c 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module contains samples of a periodized Hermite function
 
 Ported from ltfat_2.1.0/fourier/pherm.m
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index 5746648..c5dc33e 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of Sampled, periodized hyperbolic secant calculation
 
 Ported from ltfat_2.1.0/fourier/psech.m
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index d53ba34..192a1cf 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of dgt calculation
 
 Ported from ltfat_2.1.0/gabor/dgt.m
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 4374305..6cfb1e6 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of dgtlength calculation
 
 Ported from ltfat_2.1.0/gabor/dgtlength.m
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index 483c32b..38439cd 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of dgtreal calculation
 
 Ported from ltfat_2.1.0/gabor/dgtreal.m
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index b9b152c..d6a834c 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of Canonical dual window calculation
 
 Ported from ltfat_2.1.0/gabor/gabdual.m
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index ee148a0..19aa471 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module that computes Diagonal of Gabor frame operator
 
 Ported from ltfat_2.1.0/gabor/gabframediag.m
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index bdd0399..e5e99f2 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module to find Gabor parameters to generate image
 
 Ported from ltfat_2.1.0/gabor/gabimagepars.m
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index bfb5b17..b086f51 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of phase gradient computation
 
 Ported from ltfat_2.1.0/gabor/gabphasegrad.m
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index fcec85e..f654f1e 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of canonical tight windows calculation
 
 Ported from ltfat_2.1.0/gabor/gabtight.m
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index cb49810..f6a8d19 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of Gabor window calculation
 
 Ported from ltfat_2.1.0/gabor/gabwin.m
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index aa302ef..3694e08 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of idgt calculation
 
 Ported from ltfat_2.1.0/gabor/idgt.m
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 1076208..6e3a0ad 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of idgtreal calculation
 
 Ported from ltfat_2.1.0/gabor/idgtreal.m
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index 0a281b1..3f5eed4 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of instantaneous frequency plot
 
 Ported from ltfat_2.1.0/gabor/instfreqplot.m
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index 02a40bb..9fa32c7 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of phaselocking
 
 Ported from ltfat_2.1.0/gabor/phaselock.m
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index 98bf7b4..50a2f93 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of phase plot
 
 Ported from ltfat_2.1.0/gabor/phaseplot.m
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 37479c8..0db81cd 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of phaseunlocking
 
 Ported from ltfat_2.1.0/gabor/phaseunlock.m
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index 5718ca6..17115e9 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of dgt coefficients plotting
 
 Ported from ltfat_2.1.0/gabor/plotdgt.m
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index 2060fbc..4c3134e 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of dgtreal coefficients plotting
 
 Ported from ltfat_2.1.0/gabor/plotdgtreal.m
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index ce31540..0f5e483 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of S0 norm calculation
 
 Ported from ltfat_2.1.0/gabor/s0norm.m
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index 26b5c6b..f577b84 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of spectrogram plotting
 
 Ported from ltfat_2.1.0/gabor/sgram.m
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 1e48dad..743dadf 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of time-frequency plotting
 
 Ported from ltfat_2.1.0/gabor/tfplot.m
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index 436ad83..6c4269a 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of greasy signal loading
 
 Ported from ltfat_2.1.0/signals/greasy.m
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index 41e6155..268cdb6 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of glockenspiel signal loading
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index b6b2d95..268b607 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module of linus signal loading
 
 Ported from ltfat_2.1.0/signals/linus.m
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 8c91a4c..52e4018 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module that extends fir windows with zeros
 
 Ported from ltfat_2.1.0/sigproc/fir2long.m
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index 39104fa..3399a8f 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of Kaiser-Bessel window calculation
 
 Ported from ltfat_2.1.0/sigproc/firkaiser.m
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 2d6b713..000f430 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of fir windows calculation
 
 Ported from ltfat_2.1.0/sigproc/firwin.m
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index a2252c7..366d366 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of group thresholding
 
 Ported from ltfat_2.1.0/sigproc/groupthresh.m
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index 74b0ad9..7fb45c2 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of N largest coefficients extraction
 
 Ported from ltfat_2.1.0/sigproc/largestn.m
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 88976f2..79f7268 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of fixed ratio of largest coefficients extraction
 
 Ported from ltfat_2.1.0/sigproc/largestr.m
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index 0cc2b5e..29918ea 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module that cuts long windows to fir
 
 Ported from ltfat_2.1.0/sigproc/long2fir.m
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index 51cd2fd..0d02f48 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of signal normalization
 
 Ported from ltfat_2.1.0/sigproc/normalize.m
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index 639c6c1..cc60a47 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of Root Mean Square calculation
 
 Ported from ltfat_2.1.0/sigproc/rms.m
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index b68842d..7485690 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """ Module of coefficient thresholding
 
 Ported from ltfat_2.1.0/sigproc/thresh.m
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
index bccb2e1..73e1436 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the assert_sigreshape_post function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
index 8830bc5..07dbbe3 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the assert_sigreshape_pre function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py
index 79765c9..55319cc 100644
--- a/ltfatpy/tests/comp/test_comp_dct.py
+++ b/ltfatpy/tests/comp/test_comp_dct.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the compt_dct function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py
index 0df427e..677fe37 100644
--- a/ltfatpy/tests/comp/test_comp_dst.py
+++ b/ltfatpy/tests/comp/test_comp_dst.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_dst function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py
index 4b10ed4..b227bc6 100644
--- a/ltfatpy/tests/comp/test_comp_gabdual.py
+++ b/ltfatpy/tests/comp/test_comp_gabdual.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_gabdual_long function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py
index ef33d88..063aae1 100644
--- a/ltfatpy/tests/comp/test_comp_hermite.py
+++ b/ltfatpy/tests/comp/test_comp_hermite.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_hermite function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py
index 9ba5513..b407529 100644
--- a/ltfatpy/tests/comp/test_comp_hermite_all.py
+++ b/ltfatpy/tests/comp/test_comp_hermite_all.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_hermite_all function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py
index 5c54a71..3599441 100644
--- a/ltfatpy/tests/comp/test_comp_isepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_isepdgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_isepdgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py
index c3806d6..7e8a8d3 100644
--- a/ltfatpy/tests/comp/test_comp_pgauss.py
+++ b/ltfatpy/tests/comp/test_comp_pgauss.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_pgauss function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py
index b44ee10..dba6275 100644
--- a/ltfatpy/tests/comp/test_comp_sepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_sepdgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_sepdgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py
index 1a0bcc1..0279a65 100644
--- a/ltfatpy/tests/comp/test_comp_sigreshape.py
+++ b/ltfatpy/tests/comp/test_comp_sigreshape.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the comp_sigreshape_pre and comp_sigreshape_post functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py
index 25bbc07..1d798bc 100644
--- a/ltfatpy/tests/datasets/get_dataset_path.py
+++ b/ltfatpy/tests/datasets/get_dataset_path.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Module to get the absolute path of a reference dataset for tests
 
 .. moduleauthor:: Florent Jaillet
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 e19a721..df14484 100644
--- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dct from comp_dct for validations.
 
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 5bf83ae..495d514 100644
--- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dst from comp_dst for validations.
 
diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
index 5fe3b9c..d91d24e 100644
--- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dgt and idgt for validations.
 
diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
index b52f2ce..49f940d 100644
--- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing windows and their gabor operator diagonals for validation.
 
diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
index d9b9ce6..2e2f3c9 100644
--- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing windows and their corresponding tight gabor window for validation.
 
diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py
index 6b03477..e6e5260 100644
--- a/ltfatpy/tests/datasets/read_ref_mat.py
+++ b/ltfatpy/tests/datasets/read_ref_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat files generated with the Octave version of ltfat for validation
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
index cbc418b..36d381c 100644
--- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing data and s0norms for validation.
 
diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
index 8bcdc66..a16ed2e 100644
--- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
+++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the read_dgt_signal_ex_mat function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py
index b450e7c..4b9991e 100644
--- a/ltfatpy/tests/datasets/test_read_ref_mat.py
+++ b/ltfatpy/tests/datasets/test_read_ref_mat.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the read_ref_mat function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index 1358ecc..5414497 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the dcti, dctii, dctiii, dctiv functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index 6d4e300..1715f09 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the dft function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index e919b40..3284363 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the dsti, dstii, dstiii, dstiv functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index d29f380..f6c1020 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the fftindex function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index 435dbff..4d3e855 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the fftreal function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index 452b3b1..43115e7 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the fftresample function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index 2334cb6..249c78e 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the idft function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index a542412..3b648b6 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the ifftreal function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index d4293bd..803961d 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the isevenfunction function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index 718041f..640ad0b 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the middlepad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index b5ffe31..db4ef59 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the pderiv function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 97ad548..43801aa 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the pgauss function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index f90f921..8d72120 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the pherm function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index 689c8de..b67c61c 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the psech function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index 646b186..a6bf52b 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the dgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index cf57237..0ce9d6b 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabdual function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index 5f3decb..bfdd377 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabframediag function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 1d8f0eb..5adba38 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabimagepars function
 
 NOTE: Only the non-graphical features of gabimagepars are tested here
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 3cbfe03..33e85c7 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabphasegrad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index f00ba8e..c8718e5 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabtight function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index c340818..10fd763 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gabwin function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index 2ee9bda..3a702a5 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the idgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index 09f3ae3..0cf7e3a 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the instfreqplot function
 
 NOTE: Only the non-graphical features of instfreqplot are tested here
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index ce0cdf7..ac7416d 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the phaselock function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 65afc7f..4bfca8b 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the phaseplot function
 
 NOTE: Only the non-graphical features of phaseplot are tested here
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index e5e878a..b69f376 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the phaseunlock function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 7769ff2..932284f 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the plotdgt function
 
 NOTE: Only the non-graphical features of plotdgt are tested here
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index 0433094..3fa60cc 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the plotdgtreal function
 
 NOTE: Only the non-graphical features of plotdgtreal are tested here
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 41d1067..61f7a8a 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the s0norm function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index 4f94481..b89a75b 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the sgram function
 
 NOTE: The validity of the plotting features of sgram are not tested here, only
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index 0f1e55b..bb26ca7 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the tfplot function
 
 NOTE: The validity of the plotting features of tfplot are not tested here, only
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index b23b39f..5c3791d 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the greasy function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index 33a8b3a..aaade04 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the gspi function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 00e9389..418d10a 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the linus function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index dbec7ca..6421045 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the fir2long function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index c1422ff..dc7d13e 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the firkaiser function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index efe22e8..a8e73ee 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the firwin function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index bd2bb6f..fd28535 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the groupthresh function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index 71e9709..6fafede 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the largestn function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index f6726db..0cb586a 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the largestr function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 47aa87d..b0eb8e2 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the long2fir function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index 106bb4c..def0b62 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the normalize function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index 4db33a7..c4046c4 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the rms function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 9c21254..cf9a1d3 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the thresh function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index 1814dc5..cb6fe0c 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the lcm function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index f710ccf..e25c655 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """Test of the postpad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index 08d7bff..76e6f7e 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module computes the least common multiple
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index cd3a715..81733b6 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -10,7 +10,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -50,10 +50,6 @@
 # ######### COPYRIGHT #########
 
 
-
-
-
-
 """This module pads or truncates arrays
 
 Ported from ltfat_2.1.0/mex/postpad.m
diff --git a/setup.py b/setup.py
index ba394b7..d36131a 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-# Copyright(c) 2016
+# Copyright(c) 2017
 # -----------------
 #
 # * LabEx Archimède: http://labex-archimede.univ-amu.fr/
@@ -11,7 +11,7 @@
 # * Université d'Aix-Marseille : http://www.univ-amu.fr/
 #
 # This software is a port from LTFAT 2.1.0 :
-# Copyright (C) 2005-2016 Peter L. Soendergaard <peter@sonderport.dk>.
+# Copyright (C) 2005-2017 Peter L. Soendergaard <peter@sonderport.dk>.
 #
 # Contributors
 # ------------
@@ -29,7 +29,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.7
+# * ltfatpy version = 1.0.8
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -56,6 +56,8 @@
 
 
 
+
+
 from __future__ import print_function, division
 import sys
 import os
-- 
GitLab