Mercurial > pidgin
changeset 19956:bdffee131b80
Fix my e-mail address to match my MTN key since it now is a real e-mail address.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 08 Sep 2007 22:03:20 +0000 |
parents | 3792a8814166 |
children | f0a87b0d9955 |
files | libpurple/plugins/debug_example.c libpurple/plugins/helloworld.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/plugins/debug_example.c Sat Sep 08 20:50:13 2007 +0000 +++ b/libpurple/plugins/debug_example.c Sat Sep 08 22:03:20 2007 +0000 @@ -1,7 +1,7 @@ /* * Debug Example Plugin * - * Copyright (C) 2007, John Bailey <rekkanoryo@pidgin.im> + * Copyright (C) 2007, John Bailey <rekkanoryo@cpw.pidgin.im> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -48,7 +48,7 @@ /* Common practice in third-party plugins is to define convenience macros for * many of the fields of the plugin info struct, so we'll do that for the * purposes of demonstration. */ -#define PLUGIN_AUTHOR "John Bailey <rekkanoryo@ipidgin.im>" +#define PLUGIN_AUTHOR "John Bailey <rekkanoryo@cpw.pidgin.im>" /* As we've covered before, libpurple calls this function, if present, when it * loads the plugin. Here we're using it to show off the capabilities of the
--- a/libpurple/plugins/helloworld.c Sat Sep 08 20:50:13 2007 +0000 +++ b/libpurple/plugins/helloworld.c Sat Sep 08 22:03:20 2007 +0000 @@ -2,7 +2,7 @@ * Hello World Plugin * * Copyright (C) 2004, Gary Kramlich <grim@guifications.org>, - * 2007, John Bailey <rekkanoryo@pidgin.im> + * 2007, John Bailey <rekkanoryo@cpw.pidgin.im> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -109,7 +109,7 @@ "Hello World Plugin", "Hello World Plugin", - "John Bailey <rekkanoryo@pidgin.im>", /* correct author */ + "John Bailey <rekkanoryo@cpw.pidgin.im>", /* correct author */ "http://helloworld.tld",