*** empty log message ***
[m17n/libotf.git] / README
diff --git a/README b/README
index 3c23e48..570ca39 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,16 @@
+This directory tree holds version 0.9.12 of the otf library.   -*- text -*-
 
-       libotf -- A Library for handling OpenType Font (OTF)
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO167
+See the end for copying conditions.
 
-                       Ver.0.9 (2003.1.10)
 
+#####################################################################
+#      libotf -- A Library for handling OpenType Font (OTF)        #
+#                                                                  #
+#                      Ver.0.9.13 (2012.04.27)                     #
+#####################################################################
 
 (1) What is libotf?
 
@@ -17,6 +25,9 @@ The library "libotf" provides the following facilites.
 The combination of libotf and the FreeType library (Ver.2) realizes
 CTL (complex text layout) by OpenType fonts.
 
+It seems that the probject Free Type Layout provides the similar (or
+better) facility as this library, but currently they have not yet
+released their library.  So, we have developped this one.
 
 (2) Installation
 
@@ -42,33 +53,36 @@ CVS Password:  <- type Enter (or RET)
 (3) Documents
 
 o REAMDE -- this file
-o COPYING -- GPL document
+o COPYING -- LGPL document
 o INSTALL -- the generic installation instructions
-o NEWS -- the recent changes to libm17n
+o NEWS -- the recent changes to libotf
+
+See the header file otf.h for the API provided by this library.
 
 (4) Bug report
 
-Please send bug reports to bugs <bugs-libotf@m17n.org>.
+Please send bug reports to bugs <handa@m17n.org>.
 
 
 -----
 
-Copyright (C) 2003
-National Institute of Advanced Industrial Science and Technology (AIST)
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO167
 
 This file is part of libotf.
 
-Libotf is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+Libotf 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.
 
-Libotf 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 General Public License for more details.
+Libotf 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 General Public License
-along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+You should have received a copy of the GNU Lesser General Public
+License along with this library, in a file named COPYING; if not,
+write to the Free Software Foundation, Inc., 59 Temple Place, Suite
+330, Boston, MA 02111-1307, USA.