Mercurial > pidgin
changeset 27342:6ce4c8f80d04
Correct the doxygen documentation in the pidginrc plugin and swap out a
*very* old address for myself.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sat, 27 Jun 2009 00:11:53 +0000 |
parents | 9c0a18f16fce |
children | df7705d4b19a |
files | pidgin/plugins/pidginrc.c |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/pidginrc.c Sat Jun 27 00:05:12 2009 +0000 +++ b/pidgin/plugins/pidginrc.c Sat Jun 27 00:11:53 2009 +0000 @@ -1,7 +1,13 @@ /** - * @file purplerc.c Purple gtk resource control plugin. + * @file pidginrc.c Pidgin GTK+ resource control plugin. + * @ingroup pidgin + */ + +/* pidgin * - * Copyright (C) 2005 Etan Reisner <deryni@eden.rutgers.edu> + * Pidgin is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -612,7 +618,7 @@ DISPLAY_VERSION, N_("Provides access to commonly used gtkrc settings."), N_("Provides access to commonly used gtkrc settings."), - "Etan Reisner <deryni@eden.rutgers.edu>", + "Etan Reisner <deryni@pidgin.im>", PURPLE_WEBSITE, purplerc_plugin_load, purplerc_plugin_unload,