aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-04-21 18:31:33 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-04-21 18:31:33 (GMT)
commit01a9f65baec90120a33a69128deb215a419e1a85 (patch)
tree0faae248e1dbb6e6b9fc7a0184f67753798aefbe
parent0841187913a63584891998219bfa41f797f1e215 (diff)
downloadpowwow-01a9f65baec90120a33a69128deb215a419e1a85.zip
powwow-01a9f65baec90120a33a69128deb215a419e1a85.tar.gz
powwow-01a9f65baec90120a33a69128deb215a419e1a85.tar.bz2
Update license to gpl2+
-rw-r--r--plugtest.c10
-rw-r--r--powwow-muc.c6
2 files changed, 16 insertions, 0 deletions
diff --git a/plugtest.c b/plugtest.c
index dd42c58..9d80118 100644
--- a/plugtest.c
+++ b/plugtest.c
@@ -4,6 +4,16 @@
#include "cmd.h"
#include "tty.h"
+/* Bare test plugin for powwow
+ * Author: Steve Slaven - http://hoopajoo.net
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ */
+
void plugtest( char *arg );
cmdstruct mycommand = { NULL, NULL, "plugtest", plugtest, "test command" };
diff --git a/powwow-muc.c b/powwow-muc.c
index d9b03e2..c98547e 100644
--- a/powwow-muc.c
+++ b/powwow-muc.c
@@ -5,6 +5,12 @@
/* Curses based powwow movie player.
* Author: Steve Slaven - http://hoopajoo.net
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
*/
#define JUMP_SMALL 1000