From 01a9f65baec90120a33a69128deb215a419e1a85 Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Tue, 21 Apr 2009 11:31:33 -0700 Subject: Update license to gpl2+ 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 -- cgit v0.10.2