diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-03-07 17:39:51 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-03-07 18:03:22 -0300 |
commit | 34a1addb55911dbf528886e342db92119ecf9df3 (patch) | |
tree | 552228a40d90dddaae96297253049827d962d801 | |
parent | 7031a9c338d45809a82db4aa0701242a15fe0c35 (diff) |
Use @copyright and @license tags.
220 files changed, 855 insertions, 631 deletions
diff --git a/qt4/TelepathyQt4/Farsight/channel.cpp b/qt4/TelepathyQt4/Farsight/channel.cpp index a4f28db08..069fb8048 100644 --- a/qt4/TelepathyQt4/Farsight/channel.cpp +++ b/qt4/TelepathyQt4/Farsight/channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright © 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/Farsight/channel.h b/qt4/TelepathyQt4/Farsight/channel.h index 528574e67..8476d0d75 100644 --- a/qt4/TelepathyQt4/Farsight/channel.h +++ b/qt4/TelepathyQt4/Farsight/channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/Farsight/global.h b/qt4/TelepathyQt4/Farsight/global.h index e0be0869e..f3754ae31 100644 --- a/qt4/TelepathyQt4/Farsight/global.h +++ b/qt4/TelepathyQt4/Farsight/global.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/abstract-client.cpp b/qt4/TelepathyQt4/abstract-client.cpp index 64d2013fe..f6dd0f775 100644 --- a/qt4/TelepathyQt4/abstract-client.cpp +++ b/qt4/TelepathyQt4/abstract-client.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/abstract-client.h b/qt4/TelepathyQt4/abstract-client.h index 121b24aaa..d86d3d3bf 100644 --- a/qt4/TelepathyQt4/abstract-client.h +++ b/qt4/TelepathyQt4/abstract-client.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/abstract-interface.cpp b/qt4/TelepathyQt4/abstract-interface.cpp index 511a72768..8ffc21237 100644 --- a/qt4/TelepathyQt4/abstract-interface.cpp +++ b/qt4/TelepathyQt4/abstract-interface.cpp @@ -1,7 +1,9 @@ -/* Abstract base class for Telepathy D-Bus interfaces. +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/abstract-interface.h b/qt4/TelepathyQt4/abstract-interface.h index 4c5df6262..42337d73a 100644 --- a/qt4/TelepathyQt4/abstract-interface.h +++ b/qt4/TelepathyQt4/abstract-interface.h @@ -1,7 +1,9 @@ -/* Abstract base class for Telepathy interfaces +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-capability-filter.h b/qt4/TelepathyQt4/account-capability-filter.h index 707f20271..ac00f22ae 100644 --- a/qt4/TelepathyQt4/account-capability-filter.h +++ b/qt4/TelepathyQt4/account-capability-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-factory.cpp b/qt4/TelepathyQt4/account-factory.cpp index a2ff419f7..c48b1380a 100644 --- a/qt4/TelepathyQt4/account-factory.cpp +++ b/qt4/TelepathyQt4/account-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-factory.h b/qt4/TelepathyQt4/account-factory.h index 74572361e..af0a4ca1b 100644 --- a/qt4/TelepathyQt4/account-factory.h +++ b/qt4/TelepathyQt4/account-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-filter.h b/qt4/TelepathyQt4/account-filter.h index b3acade54..903a7137b 100644 --- a/qt4/TelepathyQt4/account-filter.h +++ b/qt4/TelepathyQt4/account-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-manager.cpp b/qt4/TelepathyQt4/account-manager.cpp index b768ca427..74f224ffe 100644 --- a/qt4/TelepathyQt4/account-manager.cpp +++ b/qt4/TelepathyQt4/account-manager.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-manager.h b/qt4/TelepathyQt4/account-manager.h index 806ecad2f..8b6eb49c5 100644 --- a/qt4/TelepathyQt4/account-manager.h +++ b/qt4/TelepathyQt4/account-manager.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-property-filter.cpp b/qt4/TelepathyQt4/account-property-filter.cpp index 46facfe7c..477b2e9ed 100644 --- a/qt4/TelepathyQt4/account-property-filter.cpp +++ b/qt4/TelepathyQt4/account-property-filter.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-property-filter.h b/qt4/TelepathyQt4/account-property-filter.h index 1af6464bd..31cc23988 100644 --- a/qt4/TelepathyQt4/account-property-filter.h +++ b/qt4/TelepathyQt4/account-property-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-set-internal.h b/qt4/TelepathyQt4/account-set-internal.h index 1eb384d80..8c9fc73be 100644 --- a/qt4/TelepathyQt4/account-set-internal.h +++ b/qt4/TelepathyQt4/account-set-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-set.cpp b/qt4/TelepathyQt4/account-set.cpp index 5fbd0305b..e223f3e1b 100644 --- a/qt4/TelepathyQt4/account-set.cpp +++ b/qt4/TelepathyQt4/account-set.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account-set.h b/qt4/TelepathyQt4/account-set.h index 53e5c598e..713ed5250 100644 --- a/qt4/TelepathyQt4/account-set.h +++ b/qt4/TelepathyQt4/account-set.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account.cpp b/qt4/TelepathyQt4/account.cpp index c76f31902..6405f6f24 100644 --- a/qt4/TelepathyQt4/account.cpp +++ b/qt4/TelepathyQt4/account.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/account.h b/qt4/TelepathyQt4/account.h index 4dafa62b4..e9051eff4 100644 --- a/qt4/TelepathyQt4/account.h +++ b/qt4/TelepathyQt4/account.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/and-filter.h b/qt4/TelepathyQt4/and-filter.h index 207183216..db22170f8 100644 --- a/qt4/TelepathyQt4/and-filter.h +++ b/qt4/TelepathyQt4/and-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/async-model.dox b/qt4/TelepathyQt4/async-model.dox index c82b422ef..fd9a4a832 100644 --- a/qt4/TelepathyQt4/async-model.dox +++ b/qt4/TelepathyQt4/async-model.dox @@ -1,8 +1,8 @@ /* * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/avatar.cpp b/qt4/TelepathyQt4/avatar.cpp index e3d9e5a2e..5d3472853 100644 --- a/qt4/TelepathyQt4/avatar.cpp +++ b/qt4/TelepathyQt4/avatar.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2011 Nokia Corporation + * @copyright Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/avatar.h b/qt4/TelepathyQt4/avatar.h index 3c5e8253c..a229ae68a 100644 --- a/qt4/TelepathyQt4/avatar.h +++ b/qt4/TelepathyQt4/avatar.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010-2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010-2011 Nokia Corporation + * @copyright Copyright (C) 2010-2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010-2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/capabilities-base.cpp b/qt4/TelepathyQt4/capabilities-base.cpp index 3e6024bce..46e8f7409 100644 --- a/qt4/TelepathyQt4/capabilities-base.cpp +++ b/qt4/TelepathyQt4/capabilities-base.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/capabilities-base.h b/qt4/TelepathyQt4/capabilities-base.h index 715468f11..e36b6750e 100644 --- a/qt4/TelepathyQt4/capabilities-base.h +++ b/qt4/TelepathyQt4/capabilities-base.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-class-spec.cpp b/qt4/TelepathyQt4/channel-class-spec.cpp index 751ff228a..1f6c5ae4d 100644 --- a/qt4/TelepathyQt4/channel-class-spec.cpp +++ b/qt4/TelepathyQt4/channel-class-spec.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-class-spec.h b/qt4/TelepathyQt4/channel-class-spec.h index bca63b744..6932f5993 100644 --- a/qt4/TelepathyQt4/channel-class-spec.h +++ b/qt4/TelepathyQt4/channel-class-spec.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-dispatch-operation.cpp b/qt4/TelepathyQt4/channel-dispatch-operation.cpp index a3d4e409d..c83ef48b0 100644 --- a/qt4/TelepathyQt4/channel-dispatch-operation.cpp +++ b/qt4/TelepathyQt4/channel-dispatch-operation.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-dispatch-operation.h b/qt4/TelepathyQt4/channel-dispatch-operation.h index 1e2090fa6..2f4edb105 100644 --- a/qt4/TelepathyQt4/channel-dispatch-operation.h +++ b/qt4/TelepathyQt4/channel-dispatch-operation.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-dispatcher.cpp b/qt4/TelepathyQt4/channel-dispatcher.cpp index aafdb618b..6e034410d 100644 --- a/qt4/TelepathyQt4/channel-dispatcher.cpp +++ b/qt4/TelepathyQt4/channel-dispatcher.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-dispatcher.h b/qt4/TelepathyQt4/channel-dispatcher.h index acdc8faec..2afa78bd8 100644 --- a/qt4/TelepathyQt4/channel-dispatcher.h +++ b/qt4/TelepathyQt4/channel-dispatcher.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-factory.cpp b/qt4/TelepathyQt4/channel-factory.cpp index 69ad95d42..d27bf260e 100644 --- a/qt4/TelepathyQt4/channel-factory.cpp +++ b/qt4/TelepathyQt4/channel-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-factory.h b/qt4/TelepathyQt4/channel-factory.h index 6a34cba5a..7e2783df9 100644 --- a/qt4/TelepathyQt4/channel-factory.h +++ b/qt4/TelepathyQt4/channel-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-internal.h b/qt4/TelepathyQt4/channel-internal.h index e9ca52bc9..bd8009d5a 100644 --- a/qt4/TelepathyQt4/channel-internal.h +++ b/qt4/TelepathyQt4/channel-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-request.cpp b/qt4/TelepathyQt4/channel-request.cpp index ccbe55ea1..38637c02f 100644 --- a/qt4/TelepathyQt4/channel-request.cpp +++ b/qt4/TelepathyQt4/channel-request.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel-request.h b/qt4/TelepathyQt4/channel-request.h index 90741ea61..7018803f6 100644 --- a/qt4/TelepathyQt4/channel-request.h +++ b/qt4/TelepathyQt4/channel-request.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel.cpp b/qt4/TelepathyQt4/channel.cpp index c52373158..2e9b9c0a6 100644 --- a/qt4/TelepathyQt4/channel.cpp +++ b/qt4/TelepathyQt4/channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/channel.h b/qt4/TelepathyQt4/channel.h index 238b4fece..9e434a06e 100644 --- a/qt4/TelepathyQt4/channel.h +++ b/qt4/TelepathyQt4/channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/client-registrar-internal.h b/qt4/TelepathyQt4/client-registrar-internal.h index 89f26aaa6..5f761eabc 100644 --- a/qt4/TelepathyQt4/client-registrar-internal.h +++ b/qt4/TelepathyQt4/client-registrar-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/client-registrar.cpp b/qt4/TelepathyQt4/client-registrar.cpp index 7b00be3a1..5aab83a79 100644 --- a/qt4/TelepathyQt4/client-registrar.cpp +++ b/qt4/TelepathyQt4/client-registrar.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/client-registrar.h b/qt4/TelepathyQt4/client-registrar.h index 262c9490a..a31de2075 100644 --- a/qt4/TelepathyQt4/client-registrar.h +++ b/qt4/TelepathyQt4/client-registrar.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/client.cpp b/qt4/TelepathyQt4/client.cpp index 2d59c65a3..f3dec1bd2 100644 --- a/qt4/TelepathyQt4/client.cpp +++ b/qt4/TelepathyQt4/client.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/client.h b/qt4/TelepathyQt4/client.h index e5cf94a3a..835bea9b3 100644 --- a/qt4/TelepathyQt4/client.h +++ b/qt4/TelepathyQt4/client.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-capabilities.cpp b/qt4/TelepathyQt4/connection-capabilities.cpp index 60bbd4cc9..2547d3efc 100644 --- a/qt4/TelepathyQt4/connection-capabilities.cpp +++ b/qt4/TelepathyQt4/connection-capabilities.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-capabilities.h b/qt4/TelepathyQt4/connection-capabilities.h index 18ddf4c75..36476f3f0 100644 --- a/qt4/TelepathyQt4/connection-capabilities.h +++ b/qt4/TelepathyQt4/connection-capabilities.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-factory.cpp b/qt4/TelepathyQt4/connection-factory.cpp index 14569a179..78054bdd4 100644 --- a/qt4/TelepathyQt4/connection-factory.cpp +++ b/qt4/TelepathyQt4/connection-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-factory.h b/qt4/TelepathyQt4/connection-factory.h index b5d4f8ba7..3308d1b1f 100644 --- a/qt4/TelepathyQt4/connection-factory.h +++ b/qt4/TelepathyQt4/connection-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-internal.h b/qt4/TelepathyQt4/connection-internal.h index 46c1a2a00..bf6c8a69f 100644 --- a/qt4/TelepathyQt4/connection-internal.h +++ b/qt4/TelepathyQt4/connection-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-lowlevel.h b/qt4/TelepathyQt4/connection-lowlevel.h index 17eecbdc4..ec83a5d1f 100644 --- a/qt4/TelepathyQt4/connection-lowlevel.h +++ b/qt4/TelepathyQt4/connection-lowlevel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-manager-internal.h b/qt4/TelepathyQt4/connection-manager-internal.h index a69f92d4e..8d622c453 100644 --- a/qt4/TelepathyQt4/connection-manager-internal.h +++ b/qt4/TelepathyQt4/connection-manager-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-manager-lowlevel.h b/qt4/TelepathyQt4/connection-manager-lowlevel.h index 6ad515eba..d55e53e74 100644 --- a/qt4/TelepathyQt4/connection-manager-lowlevel.h +++ b/qt4/TelepathyQt4/connection-manager-lowlevel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-manager.cpp b/qt4/TelepathyQt4/connection-manager.cpp index b47630975..42f0d6645 100644 --- a/qt4/TelepathyQt4/connection-manager.cpp +++ b/qt4/TelepathyQt4/connection-manager.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection-manager.h b/qt4/TelepathyQt4/connection-manager.h index 3763f5393..36e0e7a18 100644 --- a/qt4/TelepathyQt4/connection-manager.h +++ b/qt4/TelepathyQt4/connection-manager.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection.cpp b/qt4/TelepathyQt4/connection.cpp index f3a9f64d8..8b9d3e31a 100644 --- a/qt4/TelepathyQt4/connection.cpp +++ b/qt4/TelepathyQt4/connection.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/connection.h b/qt4/TelepathyQt4/connection.h index 76d07e455..6f1db9207 100644 --- a/qt4/TelepathyQt4/connection.h +++ b/qt4/TelepathyQt4/connection.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/constants.h b/qt4/TelepathyQt4/constants.h index 3cc288bf8..455df714d 100644 --- a/qt4/TelepathyQt4/constants.h +++ b/qt4/TelepathyQt4/constants.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-capabilities.cpp b/qt4/TelepathyQt4/contact-capabilities.cpp index d8985169f..0f841b9b5 100644 --- a/qt4/TelepathyQt4/contact-capabilities.cpp +++ b/qt4/TelepathyQt4/contact-capabilities.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-capabilities.h b/qt4/TelepathyQt4/contact-capabilities.h index acd72afea..7c0651a39 100644 --- a/qt4/TelepathyQt4/contact-capabilities.h +++ b/qt4/TelepathyQt4/contact-capabilities.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-factory.cpp b/qt4/TelepathyQt4/contact-factory.cpp index 2c1f84089..3507804ab 100644 --- a/qt4/TelepathyQt4/contact-factory.cpp +++ b/qt4/TelepathyQt4/contact-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-factory.h b/qt4/TelepathyQt4/contact-factory.h index d937788c9..5329fab92 100644 --- a/qt4/TelepathyQt4/contact-factory.h +++ b/qt4/TelepathyQt4/contact-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-manager-internal.h b/qt4/TelepathyQt4/contact-manager-internal.h index 64c55c28d..5de09f45e 100644 --- a/qt4/TelepathyQt4/contact-manager-internal.h +++ b/qt4/TelepathyQt4/contact-manager-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-manager-roster.cpp b/qt4/TelepathyQt4/contact-manager-roster.cpp index 3d013e944..7fba84bf9 100644 --- a/qt4/TelepathyQt4/contact-manager-roster.cpp +++ b/qt4/TelepathyQt4/contact-manager-roster.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-manager.cpp b/qt4/TelepathyQt4/contact-manager.cpp index 09711d7cf..7da8af84e 100644 --- a/qt4/TelepathyQt4/contact-manager.cpp +++ b/qt4/TelepathyQt4/contact-manager.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-manager.h b/qt4/TelepathyQt4/contact-manager.h index d0338b985..137169bfb 100644 --- a/qt4/TelepathyQt4/contact-manager.h +++ b/qt4/TelepathyQt4/contact-manager.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-search-channel-internal.h b/qt4/TelepathyQt4/contact-search-channel-internal.h index 4ce43531a..91b8e0aeb 100644 --- a/qt4/TelepathyQt4/contact-search-channel-internal.h +++ b/qt4/TelepathyQt4/contact-search-channel-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-search-channel.cpp b/qt4/TelepathyQt4/contact-search-channel.cpp index 98248333d..0c259ef36 100644 --- a/qt4/TelepathyQt4/contact-search-channel.cpp +++ b/qt4/TelepathyQt4/contact-search-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact-search-channel.h b/qt4/TelepathyQt4/contact-search-channel.h index ecb7d33ff..f70f9d22a 100644 --- a/qt4/TelepathyQt4/contact-search-channel.h +++ b/qt4/TelepathyQt4/contact-search-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact.cpp b/qt4/TelepathyQt4/contact.cpp index 021f06e75..8e7c46e39 100644 --- a/qt4/TelepathyQt4/contact.cpp +++ b/qt4/TelepathyQt4/contact.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/contact.h b/qt4/TelepathyQt4/contact.h index 5098cc57a..fdae711b1 100644 --- a/qt4/TelepathyQt4/contact.h +++ b/qt4/TelepathyQt4/contact.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus-proxy-factory-internal.h b/qt4/TelepathyQt4/dbus-proxy-factory-internal.h index de973225b..0d2f75f46 100644 --- a/qt4/TelepathyQt4/dbus-proxy-factory-internal.h +++ b/qt4/TelepathyQt4/dbus-proxy-factory-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus-proxy-factory.cpp b/qt4/TelepathyQt4/dbus-proxy-factory.cpp index 20fe03b62..58b6e1bbb 100644 --- a/qt4/TelepathyQt4/dbus-proxy-factory.cpp +++ b/qt4/TelepathyQt4/dbus-proxy-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus-proxy-factory.h b/qt4/TelepathyQt4/dbus-proxy-factory.h index 2cd035e36..77e3d4ec9 100644 --- a/qt4/TelepathyQt4/dbus-proxy-factory.h +++ b/qt4/TelepathyQt4/dbus-proxy-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus-proxy.cpp b/qt4/TelepathyQt4/dbus-proxy.cpp index 43fafc7ac..ad68b4d85 100644 --- a/qt4/TelepathyQt4/dbus-proxy.cpp +++ b/qt4/TelepathyQt4/dbus-proxy.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus-proxy.h b/qt4/TelepathyQt4/dbus-proxy.h index 3a540403d..72d7dc29b 100644 --- a/qt4/TelepathyQt4/dbus-proxy.h +++ b/qt4/TelepathyQt4/dbus-proxy.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus.cpp b/qt4/TelepathyQt4/dbus.cpp index 3507b0750..158c7c843 100644 --- a/qt4/TelepathyQt4/dbus.cpp +++ b/qt4/TelepathyQt4/dbus.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/dbus.h b/qt4/TelepathyQt4/dbus.h index 9e8f17be4..2f7ca0431 100644 --- a/qt4/TelepathyQt4/dbus.h +++ b/qt4/TelepathyQt4/dbus.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/debug-internal.h b/qt4/TelepathyQt4/debug-internal.h index 5226b1635..d14c597c9 100644 --- a/qt4/TelepathyQt4/debug-internal.h +++ b/qt4/TelepathyQt4/debug-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/debug.cpp b/qt4/TelepathyQt4/debug.cpp index 0addd8892..4062ecc4f 100644 --- a/qt4/TelepathyQt4/debug.cpp +++ b/qt4/TelepathyQt4/debug.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/debug.h b/qt4/TelepathyQt4/debug.h index d48d26ad6..3d61cc28a 100644 --- a/qt4/TelepathyQt4/debug.h +++ b/qt4/TelepathyQt4/debug.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/examples.dox b/qt4/TelepathyQt4/examples.dox index 0786351b9..02c71584c 100644 --- a/qt4/TelepathyQt4/examples.dox +++ b/qt4/TelepathyQt4/examples.dox @@ -1,8 +1,8 @@ /* * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/feature.cpp b/qt4/TelepathyQt4/feature.cpp index 5fbf7c506..cccbd246a 100644 --- a/qt4/TelepathyQt4/feature.cpp +++ b/qt4/TelepathyQt4/feature.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/feature.h b/qt4/TelepathyQt4/feature.h index db57e0d59..dbe19d184 100644 --- a/qt4/TelepathyQt4/feature.h +++ b/qt4/TelepathyQt4/feature.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/file-transfer-channel-creation-properties.cpp b/qt4/TelepathyQt4/file-transfer-channel-creation-properties.cpp index fd2dc911b..e027064c2 100644 --- a/qt4/TelepathyQt4/file-transfer-channel-creation-properties.cpp +++ b/qt4/TelepathyQt4/file-transfer-channel-creation-properties.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/file-transfer-channel-creation-properties.h b/qt4/TelepathyQt4/file-transfer-channel-creation-properties.h index 68172aedb..8685da364 100644 --- a/qt4/TelepathyQt4/file-transfer-channel-creation-properties.h +++ b/qt4/TelepathyQt4/file-transfer-channel-creation-properties.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/file-transfer-channel.cpp b/qt4/TelepathyQt4/file-transfer-channel.cpp index 434628493..c38e0ce4f 100644 --- a/qt4/TelepathyQt4/file-transfer-channel.cpp +++ b/qt4/TelepathyQt4/file-transfer-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/file-transfer-channel.h b/qt4/TelepathyQt4/file-transfer-channel.h index b3398f01d..c2fb0a55a 100644 --- a/qt4/TelepathyQt4/file-transfer-channel.h +++ b/qt4/TelepathyQt4/file-transfer-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/filter.h b/qt4/TelepathyQt4/filter.h index 806d2d25c..0fe1ac62d 100644 --- a/qt4/TelepathyQt4/filter.h +++ b/qt4/TelepathyQt4/filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/fixed-feature-factory.cpp b/qt4/TelepathyQt4/fixed-feature-factory.cpp index 47b0630ac..9db0280a9 100644 --- a/qt4/TelepathyQt4/fixed-feature-factory.cpp +++ b/qt4/TelepathyQt4/fixed-feature-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/fixed-feature-factory.h b/qt4/TelepathyQt4/fixed-feature-factory.h index 4b00441b8..256c65148 100644 --- a/qt4/TelepathyQt4/fixed-feature-factory.h +++ b/qt4/TelepathyQt4/fixed-feature-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/future-internal.h b/qt4/TelepathyQt4/future-internal.h index 00a1cabf7..e6a00268b 100644 --- a/qt4/TelepathyQt4/future-internal.h +++ b/qt4/TelepathyQt4/future-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright © 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/future.cpp b/qt4/TelepathyQt4/future.cpp index b9033c21b..441eb086f 100644 --- a/qt4/TelepathyQt4/future.cpp +++ b/qt4/TelepathyQt4/future.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright © 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/generic-capability-filter.h b/qt4/TelepathyQt4/generic-capability-filter.h index 4a6fb43b7..ed22b3be7 100644 --- a/qt4/TelepathyQt4/generic-capability-filter.h +++ b/qt4/TelepathyQt4/generic-capability-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/generic-property-filter.h b/qt4/TelepathyQt4/generic-property-filter.h index 444abfaf4..f25e54059 100644 --- a/qt4/TelepathyQt4/generic-property-filter.h +++ b/qt4/TelepathyQt4/generic-property-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/global.h b/qt4/TelepathyQt4/global.h index bb96879b2..69de68b42 100644 --- a/qt4/TelepathyQt4/global.h +++ b/qt4/TelepathyQt4/global.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/groups.dox b/qt4/TelepathyQt4/groups.dox index e82efc0d6..313065418 100644 --- a/qt4/TelepathyQt4/groups.dox +++ b/qt4/TelepathyQt4/groups.dox @@ -1,8 +1,8 @@ /* * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/handled-channel-notifier.cpp b/qt4/TelepathyQt4/handled-channel-notifier.cpp index fd1a734b9..1c7f278a5 100644 --- a/qt4/TelepathyQt4/handled-channel-notifier.cpp +++ b/qt4/TelepathyQt4/handled-channel-notifier.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2011 Nokia Corporation + * @copyright Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/handled-channel-notifier.h b/qt4/TelepathyQt4/handled-channel-notifier.h index 79c4fe41d..223c29c77 100644 --- a/qt4/TelepathyQt4/handled-channel-notifier.h +++ b/qt4/TelepathyQt4/handled-channel-notifier.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2011 Nokia Corporation + * @copyright Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp b/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp index 13b67bfc1..0a47ca762 100644 --- a/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp +++ b/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/incoming-file-transfer-channel.h b/qt4/TelepathyQt4/incoming-file-transfer-channel.h index 039ce6cf6..7c1902a0a 100644 --- a/qt4/TelepathyQt4/incoming-file-transfer-channel.h +++ b/qt4/TelepathyQt4/incoming-file-transfer-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/incoming-stream-tube-channel.cpp b/qt4/TelepathyQt4/incoming-stream-tube-channel.cpp index 24b90976f..8c8cd8537 100644 --- a/qt4/TelepathyQt4/incoming-stream-tube-channel.cpp +++ b/qt4/TelepathyQt4/incoming-stream-tube-channel.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/incoming-stream-tube-channel.h b/qt4/TelepathyQt4/incoming-stream-tube-channel.h index c616a7a8f..b9e78285b 100644 --- a/qt4/TelepathyQt4/incoming-stream-tube-channel.h +++ b/qt4/TelepathyQt4/incoming-stream-tube-channel.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/key-file.cpp b/qt4/TelepathyQt4/key-file.cpp index d800bb148..69f962179 100644 --- a/qt4/TelepathyQt4/key-file.cpp +++ b/qt4/TelepathyQt4/key-file.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/key-file.h b/qt4/TelepathyQt4/key-file.h index d11c09e1b..14f45cb8b 100644 --- a/qt4/TelepathyQt4/key-file.h +++ b/qt4/TelepathyQt4/key-file.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/location-info.cpp b/qt4/TelepathyQt4/location-info.cpp index c26930642..502f5db11 100644 --- a/qt4/TelepathyQt4/location-info.cpp +++ b/qt4/TelepathyQt4/location-info.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/location-info.h b/qt4/TelepathyQt4/location-info.h index 609046186..0917fbf91 100644 --- a/qt4/TelepathyQt4/location-info.h +++ b/qt4/TelepathyQt4/location-info.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/main.dox b/qt4/TelepathyQt4/main.dox index 755997225..fe8bed066 100644 --- a/qt4/TelepathyQt4/main.dox +++ b/qt4/TelepathyQt4/main.dox @@ -1,8 +1,8 @@ /* * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/manager-file.cpp b/qt4/TelepathyQt4/manager-file.cpp index 9ab5c7864..18f140894 100644 --- a/qt4/TelepathyQt4/manager-file.cpp +++ b/qt4/TelepathyQt4/manager-file.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/manager-file.h b/qt4/TelepathyQt4/manager-file.h index a016c96e1..3f67350e8 100644 --- a/qt4/TelepathyQt4/manager-file.h +++ b/qt4/TelepathyQt4/manager-file.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/media-session-handler.cpp b/qt4/TelepathyQt4/media-session-handler.cpp index 01105d93f..18dfb5381 100644 --- a/qt4/TelepathyQt4/media-session-handler.cpp +++ b/qt4/TelepathyQt4/media-session-handler.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/media-session-handler.h b/qt4/TelepathyQt4/media-session-handler.h index cfd62bd3e..b2c789ef8 100644 --- a/qt4/TelepathyQt4/media-session-handler.h +++ b/qt4/TelepathyQt4/media-session-handler.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/media-stream-handler.cpp b/qt4/TelepathyQt4/media-stream-handler.cpp index a0bdef0c1..dbfedb54a 100644 --- a/qt4/TelepathyQt4/media-stream-handler.cpp +++ b/qt4/TelepathyQt4/media-stream-handler.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/media-stream-handler.h b/qt4/TelepathyQt4/media-stream-handler.h index 3a57cb988..8833a4420 100644 --- a/qt4/TelepathyQt4/media-stream-handler.h +++ b/qt4/TelepathyQt4/media-stream-handler.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/message.cpp b/qt4/TelepathyQt4/message.cpp index f3558ec33..2a77d7fcb 100644 --- a/qt4/TelepathyQt4/message.cpp +++ b/qt4/TelepathyQt4/message.cpp @@ -1,7 +1,9 @@ -/* Message object used by text channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/message.h b/qt4/TelepathyQt4/message.h index 553110332..e031b176d 100644 --- a/qt4/TelepathyQt4/message.h +++ b/qt4/TelepathyQt4/message.h @@ -1,7 +1,9 @@ -/* Message object used by text channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/method-invocation-context.h b/qt4/TelepathyQt4/method-invocation-context.h index 0a52e23b8..2c22f56bc 100644 --- a/qt4/TelepathyQt4/method-invocation-context.h +++ b/qt4/TelepathyQt4/method-invocation-context.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/not-filter.h b/qt4/TelepathyQt4/not-filter.h index f1b75a661..3e4ceae01 100644 --- a/qt4/TelepathyQt4/not-filter.h +++ b/qt4/TelepathyQt4/not-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/object.cpp b/qt4/TelepathyQt4/object.cpp index 51b19b555..49a93ca1f 100644 --- a/qt4/TelepathyQt4/object.cpp +++ b/qt4/TelepathyQt4/object.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/object.h b/qt4/TelepathyQt4/object.h index 76c532e0e..191f7d5fd 100644 --- a/qt4/TelepathyQt4/object.h +++ b/qt4/TelepathyQt4/object.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/optional-interface-factory.cpp b/qt4/TelepathyQt4/optional-interface-factory.cpp index 50eb68da9..0d4c83e4e 100644 --- a/qt4/TelepathyQt4/optional-interface-factory.cpp +++ b/qt4/TelepathyQt4/optional-interface-factory.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/optional-interface-factory.h b/qt4/TelepathyQt4/optional-interface-factory.h index f8439c317..0b0ad7149 100644 --- a/qt4/TelepathyQt4/optional-interface-factory.h +++ b/qt4/TelepathyQt4/optional-interface-factory.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/or-filter.h b/qt4/TelepathyQt4/or-filter.h index 87a624825..0f8643630 100644 --- a/qt4/TelepathyQt4/or-filter.h +++ b/qt4/TelepathyQt4/or-filter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/outgoing-file-transfer-channel.cpp b/qt4/TelepathyQt4/outgoing-file-transfer-channel.cpp index 144911d8e..1b7e15582 100644 --- a/qt4/TelepathyQt4/outgoing-file-transfer-channel.cpp +++ b/qt4/TelepathyQt4/outgoing-file-transfer-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/outgoing-file-transfer-channel.h b/qt4/TelepathyQt4/outgoing-file-transfer-channel.h index bba85d931..6f738704e 100644 --- a/qt4/TelepathyQt4/outgoing-file-transfer-channel.h +++ b/qt4/TelepathyQt4/outgoing-file-transfer-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/outgoing-stream-tube-channel-internal.h b/qt4/TelepathyQt4/outgoing-stream-tube-channel-internal.h index 6f18044cc..7d53e788a 100644 --- a/qt4/TelepathyQt4/outgoing-stream-tube-channel-internal.h +++ b/qt4/TelepathyQt4/outgoing-stream-tube-channel-internal.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/outgoing-stream-tube-channel.cpp b/qt4/TelepathyQt4/outgoing-stream-tube-channel.cpp index a8a59b2f3..edef3d36d 100644 --- a/qt4/TelepathyQt4/outgoing-stream-tube-channel.cpp +++ b/qt4/TelepathyQt4/outgoing-stream-tube-channel.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/outgoing-stream-tube-channel.h b/qt4/TelepathyQt4/outgoing-stream-tube-channel.h index cfc90637c..b76222b21 100644 --- a/qt4/TelepathyQt4/outgoing-stream-tube-channel.h +++ b/qt4/TelepathyQt4/outgoing-stream-tube-channel.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-account.cpp b/qt4/TelepathyQt4/pending-account.cpp index 92850fc96..3e86c3daf 100644 --- a/qt4/TelepathyQt4/pending-account.cpp +++ b/qt4/TelepathyQt4/pending-account.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-account.h b/qt4/TelepathyQt4/pending-account.h index e0f04f271..49ac68c62 100644 --- a/qt4/TelepathyQt4/pending-account.h +++ b/qt4/TelepathyQt4/pending-account.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-channel-request-internal.h b/qt4/TelepathyQt4/pending-channel-request-internal.h index 11455a2e0..b0dc18617 100644 --- a/qt4/TelepathyQt4/pending-channel-request-internal.h +++ b/qt4/TelepathyQt4/pending-channel-request-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-channel-request.cpp b/qt4/TelepathyQt4/pending-channel-request.cpp index de035ccef..da6fc1fb0 100644 --- a/qt4/TelepathyQt4/pending-channel-request.cpp +++ b/qt4/TelepathyQt4/pending-channel-request.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-channel-request.h b/qt4/TelepathyQt4/pending-channel-request.h index adfba0019..4b930b84e 100644 --- a/qt4/TelepathyQt4/pending-channel-request.h +++ b/qt4/TelepathyQt4/pending-channel-request.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-channel.cpp b/qt4/TelepathyQt4/pending-channel.cpp index 37501cb7a..669f7917c 100644 --- a/qt4/TelepathyQt4/pending-channel.cpp +++ b/qt4/TelepathyQt4/pending-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-channel.h b/qt4/TelepathyQt4/pending-channel.h index cc050ab29..40aff95b2 100644 --- a/qt4/TelepathyQt4/pending-channel.h +++ b/qt4/TelepathyQt4/pending-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2010 Nokia Corporation + * @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-connection.cpp b/qt4/TelepathyQt4/pending-connection.cpp index a50db89c8..b5a9f1945 100644 --- a/qt4/TelepathyQt4/pending-connection.cpp +++ b/qt4/TelepathyQt4/pending-connection.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-connection.h b/qt4/TelepathyQt4/pending-connection.h index 5d85bfe5c..eca3e7301 100644 --- a/qt4/TelepathyQt4/pending-connection.h +++ b/qt4/TelepathyQt4/pending-connection.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contact-attributes.cpp b/qt4/TelepathyQt4/pending-contact-attributes.cpp index 483b1bef3..96ea5d5bf 100644 --- a/qt4/TelepathyQt4/pending-contact-attributes.cpp +++ b/qt4/TelepathyQt4/pending-contact-attributes.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contact-attributes.h b/qt4/TelepathyQt4/pending-contact-attributes.h index ffe4bc7b0..e44a3693b 100644 --- a/qt4/TelepathyQt4/pending-contact-attributes.h +++ b/qt4/TelepathyQt4/pending-contact-attributes.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contact-info.cpp b/qt4/TelepathyQt4/pending-contact-info.cpp index f2f7ab70f..126efc173 100644 --- a/qt4/TelepathyQt4/pending-contact-info.cpp +++ b/qt4/TelepathyQt4/pending-contact-info.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contact-info.h b/qt4/TelepathyQt4/pending-contact-info.h index 459612ad7..fb2e23623 100644 --- a/qt4/TelepathyQt4/pending-contact-info.h +++ b/qt4/TelepathyQt4/pending-contact-info.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contacts.cpp b/qt4/TelepathyQt4/pending-contacts.cpp index adc339a15..7d2f003a4 100644 --- a/qt4/TelepathyQt4/pending-contacts.cpp +++ b/qt4/TelepathyQt4/pending-contacts.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-contacts.h b/qt4/TelepathyQt4/pending-contacts.h index 052b85802..20e7aebd0 100644 --- a/qt4/TelepathyQt4/pending-contacts.h +++ b/qt4/TelepathyQt4/pending-contacts.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-handles.cpp b/qt4/TelepathyQt4/pending-handles.cpp index a23303ad0..5fce157a4 100644 --- a/qt4/TelepathyQt4/pending-handles.cpp +++ b/qt4/TelepathyQt4/pending-handles.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-handles.h b/qt4/TelepathyQt4/pending-handles.h index aa239003f..5541511f9 100644 --- a/qt4/TelepathyQt4/pending-handles.h +++ b/qt4/TelepathyQt4/pending-handles.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-operation.cpp b/qt4/TelepathyQt4/pending-operation.cpp index 8d1443d34..6acc2c617 100644 --- a/qt4/TelepathyQt4/pending-operation.cpp +++ b/qt4/TelepathyQt4/pending-operation.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-operation.h b/qt4/TelepathyQt4/pending-operation.h index 852827f97..4cc844ddc 100644 --- a/qt4/TelepathyQt4/pending-operation.h +++ b/qt4/TelepathyQt4/pending-operation.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-ready.cpp b/qt4/TelepathyQt4/pending-ready.cpp index 540f91d8a..b7852b4ee 100644 --- a/qt4/TelepathyQt4/pending-ready.cpp +++ b/qt4/TelepathyQt4/pending-ready.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-ready.h b/qt4/TelepathyQt4/pending-ready.h index 552d7fed6..af6d63ba4 100644 --- a/qt4/TelepathyQt4/pending-ready.h +++ b/qt4/TelepathyQt4/pending-ready.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-stream-tube-connection.cpp b/qt4/TelepathyQt4/pending-stream-tube-connection.cpp index c97fb775c..57a987015 100644 --- a/qt4/TelepathyQt4/pending-stream-tube-connection.cpp +++ b/qt4/TelepathyQt4/pending-stream-tube-connection.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-stream-tube-connection.h b/qt4/TelepathyQt4/pending-stream-tube-connection.h index 4c7117ca3..d8476a04a 100644 --- a/qt4/TelepathyQt4/pending-stream-tube-connection.h +++ b/qt4/TelepathyQt4/pending-stream-tube-connection.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-string-list.cpp b/qt4/TelepathyQt4/pending-string-list.cpp index f5cd2e09e..642bb9bee 100644 --- a/qt4/TelepathyQt4/pending-string-list.cpp +++ b/qt4/TelepathyQt4/pending-string-list.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-string-list.h b/qt4/TelepathyQt4/pending-string-list.h index ae6af62e4..be4589606 100644 --- a/qt4/TelepathyQt4/pending-string-list.h +++ b/qt4/TelepathyQt4/pending-string-list.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-variant-map.cpp b/qt4/TelepathyQt4/pending-variant-map.cpp index 17192f76d..7e3a1c2f1 100644 --- a/qt4/TelepathyQt4/pending-variant-map.cpp +++ b/qt4/TelepathyQt4/pending-variant-map.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-variant-map.h b/qt4/TelepathyQt4/pending-variant-map.h index 021392369..fbe30c4f8 100644 --- a/qt4/TelepathyQt4/pending-variant-map.h +++ b/qt4/TelepathyQt4/pending-variant-map.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009-2010 Nokia Corporation + * @copyright Copyright (C) 2009-2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009-2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-variant.cpp b/qt4/TelepathyQt4/pending-variant.cpp index ea6199d3b..3a2e45332 100644 --- a/qt4/TelepathyQt4/pending-variant.cpp +++ b/qt4/TelepathyQt4/pending-variant.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/pending-variant.h b/qt4/TelepathyQt4/pending-variant.h index 6d566db98..4cab528ee 100644 --- a/qt4/TelepathyQt4/pending-variant.h +++ b/qt4/TelepathyQt4/pending-variant.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/presence.cpp b/qt4/TelepathyQt4/presence.cpp index bebc2c4e3..c48bb2ea7 100644 --- a/qt4/TelepathyQt4/presence.cpp +++ b/qt4/TelepathyQt4/presence.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/presence.h b/qt4/TelepathyQt4/presence.h index 558c3a7ee..4dcdcf300 100644 --- a/qt4/TelepathyQt4/presence.h +++ b/qt4/TelepathyQt4/presence.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/profile-manager.cpp b/qt4/TelepathyQt4/profile-manager.cpp index 6a52dd978..4c283f478 100644 --- a/qt4/TelepathyQt4/profile-manager.cpp +++ b/qt4/TelepathyQt4/profile-manager.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/profile-manager.h b/qt4/TelepathyQt4/profile-manager.h index 3eae22404..450c3d715 100644 --- a/qt4/TelepathyQt4/profile-manager.h +++ b/qt4/TelepathyQt4/profile-manager.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/profile.cpp b/qt4/TelepathyQt4/profile.cpp index 3886dcdb5..2353282d6 100644 --- a/qt4/TelepathyQt4/profile.cpp +++ b/qt4/TelepathyQt4/profile.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/profile.h b/qt4/TelepathyQt4/profile.h index a9407375b..cb4661b8d 100644 --- a/qt4/TelepathyQt4/profile.h +++ b/qt4/TelepathyQt4/profile.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/properties.cpp b/qt4/TelepathyQt4/properties.cpp index 63ef0580f..2cdb4350f 100644 --- a/qt4/TelepathyQt4/properties.cpp +++ b/qt4/TelepathyQt4/properties.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/properties.h b/qt4/TelepathyQt4/properties.h index d13d98cc2..32b33848c 100644 --- a/qt4/TelepathyQt4/properties.h +++ b/qt4/TelepathyQt4/properties.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/protocol-info.cpp b/qt4/TelepathyQt4/protocol-info.cpp index 383aec8cd..a3c53bfba 100644 --- a/qt4/TelepathyQt4/protocol-info.cpp +++ b/qt4/TelepathyQt4/protocol-info.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/protocol-info.h b/qt4/TelepathyQt4/protocol-info.h index cbb5fe7ab..7eb652c39 100644 --- a/qt4/TelepathyQt4/protocol-info.h +++ b/qt4/TelepathyQt4/protocol-info.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/protocol-parameter.cpp b/qt4/TelepathyQt4/protocol-parameter.cpp index 42acd85dd..03a051982 100644 --- a/qt4/TelepathyQt4/protocol-parameter.cpp +++ b/qt4/TelepathyQt4/protocol-parameter.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/protocol-parameter.h b/qt4/TelepathyQt4/protocol-parameter.h index a89427108..2750413b5 100644 --- a/qt4/TelepathyQt4/protocol-parameter.h +++ b/qt4/TelepathyQt4/protocol-parameter.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/readiness-helper.cpp b/qt4/TelepathyQt4/readiness-helper.cpp index 340289108..18a805c3b 100644 --- a/qt4/TelepathyQt4/readiness-helper.cpp +++ b/qt4/TelepathyQt4/readiness-helper.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/readiness-helper.h b/qt4/TelepathyQt4/readiness-helper.h index 8102254c1..c25257f10 100644 --- a/qt4/TelepathyQt4/readiness-helper.h +++ b/qt4/TelepathyQt4/readiness-helper.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/ready-object.cpp b/qt4/TelepathyQt4/ready-object.cpp index 39be8fd41..a4fa114ea 100644 --- a/qt4/TelepathyQt4/ready-object.cpp +++ b/qt4/TelepathyQt4/ready-object.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/ready-object.h b/qt4/TelepathyQt4/ready-object.h index 7a68f5589..aa43a1ce2 100644 --- a/qt4/TelepathyQt4/ready-object.h +++ b/qt4/TelepathyQt4/ready-object.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/referenced-handles.cpp b/qt4/TelepathyQt4/referenced-handles.cpp index 666663322..5e7a0ba5b 100644 --- a/qt4/TelepathyQt4/referenced-handles.cpp +++ b/qt4/TelepathyQt4/referenced-handles.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/referenced-handles.h b/qt4/TelepathyQt4/referenced-handles.h index 76a0185c5..94237ea18 100644 --- a/qt4/TelepathyQt4/referenced-handles.h +++ b/qt4/TelepathyQt4/referenced-handles.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/request-temporary-handler-internal.cpp b/qt4/TelepathyQt4/request-temporary-handler-internal.cpp index f4132d5f7..91e54a732 100644 --- a/qt4/TelepathyQt4/request-temporary-handler-internal.cpp +++ b/qt4/TelepathyQt4/request-temporary-handler-internal.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2011 Nokia Corporation + * @copyright Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/request-temporary-handler-internal.h b/qt4/TelepathyQt4/request-temporary-handler-internal.h index 991613f9f..fe9d38a89 100644 --- a/qt4/TelepathyQt4/request-temporary-handler-internal.h +++ b/qt4/TelepathyQt4/request-temporary-handler-internal.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2011 Nokia Corporation + * @copyright Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2011 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/requestable-channel-class-spec.cpp b/qt4/TelepathyQt4/requestable-channel-class-spec.cpp index 6c6d3cab3..a83bb39b6 100644 --- a/qt4/TelepathyQt4/requestable-channel-class-spec.cpp +++ b/qt4/TelepathyQt4/requestable-channel-class-spec.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/requestable-channel-class-spec.h b/qt4/TelepathyQt4/requestable-channel-class-spec.h index 29b49e481..0e274eee5 100644 --- a/qt4/TelepathyQt4/requestable-channel-class-spec.h +++ b/qt4/TelepathyQt4/requestable-channel-class-spec.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/room-list-channel.cpp b/qt4/TelepathyQt4/room-list-channel.cpp index a98f6f1a3..40fbfa961 100644 --- a/qt4/TelepathyQt4/room-list-channel.cpp +++ b/qt4/TelepathyQt4/room-list-channel.cpp @@ -1,7 +1,9 @@ -/* RoomList channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/room-list-channel.h b/qt4/TelepathyQt4/room-list-channel.h index 65a205832..2cd4eea5a 100644 --- a/qt4/TelepathyQt4/room-list-channel.h +++ b/qt4/TelepathyQt4/room-list-channel.h @@ -1,7 +1,9 @@ -/* RoomList channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/shared-ptr.dox b/qt4/TelepathyQt4/shared-ptr.dox index bfd778501..779641143 100644 --- a/qt4/TelepathyQt4/shared-ptr.dox +++ b/qt4/TelepathyQt4/shared-ptr.dox @@ -1,8 +1,8 @@ /* * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/shared-ptr.h b/qt4/TelepathyQt4/shared-ptr.h index 51228aa1c..baeaa05af 100644 --- a/qt4/TelepathyQt4/shared-ptr.h +++ b/qt4/TelepathyQt4/shared-ptr.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/simple-pending-operations.h b/qt4/TelepathyQt4/simple-pending-operations.h index 2f269d6a5..096200550 100644 --- a/qt4/TelepathyQt4/simple-pending-operations.h +++ b/qt4/TelepathyQt4/simple-pending-operations.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/stream-tube-channel.cpp b/qt4/TelepathyQt4/stream-tube-channel.cpp index 0cb90b017..1d514acb5 100644 --- a/qt4/TelepathyQt4/stream-tube-channel.cpp +++ b/qt4/TelepathyQt4/stream-tube-channel.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/stream-tube-channel.h b/qt4/TelepathyQt4/stream-tube-channel.h index 12389e24a..6aca7d748 100644 --- a/qt4/TelepathyQt4/stream-tube-channel.h +++ b/qt4/TelepathyQt4/stream-tube-channel.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/streamed-media-channel.cpp b/qt4/TelepathyQt4/streamed-media-channel.cpp index 5521468d8..8480482ce 100644 --- a/qt4/TelepathyQt4/streamed-media-channel.cpp +++ b/qt4/TelepathyQt4/streamed-media-channel.cpp @@ -1,7 +1,9 @@ -/* StreamedMedia channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/streamed-media-channel.h b/qt4/TelepathyQt4/streamed-media-channel.h index 86faabb3f..811cd9aa4 100644 --- a/qt4/TelepathyQt4/streamed-media-channel.h +++ b/qt4/TelepathyQt4/streamed-media-channel.h @@ -1,7 +1,9 @@ -/* StreamedMedia channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/test-backdoors.cpp b/qt4/TelepathyQt4/test-backdoors.cpp index 38aca402a..a81adbd92 100644 --- a/qt4/TelepathyQt4/test-backdoors.cpp +++ b/qt4/TelepathyQt4/test-backdoors.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/test-backdoors.h b/qt4/TelepathyQt4/test-backdoors.h index 247906075..ccf84b456 100644 --- a/qt4/TelepathyQt4/test-backdoors.h +++ b/qt4/TelepathyQt4/test-backdoors.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008-2009 Nokia Corporation + * @copyright Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008-2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/text-channel.cpp b/qt4/TelepathyQt4/text-channel.cpp index ae00586e8..cf73bd3e5 100644 --- a/qt4/TelepathyQt4/text-channel.cpp +++ b/qt4/TelepathyQt4/text-channel.cpp @@ -1,7 +1,9 @@ -/* Text channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/text-channel.h b/qt4/TelepathyQt4/text-channel.h index 3dcc8e8a7..8a834752d 100644 --- a/qt4/TelepathyQt4/text-channel.h +++ b/qt4/TelepathyQt4/text-channel.h @@ -1,7 +1,9 @@ -/* Text channel client-side proxy +/** + * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/tube-channel.cpp b/qt4/TelepathyQt4/tube-channel.cpp index a57a976a2..6aa6ab872 100644 --- a/qt4/TelepathyQt4/tube-channel.cpp +++ b/qt4/TelepathyQt4/tube-channel.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/tube-channel.h b/qt4/TelepathyQt4/tube-channel.h index 32aa3210a..e20cd2dfe 100644 --- a/qt4/TelepathyQt4/tube-channel.h +++ b/qt4/TelepathyQt4/tube-channel.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/types-internal.h b/qt4/TelepathyQt4/types-internal.h index 4d3777f53..12953cb12 100644 --- a/qt4/TelepathyQt4/types-internal.h +++ b/qt4/TelepathyQt4/types-internal.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/types.cpp b/qt4/TelepathyQt4/types.cpp index 3bd106688..045ba0dcd 100644 --- a/qt4/TelepathyQt4/types.cpp +++ b/qt4/TelepathyQt4/types.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/types.h b/qt4/TelepathyQt4/types.h index 996a00246..5b027ae66 100644 --- a/qt4/TelepathyQt4/types.h +++ b/qt4/TelepathyQt4/types.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2008 Nokia Corporation + * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2008 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/utils.cpp b/qt4/TelepathyQt4/utils.cpp index 3aad0cbbc..f216abbd5 100644 --- a/qt4/TelepathyQt4/utils.cpp +++ b/qt4/TelepathyQt4/utils.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/TelepathyQt4/utils.h b/qt4/TelepathyQt4/utils.h index 9ced3f0f2..9bfe0a8cb 100644 --- a/qt4/TelepathyQt4/utils.h +++ b/qt4/TelepathyQt4/utils.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/doxygen-footer.html b/qt4/doxygen-footer.html index 822991b78..87dc2a981 100644 --- a/qt4/doxygen-footer.html +++ b/qt4/doxygen-footer.html @@ -1,6 +1,6 @@ <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> -<td width="30%">Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation</td> +<td width="30%">Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation</td> <td width="30%" align="right"><div align="right">Telepathy-Qt4 $projectnumber</div></td> </tr></table></div></address> </body> diff --git a/qt4/examples/accounts/account-item.cpp b/qt4/examples/accounts/account-item.cpp index 2e2b68f99..0ad213733 100644 --- a/qt4/examples/accounts/account-item.cpp +++ b/qt4/examples/accounts/account-item.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/accounts/account-item.h b/qt4/examples/accounts/account-item.h index 965c241ae..d4584b212 100644 --- a/qt4/examples/accounts/account-item.h +++ b/qt4/examples/accounts/account-item.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/accounts/accounts-window.cpp b/qt4/examples/accounts/accounts-window.cpp index f5674f030..fc79b8344 100644 --- a/qt4/examples/accounts/accounts-window.cpp +++ b/qt4/examples/accounts/accounts-window.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/accounts/accounts-window.h b/qt4/examples/accounts/accounts-window.h index 25a5a0e33..28520d170 100644 --- a/qt4/examples/accounts/accounts-window.h +++ b/qt4/examples/accounts/accounts-window.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/receiver-channel.cpp b/qt4/examples/file-transfer/receiver-channel.cpp index f20db6303..d3e0d1f42 100644 --- a/qt4/examples/file-transfer/receiver-channel.cpp +++ b/qt4/examples/file-transfer/receiver-channel.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/receiver-channel.h b/qt4/examples/file-transfer/receiver-channel.h index a8f272399..5a48f5c68 100644 --- a/qt4/examples/file-transfer/receiver-channel.h +++ b/qt4/examples/file-transfer/receiver-channel.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/receiver.cpp b/qt4/examples/file-transfer/receiver.cpp index 3b99258dc..ad9e8479a 100644 --- a/qt4/examples/file-transfer/receiver.cpp +++ b/qt4/examples/file-transfer/receiver.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/receiver.h b/qt4/examples/file-transfer/receiver.h index 1ccc309c2..e20489cf6 100644 --- a/qt4/examples/file-transfer/receiver.h +++ b/qt4/examples/file-transfer/receiver.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/sender.cpp b/qt4/examples/file-transfer/sender.cpp index b9a21d5cb..707021eed 100644 --- a/qt4/examples/file-transfer/sender.cpp +++ b/qt4/examples/file-transfer/sender.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/file-transfer/sender.h b/qt4/examples/file-transfer/sender.h index a0f528f16..509eaa9db 100644 --- a/qt4/examples/file-transfer/sender.h +++ b/qt4/examples/file-transfer/sender.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/protocols/cm-wrapper.cpp b/qt4/examples/protocols/cm-wrapper.cpp index b8950f2f9..b8122b53a 100644 --- a/qt4/examples/protocols/cm-wrapper.cpp +++ b/qt4/examples/protocols/cm-wrapper.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/protocols/cm-wrapper.h b/qt4/examples/protocols/cm-wrapper.h index 2580a219c..a95778fed 100644 --- a/qt4/examples/protocols/cm-wrapper.h +++ b/qt4/examples/protocols/cm-wrapper.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/protocols/protocols.cpp b/qt4/examples/protocols/protocols.cpp index 84343289e..1ccffe224 100644 --- a/qt4/examples/protocols/protocols.cpp +++ b/qt4/examples/protocols/protocols.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/protocols/protocols.h b/qt4/examples/protocols/protocols.h index 8e886a69b..896fe17a0 100644 --- a/qt4/examples/protocols/protocols.h +++ b/qt4/examples/protocols/protocols.h @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2010 Nokia Corporation + * @copyright Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2010 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-item.cpp b/qt4/examples/roster/roster-item.cpp index 8604c25ce..52e4cc49a 100644 --- a/qt4/examples/roster/roster-item.cpp +++ b/qt4/examples/roster/roster-item.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-item.h b/qt4/examples/roster/roster-item.h index 073339f49..aeaf30aa1 100644 --- a/qt4/examples/roster/roster-item.h +++ b/qt4/examples/roster/roster-item.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-widget.cpp b/qt4/examples/roster/roster-widget.cpp index 32be55029..7b3822e05 100644 --- a/qt4/examples/roster/roster-widget.cpp +++ b/qt4/examples/roster/roster-widget.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-widget.h b/qt4/examples/roster/roster-widget.h index 52348f2b1..113fd55b4 100644 --- a/qt4/examples/roster/roster-widget.h +++ b/qt4/examples/roster/roster-widget.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-window.cpp b/qt4/examples/roster/roster-window.cpp index d497b0568..c4b73d348 100644 --- a/qt4/examples/roster/roster-window.cpp +++ b/qt4/examples/roster/roster-window.cpp @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/examples/roster/roster-window.h b/qt4/examples/roster/roster-window.h index aa844f7b9..16cd9e4ca 100644 --- a/qt4/examples/roster/roster-window.h +++ b/qt4/examples/roster/roster-window.h @@ -1,7 +1,8 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qt4/tests/dbus/stateful-proxy.cpp b/qt4/tests/dbus/stateful-proxy.cpp index b238e4a19..e76ac8676 100644 --- a/qt4/tests/dbus/stateful-proxy.cpp +++ b/qt4/tests/dbus/stateful-proxy.cpp @@ -1,8 +1,9 @@ -/* +/** * This file is part of TelepathyQt4 * - * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> - * Copyright (C) 2009 Nokia Corporation + * @copyright Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/> + * @copyright Copyright (C) 2009 Nokia Corporation + * @license LGPL 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |