From: Hans U. N. <hu...@us...> - 2007-08-14 19:57:45
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15578/libexif Modified Files: exif-system.h Log Message: add license Index: exif-system.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-system.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- exif-system.h 26 Jun 2007 02:03:47 -0000 1.1 +++ exif-system.h 14 Aug 2007 19:57:42 -0000 1.2 @@ -1,5 +1,22 @@ /** \file exif-system.h * \brief System specific definitions, not for installation! + * + * Copyright (C) 2007 Hans Ulrich Niedermann <gp...@n-...> + * + * This library 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 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser 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. */ #ifndef EXIF_SYSTEM_H |