X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcomments-dialog.h;h=9295d4c3a2302a9ddaa6c66a679b04f71f56b846;hb=3e98eec9f2c774a7c695944c15de651ecd120430;hp=bfda1f01b0223450699571769e862920f3f01459;hpb=cecaf561d11939de82a6598324376b8cf8225fd5;p=pspp diff --git a/src/ui/gui/comments-dialog.h b/src/ui/gui/comments-dialog.h index bfda1f01b0..9295d4c3a2 100644 --- a/src/ui/gui/comments-dialog.h +++ b/src/ui/gui/comments-dialog.h @@ -1,26 +1,25 @@ -/* - PSPPIRE --- A Graphical User Interface for PSPP - Copyright (C) 2007 Free Software Foundation +/* PSPPIRE - a graphical user interface for PSPP. + Copyright (C) 2007 Free Software Foundation, Inc. - 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 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 3 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. + 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 Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef COMMENTS_DIALOG_H #define COMMENTS_DIALOG_H -void comments_dialog (GObject *o, gpointer data); +#include "psppire-data-window.h" + +void comments_dialog (PsppireDataWindow * data); #endif /* COMMENTS_DIALOG_H */