From 873b6fa1d058b12d91767a79b05890cbcb53476a Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Mar 2010 12:27:02 +0000 Subject: [PATCH] Copyright years udpated. --- ChangeLog | 4 ++-- Makefile.am | 2 +- NEWS | 12 +++++++++++- README | 8 ++++---- configure.ac | 2 +- example/Makefile.am | 2 +- example/otfdump.c | 2 +- example/otflist.c | 2 +- example/otfview.c | 2 +- src/Makefile.am | 2 +- src/internal.h | 2 +- src/otf.h | 2 +- src/otfdrive.c | 2 +- src/otferror.c | 2 +- src/otfopen.c | 2 +- 15 files changed, 29 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20c0b97..107456a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -145,7 +145,7 @@ 2009-10-02 Kenichi Handa - * src/otfopen.c (OTF_ApplicationData_): New type. + * src/otfopen.c (OTF_ApplicationData): New type. (OTF_InternalData): New member app_data. (OTF_close): Free OTF_InternalData->app_data. (OTF_put_data, OTF_get_data): New functions. @@ -876,7 +876,7 @@ * Version 0.9 released. -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/Makefile.am b/Makefile.am index 3010210..ad9bd90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- top level Makefile for libotf. -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO167 diff --git a/NEWS b/NEWS index d317a9c..53b964d 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,20 @@ NEWS -- What's new in libotf. -*- outline -*- -Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 See the end for copying conditions. +* Changes in libotf 0.9.11 + +** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log +works like OTF_drive_gsub and OTF_drive_gpos but also records which +features are applied to which glyphs. + +** New function OTF_put_data and OTF_get_data can be used to store and +retrieve arbitrary cliend data to/from the structure OTF. + + * Changes in libotf 0.9.10 ** This release is mainly for bug fixes. diff --git a/README b/README index c381877..e492344 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This directory tree holds version 0.9.10 of the otf library. -*- text -*- +This directory tree holds version 0.9.11 of the otf library. -*- text -*- -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 See the end for copying conditions. @@ -9,7 +9,7 @@ See the end for copying conditions. ##################################################################### # libotf -- A Library for handling OpenType Font (OTF) # # # -# Ver.0.9.10 (2009.8.13) # +# Ver.0.9.11 (2010.3.19) # ##################################################################### (1) What is libotf? @@ -66,7 +66,7 @@ Please send bug reports to bugs . ----- -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/configure.ac b/configure.ac index 5ee773a..b2a8c33 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Autoconf script for libotf. dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO167 diff --git a/example/Makefile.am b/example/Makefile.am index 4c3adb4..e4e27d2 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- example level Makefile for libotf. -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO167 diff --git a/example/otfdump.c b/example/otfdump.c index f5961e5..2f9dda3 100644 --- a/example/otfdump.c +++ b/example/otfdump.c @@ -1,6 +1,6 @@ /* otfdump.c -- Dump OpenType Layout Tables. -Copyright (C) 2003, 2004, 2008 +Copyright (C) 2003, 2004, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/example/otflist.c b/example/otflist.c index d2e252e..5b64e0e 100644 --- a/example/otflist.c +++ b/example/otflist.c @@ -1,6 +1,6 @@ /* otflist.c -- List OpenType fonts. -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/example/otfview.c b/example/otfview.c index 9f1995d..481c964 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -1,6 +1,6 @@ /* otfview.c -- View glyphs of OpenType fonts. -Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/src/Makefile.am b/src/Makefile.am index c8e2649..b4a9bf5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- src level Makefile for libotf. -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO167 diff --git a/src/internal.h b/src/internal.h index 7532720..4be5f46 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,6 +1,6 @@ /* private.h -- Private header file for libotf -Copyright (C) 2009 +Copyright (C) 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/src/otf.h b/src/otf.h index e2bebce..ee8d473 100644 --- a/src/otf.h +++ b/src/otf.h @@ -1,6 +1,6 @@ /* otf.h -- Header file for libotf (OpenType font library). -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/src/otfdrive.c b/src/otfdrive.c index fc65cf3..97e1974 100644 --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -1,6 +1,6 @@ /* otfdrive.c -- OpenType font driver. -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/src/otferror.c b/src/otferror.c index 015ccc7..09c2e85 100644 --- a/src/otferror.c +++ b/src/otferror.c @@ -1,6 +1,6 @@ /* otferror.c -- Error handling. -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 diff --git a/src/otfopen.c b/src/otfopen.c index 3fdc41f..229bd40 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -1,6 +1,6 @@ /* otfopen.c -- OpenType font reader. -Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 +Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 -- 1.7.10.4