about.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // gvectors is a frontend to libgvectors using gtkmm.
00004 // Copyright (C) 2007  Rafael Ostertag
00005 //
00006 // This program is free software; you can redistribute it and/or
00007 // modify it under the terms of the GNU General Public License
00008 // as published by the Free Software Foundation; either version 2
00009 // of the License, or (at your option) any later version.
00010 //
00011 // This program is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 // GNU General Public License for more details.
00015 //
00016 // You should have received a copy of the GNU General Public License
00017 // along with this program; if not, write to the Free Software
00018 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
00019 // USA.
00020 //
00021 // $Id: about_8h-source.html,v 1.1 2007-09-10 23:31:13 rafi Exp $
00022 //
00023 // File:   about.h
00024 // Author: Rafael Ostertag
00025 //
00026 // Created on July 8, 2007, 5:21 PM
00027 //
00028 
00031 
00032 #ifndef _ABOUT_H
00033 #define _ABOUT_H
00034 
00035 #include <gtkmm.h>
00036 
00037 #define _LICENSE "gvectors\n" \
00038     "Copyright (C) 2007  Rafael Ostertag\n" \
00039     "\n" \
00040     "This program is free software; you can redistribute it and/or modify\n" \
00041     "it under the terms of the GNU General Public License as published by\n" \
00042     "the Free Software Foundation; either version 2 of the License, or\n" \
00043     "(at your option) any later version.\n" \
00044     "\n" \
00045     "This program is distributed in the hope that it will be useful,\n" \
00046     "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" \
00047     "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" \
00048     "GNU General Public License for more details.\n" \
00049     "\n" \
00050     "You should have received a copy of the GNU General Public License\n" \
00051     "along with this program; if not, write to the Free Software\n" \
00052     "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA"
00053 
00059 class About : public Gtk::AboutDialog {
00060 public:
00061     About();
00062 };
00063 
00064 #endif  /* _ABOUT_H */
00065 

Generated on Tue Sep 11 01:14:27 2007 for gvectors by  doxygen 1.4.7