summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2007-09-17 23:08:35 +0200
committerRené Stadler <mail@renestadler.de>2007-09-17 23:08:35 +0200
commita48389e7c82eceabf41e2999af2add4f1ce6ce24 (patch)
treec4dee015f754c77a6e753a05b232f014862fb500 /tests
parent90154e8a51e98ec3822e3fd23dfa4d396a16f2e3 (diff)
Change license to GPLv3
Diffstat (limited to 'tests')
-rwxr-xr-xtests/demo_namevalueview.py5
-rwxr-xr-xtests/test_main.py5
-rwxr-xr-xtests/test_utils.py5
3 files changed, 6 insertions, 9 deletions
diff --git a/tests/demo_namevalueview.py b/tests/demo_namevalueview.py
index 2818064..a3c36f2 100755
--- a/tests/demo_namevalueview.py
+++ b/tests/demo_namevalueview.py
@@ -7,7 +7,7 @@
#
# 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)
+# Software Foundation; either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
@@ -16,8 +16,7 @@
# 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., 51
-# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# this program. If not, see <http://www.gnu.org/licenses/>.
"""GStreamer Inspector NameValuePageBase demo."""
diff --git a/tests/test_main.py b/tests/test_main.py
index be4fff0..6e86b07 100755
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -7,7 +7,7 @@
#
# 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)
+# Software Foundation; either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
@@ -16,8 +16,7 @@
# 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., 51
-# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# this program. If not, see <http://www.gnu.org/licenses/>.
"""GStreamer Inspector test suite for the main module."""
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 209d2fc..fbc56af 100755
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -7,7 +7,7 @@
#
# 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)
+# Software Foundation; either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
@@ -16,8 +16,7 @@
# 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., 51
-# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# this program. If not, see <http://www.gnu.org/licenses/>.
"""GStreamer Inspector test suite for the utils module."""