diff options
author | Martyn Russell <martyn@lanedo.com> | 2010-03-29 15:24:59 +0100 |
---|---|---|
committer | Martyn Russell <martyn@lanedo.com> | 2010-03-29 15:24:59 +0100 |
commit | 74f3226bdbb78d8fadd914b7d1eef885cd0b0e21 (patch) | |
tree | b8c099087bb512c5bf7e71a495ac8bea32d35b9f /tests/functional-tests/configuration.py | |
parent | 0a4e17cce38e0f26b0d64aad960306d24e7fa9bd (diff) | |
download | tracker-74f3226bdbb78d8fadd914b7d1eef885cd0b0e21.tar.gz |
Fixed license issues found with Debian licensecheck.pl script
Found here:
http://git.debian.org/?p=devscripts/devscripts.git;a=blob;f=scripts/licensecheck.pl;h=62e9fbe94d7b63c671e4239f790b18edd2dfaa6c;hb=HEAD
Diffstat (limited to 'tests/functional-tests/configuration.py')
-rw-r--r-- | tests/functional-tests/configuration.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/functional-tests/configuration.py b/tests/functional-tests/configuration.py index 9ce48204c..3465b6aff 100644 --- a/tests/functional-tests/configuration.py +++ b/tests/functional-tests/configuration.py @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# Copyright (C) 2010, Nokia +# +# 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., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# # This is the configuration file for tracker testcases. # Define the location of the test data in testDataDir |