X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fviewmenu.h;h=bf785648134585d191143ecb1a286c95c64559e9;hb=fc3c2b3dbd1b840445dc5bd9f2d3e99ac68837e6;hp=db30bd0b70573df45632215d165c8a85b14c77eb;hpb=b1fbb635cdd64e96bf36a62dc6b59d6724f5ad57;p=emu8051.git diff --git a/src/viewmenu.h b/src/viewmenu.h index db30bd0..bf78564 100644 --- a/src/viewmenu.h +++ b/src/viewmenu.h @@ -1,14 +1,30 @@ -/* viewmenu.h */ - +/* + * viewmenu.h + * + * Copyright (C) 1999 Jonathan St-André + * Copyright (C) 1999 Hugo Villeneuve + * + * 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. + * + * This program 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ #ifndef VIEWMENU_H #define VIEWMENU_H 1 #include - void -ViewAddMenu( GtkWidget *menu_bar ); - +ViewAddMenu(GtkWidget *menu_bar); #endif /* VIEWMENU_H */