Show
Ignore:
Timestamp:
12/07/07 11:08:06 (5 years ago)
Author:
naoya_t
Message:

r2738@localhost: naochan | 2007-12-07 10:45:02 +0900
changed copyright & license notices

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-BOCU1-XS/trunk/README

    r2725 r2751  
    22=============== 
    33 
    4    Version 0.01 - 03 July 2006 
     4   Version 0.02 - 03 July 2006 
    55 
    66   Encode::BOCU1::XS is a Perl extension for encoding / decoding BOCU-1 string. 
     
    3030      http://www-306.ibm.com/software/globalization/icu/ 
    3131 
    32     BOCU-1 Sample C Codes 
    33       http://www.unicode.org/notes/tn6/ 
    34       (copies of the sample codes are found under IBM_CODES/) 
    35  
    3632 
    3733COPYRIGHT AND LICENCE 
     
    4137 * bocu1.c (encoder and decoder functions) 
    4238 * bocu1tst.c (test code with main() function) 
    43 from "Sample C Sources" on http://www.unicode.org/notes/tn6/ are 
     39from "Sample C Code" on http://www.unicode.org/notes/tn6/ are 
    4440 
    4541Copyright (C) 2002, International Business Machines Corporation and others. 
    4642All Rights Reserved. 
    4743 
    48 This code is distributed under the X license (ICU version). 
     44The "Sample C Code" is under the X license (ICU version). 
    4945ICU License : http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu/license.html 
    5046