From 5f5d0e049b13f5bdf0d7e0425204c8ad5c01cd17 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Sat, 20 Mar 2004 23:52:48 +0000 Subject: Made minor documentation changes to popup. Added entry external. svn path=/trunk/externals/bbogart/; revision=1459 --- popup/popup.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'popup/popup.c') diff --git a/popup/popup.c b/popup/popup.c index 9e0db8b..469d34d 100644 --- a/popup/popup.c +++ b/popup/popup.c @@ -1,6 +1,20 @@ -/* Popup menu widget for PD */ -/* Based on button from GGEE by Guenter Geiger */ -/* Copyright Ben Bogart 2004 ben@ekran.org */ +/* Popup menu widget for PD * + * Based on button from GGEE by Guenter Geiger * + * Copyright Ben Bogart 2004 ben@ekran.org * + + * This program is distributed under the terms of the GNU General Public * + * License * + + * popup 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. * + + * popup is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. */ + #include @@ -431,7 +445,7 @@ void popup_setup(void) { class_setsavefn(popup_class,&popup_save); #endif - post("Popup v0 Ben Bogart."); + post("Popup v0.1 Ben Bogart."); } -- cgit v1.2.1