From 60335167b2219666985f4f948b8654642473c764 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Thu, 4 Dec 2008 20:20:30 +0000 Subject: + Fixed non standard fltk utf8 files headers. Kept original author and copyright. Added standard fltk LGPL header notice + Added missing comment to fl_width() related to latest utf8 STR#2086 related fix in r6539 and r6540. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6542 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/fl_utf8.h | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'FL/fl_utf8.h') diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 55a834822..f80ae8496 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -1,25 +1,27 @@ +// "$Id: $" // -// Copyright 1998-2008 by Bill Spitzak and others. +// Author: Jean-Marc Lienher ( http://oksid.ch ) +// Copyright 2000-2003 by O'ksi'D. // // 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 -// with exceptions that allow sub-classing and static linking in -// non-LGPL compliant software. These exceptions are subject to -// conditions, see the FLTK License for more details. +// 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 FLTK -// License for more details. +// 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 FLTK License along with -// this library; if not, write to OksiD Software, Jean-Marc Lienher, -// Rue de la Cheminee 1, CH-2065 Savagnier, Switzerland. +// 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 "oksid@bluewin.ch". +// Please report all bugs and problems on the following page: // +// http://www.fltk.org/str.php + // Merged in some functionality from the fltk-2 version. IMM. // The following code is an attempt to merge the functions incorporated in FLTK2 -- cgit v1.2.3