Author: dejan Date: 2007-06-03 14:33:51 -0400 (Sun, 03 Jun 2007) New Revision: 5869 Log: Added (shell-style) FLTK copyright information to the file.
Modified: trunk/install-sh Modified: trunk/install-sh =================================================================== --- trunk/install-sh 2007-06-01 18:13:36 UTC (rev 5868) +++ trunk/install-sh 2007-06-03 18:33:51 UTC (rev 5869) @@ -1,5 +1,28 @@ #! /bin/sh # +### +# +# Copyright 1998-2007 by Bill Spitzak and others. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# Please report all bugs and problems to "[EMAIL PROTECTED]". +# +### +# # install - install a program, script, or datafile # This comes from X11R5. # _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
