summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/debug.py16
-rw-r--r--tests/signals.py16
-rw-r--r--tests/test_loris.py16
-rw-r--r--tests/test_lp.py16
-rw-r--r--tests/test_peakdetection.py16
-rw-r--r--tests/test_sms.py16
-rw-r--r--tests/test_sms_old.py16
-rw-r--r--tests/test_sndobj.py16
-rw-r--r--tests/testbase.cpp19
9 files changed, 0 insertions, 147 deletions
diff --git a/tests/debug.py b/tests/debug.py
index 084df72..d91b008 100644
--- a/tests/debug.py
+++ b/tests/debug.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2010 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
def print_peaks(frames):
for n, f in enumerate(frames):
for p in f:
diff --git a/tests/signals.py b/tests/signals.py
index 5b04c03..8083f94 100644
--- a/tests/signals.py
+++ b/tests/signals.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2010 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
import simpl
import numpy as np
diff --git a/tests/test_loris.py b/tests/test_loris.py
index 0ec6d75..e246bc1 100644
--- a/tests/test_loris.py
+++ b/tests/test_loris.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
import simpl
import loris
import scipy as sp
diff --git a/tests/test_lp.py b/tests/test_lp.py
index 8d80ba2..ee13b51 100644
--- a/tests/test_lp.py
+++ b/tests/test_lp.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2010 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
from simpl import lp
import numpy as np
diff --git a/tests/test_peakdetection.py b/tests/test_peakdetection.py
index 1257f02..d32423e 100644
--- a/tests/test_peakdetection.py
+++ b/tests/test_peakdetection.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
import simpl
import numpy as np
from scipy.io.wavfile import read
diff --git a/tests/test_sms.py b/tests/test_sms.py
index ca51f3f..5b4cc4d 100644
--- a/tests/test_sms.py
+++ b/tests/test_sms.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
import simpl
from simpl import simplsms
import pysms
diff --git a/tests/test_sms_old.py b/tests/test_sms_old.py
index 7ed8724..b28cd9f 100644
--- a/tests/test_sms_old.py
+++ b/tests/test_sms_old.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, M 02111-1307 USA
-
import unittest
from pysms import SMS_Header, SMS_Data, SMS_SndHeader, SMS_AnalParams, \
sms_openSF, sms_errorString, sms_getSound, \
diff --git a/tests/test_sndobj.py b/tests/test_sndobj.py
index 527a9d7..befcdb2 100644
--- a/tests/test_sndobj.py
+++ b/tests/test_sndobj.py
@@ -1,19 +1,3 @@
-# Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
import unittest
import sndobj
import simpl
diff --git a/tests/testbase.cpp b/tests/testbase.cpp
index f214a30..a37024f 100644
--- a/tests/testbase.cpp
+++ b/tests/testbase.cpp
@@ -1,22 +1,3 @@
-/*
- * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
-
#include <iostream>
#include <cppunit/ui/text/TextTestRunner.h>
#include <cppunit/TestResult.h>