zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #04242
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 302: Added copyright
------------------------------------------------------------
revno: 302
committer: Michal Hruby <michal.mhr@xxxxxxxxx>
branch nick: bb-fts
timestamp: Wed 2011-10-12 17:22:19 +0200
message:
Added copyright
modified:
extensions/fts.vala
--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/fts.vala'
--- extensions/fts.vala 2011-10-12 15:10:23 +0000
+++ extensions/fts.vala 2011-10-12 15:22:19 +0000
@@ -1,6 +1,7 @@
-/* ds-registry.vala
+/* fts.vala
*
* Copyright © 2011 Seif Lotfy <seif@xxxxxxxxx>
+ * Copyright © 2011 Canonical Ltd.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -15,6 +16,8 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Authored by Seif Lotfy <seif@xxxxxxxxx>
+ * Michal Hruby <michal.hruby@xxxxxxxxxxxxx>
*/
namespace Zeitgeist