------------------------------------------------------------
revno: 402
committer: Siegfried-Angel Gevatter Pujals <siegfr...@gevatter.com>
branch nick: bluebird
timestamp: Tue 2012-02-14 17:56:04 +0100
message:
  Change FTS++ copyright comments to follow the same style as ZG
modified:
  extensions/fts++/controller.cpp
  extensions/fts++/controller.h
  extensions/fts++/fts.cpp
  extensions/fts++/fts.h
  extensions/fts++/indexer.cpp
  extensions/fts++/indexer.h
  extensions/fts++/stringutils.cpp
  extensions/fts++/stringutils.h
  extensions/fts++/task.cpp
  extensions/fts++/task.h
  extensions/fts++/test/test-fts.c
  extensions/fts++/test/test-indexer.cpp
  extensions/fts++/test/test-stringutils.cpp


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/fts++/controller.cpp'
--- extensions/fts++/controller.cpp	2012-02-09 09:37:48 +0000
+++ extensions/fts++/controller.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include "controller.h"

=== modified file 'extensions/fts++/controller.h'
--- extensions/fts++/controller.h	2012-02-09 09:32:33 +0000
+++ extensions/fts++/controller.h	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #ifndef _ZGFTS_CONTROLLER_H_

=== modified file 'extensions/fts++/fts.cpp'
--- extensions/fts++/fts.cpp	2012-02-10 17:03:50 +0000
+++ extensions/fts++/fts.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ *             By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *
  */
 
 #include "fts.h"

=== modified file 'extensions/fts++/fts.h'
--- extensions/fts++/fts.h	2012-02-10 17:03:50 +0000
+++ extensions/fts++/fts.h	2012-02-14 16:56:04 +0000
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ *           By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *
  */
 
 #ifndef _ZGFTS_H_

=== modified file 'extensions/fts++/indexer.cpp'
--- extensions/fts++/indexer.cpp	2012-02-13 00:15:54 +0000
+++ extensions/fts++/indexer.cpp	2012-02-14 16:56:04 +0000
@@ -1,6 +1,7 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
- *               2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Canonical Ltd.
+ *             By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *             Mikkel Kamstrup Erlandsen <mikkel.kamst...@gmail.com>
- *
  */
 
 #include "indexer.h"

=== modified file 'extensions/fts++/indexer.h'
--- extensions/fts++/indexer.h	2012-02-10 17:03:50 +0000
+++ extensions/fts++/indexer.h	2012-02-14 16:56:04 +0000
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ *             By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *
  */
 
 #ifndef _ZGFTS_INDEXER_H_

=== modified file 'extensions/fts++/stringutils.cpp'
--- extensions/fts++/stringutils.cpp	2012-02-10 11:54:32 +0000
+++ extensions/fts++/stringutils.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include "stringutils.h"

=== modified file 'extensions/fts++/stringutils.h'
--- extensions/fts++/stringutils.h	2012-02-10 10:19:52 +0000
+++ extensions/fts++/stringutils.h	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include <string>

=== modified file 'extensions/fts++/task.cpp'
--- extensions/fts++/task.cpp	2012-02-09 09:32:33 +0000
+++ extensions/fts++/task.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ *             By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *
  */
 
 #include "task.h"

=== modified file 'extensions/fts++/task.h'
--- extensions/fts++/task.h	2012-02-09 09:32:33 +0000
+++ extensions/fts++/task.h	2012-02-14 16:56:04 +0000
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2012 Canonical Ltd
+ * Copyright © 2012 Canonical Ltd.
+ *             By Michal Hruby <michal.hr...@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.hr...@canonical.com>
- *
  */
 
 #ifndef _ZGFTS_TASK_H_

=== modified file 'extensions/fts++/test/test-fts.c'
--- extensions/fts++/test/test-fts.c	2012-02-09 09:32:33 +0000
+++ extensions/fts++/test/test-fts.c	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include <glib-object.h>

=== modified file 'extensions/fts++/test/test-indexer.cpp'
--- extensions/fts++/test/test-indexer.cpp	2012-02-10 13:35:02 +0000
+++ extensions/fts++/test/test-indexer.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include <glib-object.h>

=== modified file 'extensions/fts++/test/test-stringutils.cpp'
--- extensions/fts++/test/test-stringutils.cpp	2012-02-10 11:54:32 +0000
+++ extensions/fts++/test/test-stringutils.cpp	2012-02-14 16:56:04 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Mikkel Kamstrup Erlandsen
+ * Copyright © 2012 Mikkel Kamstrup Erlandsen <mikkel.kamst...@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.kamst...@gmail.com>
- *
  */
 
 #include <glib-object.h>

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to