From 737c789f0dce8ed54711c1f7ec353211ad044aad Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 11 May 2008 02:33:36 +0200 Subject: [PATCH] Update comments. --- lib/unictype/gen-ctype.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/unictype/gen-ctype.c b/lib/unictype/gen-ctype.c index e8ff2b6f95..7250ecfc73 100644 --- a/lib/unictype/gen-ctype.c +++ b/lib/unictype/gen-ctype.c @@ -1,6 +1,6 @@ /* Generate Unicode conforming character classification tables from a UnicodeData file. - Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2007-2008 Free Software Foundation, Inc. Written by Bruno Haible , 2000-2002. This program is free software; you can redistribute it and/or modify @@ -5123,12 +5123,12 @@ main (int argc, char * argv[]) * compile-command: " gcc -O -Wall gen-ctype.c -o gen-ctype && \ ./gen-ctype \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/UnicodeData.txt \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/PropList.txt \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/DerivedCoreProperties.txt \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/Scripts.txt \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/Blocks.txt \ - /gfs/ibook/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/3.0.1/PropList-3.0.1.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/UnicodeData.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/PropList.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/DerivedCoreProperties.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/Scripts.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/5.0.0/ucd/Blocks.txt \ + /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/3.0.1/PropList-3.0.1.txt \ 5.0.0 " * End: -- 2.30.2