# HG changeset patch # User John Bailey # Date 1189289000 0 # Node ID bdffee131b80f13a5c7d98846df8119f0b114b24 # Parent 3792a88141669688886ae9400968ee55733d1469 Fix my e-mail address to match my MTN key since it now is a real e-mail address. diff -r 3792a8814166 -r bdffee131b80 libpurple/plugins/debug_example.c --- 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 + * Copyright (C) 2007, John Bailey * * 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 " +#define PLUGIN_AUTHOR "John Bailey " /* 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 diff -r 3792a8814166 -r bdffee131b80 libpurple/plugins/helloworld.c --- 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 , - * 2007, John Bailey + * 2007, John Bailey * * 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 ", /* correct author */ + "John Bailey ", /* correct author */ "http://helloworld.tld",