fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

comments.h

Go to the documentation of this file.
00001 
00002 static const char * const comment_text[] = {
00003   // GNU Public License/GPL Header
00004     "//\n"
00005     "// NameOfProgram, ShortDescription\n"
00006     "// Copyright (C) YYYY  NameOfAuthor\n"
00007     "//\n"
00008     "// This program is free software; you can redistribute it and/or\n"
00009     "// modify it under the terms of the GNU General Public License\n"
00010     "// as published by the Free Software Foundation; either version 2\n"
00011     "// of the License, or (at your option) any later version.\n"
00012     "//\n"
00013     "// This program is distributed in the hope that it will be useful,\n"
00014     "// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
00015     "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
00016     "// GNU General Public License for more details.\n"
00017     "//\n"
00018     "// You should have received a copy of the GNU General Public License\n"
00019     "// along with this program; if not, write to the Free Software\n"
00020     "// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n"
00021     "//\n",
00022   // GNU Public License/GPL Footer
00023     "\n//\n"
00024     "// NameOfProgram, ShortDescription\n"
00025     "// Copyright (C) YYYY  NameOfAuthor\n"
00026     "//",
00027   // GNU Public License/LGPL Header
00028     "//\n"
00029     "// NameOfLibrary, ShortDescription\n"
00030     "// Copyright (C) YYYY  NameOfAuthor\n"
00031     "//\n"
00032     "// This library is free software; you can redistribute it and/or\n"
00033     "// modify it under the terms of the GNU Lesser General Public\n"
00034     "// License as published by the Free Software Foundation; either\n"
00035     "// version 2.1 of the License, or (at your option) any later version.\n"
00036     "//\n"
00037     "// This library is distributed in the hope that it will be useful,\n"
00038     "// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
00039     "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
00040     "// GNU Lesser General Public License for more details.\n"
00041     "//\n"
00042     "// You should have received a copy of the GNU Lesser General Public\n"
00043     "// License along with this program; if not, write to the Free Software\n"
00044     "// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n"
00045     "//\n",
00046   // GNU Public License/LGPL Footer
00047     "\n//\n"
00048     "// NameOfLibrary, ShortDescription\n"
00049     "// Copyright (C) YYYY  NameOfAuthor\n"
00050     "//",
00051   // FLTK/Header
00052     "//\n"
00053     "// \"$Id$\"\n"
00054     "//\n"
00055     "// ... for the Fast Light Tool Kit (FLTK).\n"
00056     "//\n"
00057     "// Copyright 1998-2010 by Bill Spitzak and others.\n"
00058     "//\n"
00059     "// This library is free software; you can redistribute it and/or\n"
00060     "// modify it under the terms of the GNU Library General Public\n"
00061     "// License as published by the Free Software Foundation; either\n"
00062     "// version 2 of the License, or (at your option) any later version.\n"
00063     "//\n"
00064     "// This library is distributed in the hope that it will be useful,\n"
00065     "// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
00066     "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
00067     "// Library General Public License for more details.\n"
00068     "//\n"
00069     "// You should have received a copy of the GNU Library General Public\n"
00070     "// License along with this library; if not, write to the Free Software\n"
00071     "// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\n"
00072     "// USA.\n"
00073     "//\n"
00074     "// Please report all bugs and problems on the following page:\n"
00075     "//\n"
00076     "//     http://www.fltk.org/str.php\n"
00077     "//\n",
00078   // FLTK/Footer
00079     "\n//\n"
00080     "// End of \"$Id$\".\n"
00081     "//",
00082 };