[tracker/writeback-refactor-rebase] libtracker-miner: Fix copyright for priority-queue, sparql-buffer and task-pool



commit 6e4cf613d6d71230dde160767df556cc178e1d5f
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Jul 26 17:19:07 2011 +0100

    libtracker-miner: Fix copyright for priority-queue, sparql-buffer and task-pool

 src/libtracker-miner/tracker-priority-queue.c |    6 +++++-
 src/libtracker-miner/tracker-priority-queue.h |    4 +++-
 src/libtracker-miner/tracker-sparql-buffer.c  |    7 ++++++-
 src/libtracker-miner/tracker-sparql-buffer.h  |    4 +++-
 src/libtracker-miner/tracker-task-pool.c      |    6 +++++-
 src/libtracker-miner/tracker-task-pool.h      |    4 +++-
 6 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-priority-queue.c b/src/libtracker-miner/tracker-priority-queue.c
index d918f85..43ae286 100644
--- a/src/libtracker-miner/tracker-priority-queue.c
+++ b/src/libtracker-miner/tracker-priority-queue.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,8 +15,12 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
+#include "config.h"
+
 #include "tracker-priority-queue.h"
 
 typedef struct PrioritySegment PrioritySegment;
diff --git a/src/libtracker-miner/tracker-priority-queue.h b/src/libtracker-miner/tracker-priority-queue.h
index 067dd69..ee2e79a 100644
--- a/src/libtracker-miner/tracker-priority-queue.h
+++ b/src/libtracker-miner/tracker-priority-queue.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,6 +15,8 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
 #ifndef __LIBTRACKER_MINER_PRIORITY_QUEUE_H__
diff --git a/src/libtracker-miner/tracker-sparql-buffer.c b/src/libtracker-miner/tracker-sparql-buffer.c
index 663e79c..a6d4e2d 100644
--- a/src/libtracker-miner/tracker-sparql-buffer.c
+++ b/src/libtracker-miner/tracker-sparql-buffer.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,9 +15,14 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
+#include "config.h"
+
 #include <libtracker-sparql/tracker-sparql.h>
+
 #include "tracker-sparql-buffer.h"
 
 /* Maximum time (seconds) before forcing a sparql buffer flush */
diff --git a/src/libtracker-miner/tracker-sparql-buffer.h b/src/libtracker-miner/tracker-sparql-buffer.h
index dd9ba8a..d56a9ea 100644
--- a/src/libtracker-miner/tracker-sparql-buffer.h
+++ b/src/libtracker-miner/tracker-sparql-buffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,6 +15,8 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
 #ifndef __LIBTRACKER_MINER_SPARQL_BUFFER_H__
diff --git a/src/libtracker-miner/tracker-task-pool.c b/src/libtracker-miner/tracker-task-pool.c
index da4a627..868f65b 100644
--- a/src/libtracker-miner/tracker-task-pool.c
+++ b/src/libtracker-miner/tracker-task-pool.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,8 +15,12 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
+#include "config.h"
+
 #include "tracker-task-pool.h"
 
 enum {
diff --git a/src/libtracker-miner/tracker-task-pool.h b/src/libtracker-miner/tracker-task-pool.h
index 391d38c..7a2b86d 100644
--- a/src/libtracker-miner/tracker-task-pool.h
+++ b/src/libtracker-miner/tracker-task-pool.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, Carlos Garnacho <carlos lanedo com>
+ * Copyright (C) 2011, Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -15,6 +15,8 @@
  * License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA  02110-1301, USA.
+ *
+ * Author: Carlos Garnacho <carlos lanedo com>
  */
 
 #ifndef __LIBTRACKER_MINER_TASK_POOL_H__



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]