From: Dennis S. <sy...@yo...> - 2004-07-04 22:01:18
|
We need to have a Copyright banner in all our C and header files. I was thinking about the following for the LGPL files: /* Libvisual - The audio visualisation framework. * Copyright (C) 2004 Dennis Smit <sy...@ne...>, * Anyone that <wo...@in...le> * * $Id: * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ What do you people think ? The GPL banner would be very likewise ofcourse. Cheers, Dennis |