# HG changeset patch # User John Bailey # Date 1189219648 0 # Node ID 9500ab76c8dc59006c7f2760d18e81e43a2647fe # Parent 26c73c337d8fcfc261f5c104d6ec85107744ad9c Fix the top of the header and also correct for the new FSF address. diff -r 26c73c337d8f -r 9500ab76c8dc libpurple/plugins/helloworld.c --- a/libpurple/plugins/helloworld.c Sat Sep 08 00:06:51 2007 +0000 +++ b/libpurple/plugins/helloworld.c Sat Sep 08 02:47:28 2007 +0000 @@ -1,7 +1,8 @@ /* - * PluginPref Example Plugin + * Hello World Plugin * - * Copyright (C) 2004, Gary Kramlich + * Copyright (C) 2004, Gary Kramlich , + * 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 @@ -15,8 +16,9 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02111-1301, USA. + * */ #ifdef HAVE_CONFIG_H