changeset 32073:0bac73a6a536

Changed the Author added copyright, etc.
author tdrhq@soc.pidgin.im
date Mon, 10 Aug 2009 01:34:48 +0000
parents 9839a31f2667
children 41cb5245b253
files pidgin/plugins/adiumthemes/webkit.c
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/adiumthemes/webkit.c	Mon Aug 10 01:21:57 2009 +0000
+++ b/pidgin/plugins/adiumthemes/webkit.c	Mon Aug 10 01:34:48 2009 +0000
@@ -1,5 +1,6 @@
 /*
- * Adium Webkit views
+ * Adium Message Styles
+ * Copyright (C) 2009  Arnold Noronha <arnstein87@gmail.com>
  * Copyright (C) 2007
  *
  * This program is free software; you can redistribute it and/or
@@ -18,13 +19,14 @@
  * 02111-1307, USA.
  */
 
-/* This plugins is basically Sadrul's x-chat plugin, but with Webkit
- * instead of xtext.
- */
-
 #define PLUGIN_ID		"gtk-webview-adium-ims"
 #define PLUGIN_NAME		"webview-adium-ims"
-#define PLUGIN_AUTHOR		"Sean Egan <seanegan@gmail.com>"
+
+/*
+ * A lot of this was originally written by Sean Egan, but I think I've 
+ * rewrote enough to replace the author for now. 
+ */
+#define PLUGIN_AUTHOR		"Arnold Noronha <arnstein87@gmail.com>" 
 #define PURPLE_PLUGINS          "Hell yeah"
 
 /* System headers */
@@ -46,8 +48,6 @@
 #include <gtkwebview.h>
 #include <smileyparser.h>
 
-static PurpleConversationUiOps *uiops = NULL;
-
 
 /* Cache the contents of the HTML files */
 char *template_html = NULL;                 /* This is the skeleton: some basic javascript mostly */