[tracker/miner-flickr: 15/24] tracker-miner-flickr: Add license header in QueryQueue



commit 547c9457b2f4accbaa33e722731ff4296196b975
Author: Adrien Bustany <abustany gnome org>
Date:   Wed Mar 24 10:03:54 2010 -0300

    tracker-miner-flickr: Add license header in QueryQueue

 src/miners/flickr/query-queue.vala |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/src/miners/flickr/query-queue.vala b/src/miners/flickr/query-queue.vala
index 7afeeb7..b6104d1 100644
--- a/src/miners/flickr/query-queue.vala
+++ b/src/miners/flickr/query-queue.vala
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2010, Adrien Bustany <abustany gnome org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
 public class QueryQueue : GLib.Object {
 	/* Holds the pending sparql updates and monitors them */
 	private HashTable<uint, string> queue;



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