diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-12-04 20:20:30 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-12-04 20:20:30 +0000 |
| commit | 60335167b2219666985f4f948b8654642473c764 (patch) | |
| tree | 28f72ced780cc4ada9d1561549579ba5450d86d9 /FL/fl_utf8.h | |
| parent | 5182f58f01eac3e5a79eaecf1afd9867f0bd682f (diff) | |
+ 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
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 24 |
1 files changed, 13 insertions, 11 deletions
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 |
