changeset 19907:9500ab76c8dc

Fix the top of the header and also correct for the new FSF address.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 02:47:28 +0000
parents 26c73c337d8f
children 0715328a0be3
files libpurple/plugins/helloworld.c
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <amc_grim@users.sf.net>
+ * Copyright (C) 2004, Gary Kramlich <grim@guifications.org>,
+ *               2007, John Bailey <rekkanoryo@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
@@ -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