summaryrefslogtreecommitdiff
path: root/tests/libtracker-miner/tracker-miner-manager-test.c
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-29 15:24:59 +0100
committerMartyn Russell <martyn@lanedo.com>2010-03-29 15:24:59 +0100
commit74f3226bdbb78d8fadd914b7d1eef885cd0b0e21 (patch)
treeb8c099087bb512c5bf7e71a495ac8bea32d35b9f /tests/libtracker-miner/tracker-miner-manager-test.c
parent0a4e17cce38e0f26b0d64aad960306d24e7fa9bd (diff)
downloadtracker-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/libtracker-miner/tracker-miner-manager-test.c')
-rw-r--r--tests/libtracker-miner/tracker-miner-manager-test.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/tests/libtracker-miner/tracker-miner-manager-test.c b/tests/libtracker-miner/tracker-miner-manager-test.c
index 6dc578701..d5bad347d 100644
--- a/tests/libtracker-miner/tracker-miner-manager-test.c
+++ b/tests/libtracker-miner/tracker-miner-manager-test.c
@@ -1,21 +1,22 @@
/*
- * Copyright (C) 2010, Nokia (urho.konttori@nokia.com)
+ * Copyright (C) 2010, Nokia
*
- * This library 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 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 library is distributed in the hope that it will be useful,
+ * 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.
+ * 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 library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * 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.
*/
+
#include <glib.h>
#include <glib-object.h>
#include <libtracker-miner/tracker-miner.h>