summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-14 17:56:04 +0100
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-14 17:56:04 +0100
commit597ef1b935d3e77279b8cced0f05c53ea25f916a (patch)
tree490945319a683a74f35c2c052eb4266d774c9b3b
parentb0fe62af194e1a1544eb31fcb6c7abadace91110 (diff)
Change FTS++ copyright comments to follow the same style as ZG
-rw-r--r--extensions/fts++/controller.cpp4
-rw-r--r--extensions/fts++/controller.h4
-rw-r--r--extensions/fts++/fts.cpp5
-rw-r--r--extensions/fts++/fts.h5
-rw-r--r--extensions/fts++/indexer.cpp8
-rw-r--r--extensions/fts++/indexer.h5
-rw-r--r--extensions/fts++/stringutils.cpp4
-rw-r--r--extensions/fts++/stringutils.h4
-rw-r--r--extensions/fts++/task.cpp5
-rw-r--r--extensions/fts++/task.h5
-rw-r--r--extensions/fts++/test/test-fts.c4
-rw-r--r--extensions/fts++/test/test-indexer.cpp4
-rw-r--r--extensions/fts++/test/test-stringutils.cpp4
13 files changed, 20 insertions, 41 deletions
diff --git a/extensions/fts++/controller.cpp b/extensions/fts++/controller.cpp
index 51584cd5..d945a327 100644
--- a/extensions/fts++/controller.cpp
+++ b/extensions/fts++/controller.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include "controller.h"
diff --git a/extensions/fts++/controller.h b/extensions/fts++/controller.h
index abcd8fda..b62c2918 100644
--- a/extensions/fts++/controller.h
+++ b/extensions/fts++/controller.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#ifndef _ZGFTS_CONTROLLER_H_
diff --git a/extensions/fts++/fts.cpp b/extensions/fts++/fts.cpp
index 985b6c43..14765d10 100644
--- a/extensions/fts++/fts.cpp
+++ b/extensions/fts++/fts.cpp
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- *
*/
#include "fts.h"
diff --git a/extensions/fts++/fts.h b/extensions/fts++/fts.h
index 612dec22..68217409 100644
--- a/extensions/fts++/fts.h
+++ b/extensions/fts++/fts.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- *
*/
#ifndef _ZGFTS_H_
diff --git a/extensions/fts++/indexer.cpp b/extensions/fts++/indexer.cpp
index 8b16d52b..4f143341 100644
--- a/extensions/fts++/indexer.cpp
+++ b/extensions/fts++/indexer.cpp
@@ -1,6 +1,7 @@
/*
- * Copyright (C) 2012 Canonical Ltd
- * 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -15,9 +16,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- * Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include "indexer.h"
diff --git a/extensions/fts++/indexer.h b/extensions/fts++/indexer.h
index fb55d777..2d41c3ec 100644
--- a/extensions/fts++/indexer.h
+++ b/extensions/fts++/indexer.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- *
*/
#ifndef _ZGFTS_INDEXER_H_
diff --git a/extensions/fts++/stringutils.cpp b/extensions/fts++/stringutils.cpp
index fa5f5940..6cc5cba8 100644
--- a/extensions/fts++/stringutils.cpp
+++ b/extensions/fts++/stringutils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include "stringutils.h"
diff --git a/extensions/fts++/stringutils.h b/extensions/fts++/stringutils.h
index 8021f53c..d86736cc 100644
--- a/extensions/fts++/stringutils.h
+++ b/extensions/fts++/stringutils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include <string>
diff --git a/extensions/fts++/task.cpp b/extensions/fts++/task.cpp
index 74c4092d..67346ac6 100644
--- a/extensions/fts++/task.cpp
+++ b/extensions/fts++/task.cpp
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- *
*/
#include "task.h"
diff --git a/extensions/fts++/task.h b/extensions/fts++/task.h
index 1c124382..3d4b3dd9 100644
--- a/extensions/fts++/task.h
+++ b/extensions/fts++/task.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ * By Michal Hruby <michal.hruby@canonical.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Michal Hruby <michal.hruby@canonical.com>
- *
*/
#ifndef _ZGFTS_TASK_H_
diff --git a/extensions/fts++/test/test-fts.c b/extensions/fts++/test/test-fts.c
index 6b9208fd..68f3dcde 100644
--- a/extensions/fts++/test/test-fts.c
+++ b/extensions/fts++/test/test-fts.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include <glib-object.h>
diff --git a/extensions/fts++/test/test-indexer.cpp b/extensions/fts++/test/test-indexer.cpp
index 789e1c2b..02ad70ef 100644
--- a/extensions/fts++/test/test-indexer.cpp
+++ b/extensions/fts++/test/test-indexer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include <glib-object.h>
diff --git a/extensions/fts++/test/test-stringutils.cpp b/extensions/fts++/test/test-stringutils.cpp
index 20b5fc21..e7765c42 100644
--- a/extensions/fts++/test/test-stringutils.cpp
+++ b/extensions/fts++/test/test-stringutils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
- *
*/
#include <glib-object.h>