From a097e5c5cbada9b7dae881a1411ada4a366ed62d Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Wed, 6 Mar 2013 21:56:59 +0200 Subject: [PATCH] purple: update description & author plugin strings --- AUTHORS | 7 ++++--- contrib/maemo/control | 2 +- src/purple/purple-plugin.c | 11 ++++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index dcbb175d..7060b15a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,13 @@ Maintainers: -Anibal Avelar -Stefan Becker +Stefan Becker Jakub Adam Jochen De Smet (Miranda port) +Michael Lamb (Adium port) Retired Maintainers: +Anibal Avelar Tomáš Hrabčík pier11 Gabriel Burt @@ -40,7 +41,7 @@ Translators: psilo (cs) Jakub Adam (cs) -Stefan Becker (de, fi) +Stefan Becker (de, fi) Anibal Avelar (es, pt_BR) bttfmcf (fr) aidoru (it) diff --git a/contrib/maemo/control b/contrib/maemo/control index d20fc076..2d772ddf 100644 --- a/contrib/maemo/control +++ b/contrib/maemo/control @@ -1,7 +1,7 @@ Source: pidgin-sipe Section: misc Priority: optional -Maintainer: Stefan Becker +Maintainer: Stefan Becker XSBC-Original-Maintainer: Anibal Avelar Homepage: http://sipe.sourceforge.net/ # Maemo 4: pidgin-dev needed for libpurple-dev diff --git a/src/purple/purple-plugin.c b/src/purple/purple-plugin.c index 9b538768..de93c9e9 100644 --- a/src/purple/purple-plugin.c +++ b/src/purple/purple-plugin.c @@ -944,11 +944,12 @@ static PurplePluginInfo sipe_purple_info = { PACKAGE_VERSION, /**< version */ "Microsoft Office Communicator Protocol Plugin", /**< summary */ "A plugin for the extended SIP/SIMPLE protocol used by " /**< description */ - "Microsoft Live/Office Communications Server (LCS2005/OCS2007+)", /**< description */ - "Anibal Avelar , " /**< author */ - "Gabriel Burt , " /**< author */ - "Stefan Becker , " /**< author */ - "pier11 ", /**< author */ + "Microsoft Live/Office Communications/Lync Server (LCS2005/OCS2007+)", /**< description */ + "Stefan Becker , " /**< author */ + "Jakub Adam , " /**< author */ + "Anibal Avelar (retired), " /**< author */ + "pier11 (retired)," /**< author */ + "Gabriel Burt (retired)", /**< author */ PACKAGE_URL, /**< homepage */ sipe_purple_plugin_load, /**< load */ sipe_purple_plugin_unload, /**< unload */ -- 2.11.4.GIT