Clean up the license headers for finch plugins

Sun, 29 Sep 2019 02:50:37 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 29 Sep 2019 02:50:37 -0500
changeset 39886
ffa3bea4e9a8
parent 39885
b1b266896ec1
child 39887
9c8f874c74a0

Clean up the license headers for finch plugins

finch/plugins/gntclipboard.c file | annotate | diff | comparison | revisions
finch/plugins/gntgf.c file | annotate | diff | comparison | revisions
finch/plugins/gnthistory.c file | annotate | diff | comparison | revisions
finch/plugins/gnttinyurl.c file | annotate | diff | comparison | revisions
finch/plugins/grouping.c file | annotate | diff | comparison | revisions
finch/plugins/lastlog.c file | annotate | diff | comparison | revisions
--- a/finch/plugins/gntclipboard.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/gntclipboard.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file gntclipboard.c
- *
  * Copyright (C) 2007 Richard Nelson <wabz@whatsbeef.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -18,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-
 #include "internal.h"
 #include <glib.h>
 
--- a/finch/plugins/gntgf.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/gntgf.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file gntgf.c Minimal toaster plugin in Gnt.
- *
  * Copyright (C) 2006 Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -18,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-
 #include "internal.h"
 
 #include NCURSES_HEADER
--- a/finch/plugins/gnthistory.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/gnthistory.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file gnthistory.c Show log from previous conversation
- *
  * Copyright (C) 2006 Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/finch/plugins/gnttinyurl.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/gnttinyurl.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file gnttinyurl.c
- *
  * Copyright (C) 2009 Richard Nelson <wabz@whatsbeef.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -18,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-
 #include "internal.h"
 #include <glib.h>
 
@@ -27,7 +24,6 @@
 #define PREF_LENGTH  PREFS_BASE "/length"
 #define PREF_URL  PREFS_BASE "/url"
 
-
 #include <conversation.h>
 #include <http.h>
 #include <signals.h>
--- a/finch/plugins/grouping.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/grouping.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file grouping.c  Provides different grouping options.
- *
  * Copyright (C) 2008 Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
--- a/finch/plugins/lastlog.c	Sun Sep 29 02:48:18 2019 -0500
+++ b/finch/plugins/lastlog.c	Sun Sep 29 02:50:37 2019 -0500
@@ -1,6 +1,4 @@
 /**
- * @file lastlog.c Lastlog plugin for purple-text.
- *
  * Copyright (C) 2006 Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -18,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-
 #define PLUGIN_STATIC_NAME	GntLastlog
 
 #include "internal.h"

mercurial