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

Location:
lang/perl/Encode-BOCU1-XS/trunk
Files:
1 added
8 modified

Legend:

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

    r2725 r2751  
    330.01  Mon Jul 03 03:00:00 2006 
    44        - original version 
     5 
     60.02  Mon Jul 03 22:00:00 2006 
     7    - changed copyright & license notices 
  • lang/perl/Encode-BOCU1-XS/trunk/META.yml

    r2725 r2751  
    22#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX# 
    33name:         Encode-BOCU1-XS 
    4 version:      0.01 
     4version:      0.02 
    55version_from: lib/Encode/BOCU1/XS.pm 
    66installdirs:  site 
  • lang/perl/Encode-BOCU1-XS/trunk/Makefile

    r2725 r2751  
    5858NAME = Encode::BOCU1::XS 
    5959NAME_SYM = Encode_BOCU1_XS 
    60 VERSION = 0.01 
     60VERSION = 0.02 
    6161VERSION_MACRO = VERSION 
    62 VERSION_SYM = 0_01 
     62VERSION_SYM = 0_02 
    6363DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\" 
    64 XS_VERSION = 0.01 
     64XS_VERSION = 0.02 
    6565XS_VERSION_MACRO = XS_VERSION 
    6666XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\" 
     
    252252DIST_DEFAULT = tardist 
    253253DISTNAME = Encode-BOCU1-XS 
    254 DISTVNAME = Encode-BOCU1-XS-0.01 
     254DISTVNAME = Encode-BOCU1-XS-0.02 
    255255 
    256256 
     
    527527        $(NOECHO) $(ECHO) '#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#' >> META.yml 
    528528        $(NOECHO) $(ECHO) 'name:         Encode-BOCU1-XS' >> META.yml 
    529         $(NOECHO) $(ECHO) 'version:      0.01' >> META.yml 
     529        $(NOECHO) $(ECHO) 'version:      0.02' >> META.yml 
    530530        $(NOECHO) $(ECHO) 'version_from: lib/Encode/BOCU1/XS.pm' >> META.yml 
    531531        $(NOECHO) $(ECHO) 'installdirs:  site' >> META.yml 
     
    849849# Creates a PPD (Perl Package Description) for a binary distribution. 
    850850ppd: 
    851         $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,01,0,0">' > $(DISTNAME).ppd 
     851        $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,02,0,0">' > $(DISTNAME).ppd 
    852852        $(NOECHO) $(ECHO) '    <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd 
    853853        $(NOECHO) $(ECHO) '    <ABSTRACT>Perl extension for encoding / decoding BOCU-1 string.</ABSTRACT>' >> $(DISTNAME).ppd 
  • lang/perl/Encode-BOCU1-XS/trunk/Makefile.old

    r2725 r2751  
    5858NAME = Encode::BOCU1::XS 
    5959NAME_SYM = Encode_BOCU1_XS 
    60 VERSION = 0.01 
     60VERSION = 0.02 
    6161VERSION_MACRO = VERSION 
    62 VERSION_SYM = 0_01 
     62VERSION_SYM = 0_02 
    6363DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\" 
    64 XS_VERSION = 0.01 
     64XS_VERSION = 0.02 
    6565XS_VERSION_MACRO = XS_VERSION 
    6666XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\" 
     
    252252DIST_DEFAULT = tardist 
    253253DISTNAME = Encode-BOCU1-XS 
    254 DISTVNAME = Encode-BOCU1-XS-0.01 
     254DISTVNAME = Encode-BOCU1-XS-0.02 
    255255 
    256256 
     
    527527        $(NOECHO) $(ECHO) '#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#' >> META.yml 
    528528        $(NOECHO) $(ECHO) 'name:         Encode-BOCU1-XS' >> META.yml 
    529         $(NOECHO) $(ECHO) 'version:      0.01' >> META.yml 
     529        $(NOECHO) $(ECHO) 'version:      0.02' >> META.yml 
    530530        $(NOECHO) $(ECHO) 'version_from: lib/Encode/BOCU1/XS.pm' >> META.yml 
    531531        $(NOECHO) $(ECHO) 'installdirs:  site' >> META.yml 
     
    849849# Creates a PPD (Perl Package Description) for a binary distribution. 
    850850ppd: 
    851         $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,01,0,0">' > $(DISTNAME).ppd 
     851        $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,02,0,0">' > $(DISTNAME).ppd 
    852852        $(NOECHO) $(ECHO) '    <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd 
    853853        $(NOECHO) $(ECHO) '    <ABSTRACT>Perl extension for encoding / decoding BOCU-1 string.</ABSTRACT>' >> $(DISTNAME).ppd 
  • 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 
  • lang/perl/Encode-BOCU1-XS/trunk/blib/lib/Encode/BOCU1/XS.pm

    r2725 r2751  
    1212define_alias( qr/^bocu$/i => '"bocu1"'); 
    1313 
    14 our $VERSION = '0.01'; 
     14our $VERSION = '0.02'; 
    1515 
    1616require XSLoader; 
     
    5555 * bocu1.c (encoder and decoder functions) 
    5656 * bocu1tst.c (test code with main() function) 
    57 from "Sample C Sources" on http://www.unicode.org/notes/tn6/ 
    58 are Copyright (C) 2002, International Business Machines Corporation and others. 
     57from "Sample C Code" on http://www.unicode.org/notes/tn6/ are 
    5958 
    60 These codes are licensed under the X license (ICU version). 
     59Copyright (C) 2002, International Business Machines Corporation and others. 
     60All Rights Reserved. 
     61 
     62The "Sample C Code" is under the X license (ICU version). 
    6163ICU License : http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu/license.html 
    62  
    63 Other files are Copyright (C) 2006, Naoya Tozuka E<lt>naoyat@naochan.comE<gt>. 
    64 As with the original C code, this port is licensed under the X license (ICU version). 
    6564 
    6665BOCU "Binary-Ordered Compression For Unicode" is a patent-protected technology of IBM. 
    6766(US Patent 6737994) 
    6867 
     68The XS glue code is written by Naoya Tozuka and  
     69Copyright (C) 2006, Naoya Tozuka E<lt>naoyat@naochan.comE<gt>. 
     70As with the original C code, this port is licensed under the X license (ICU version). 
     71also distributed under the ICU License. 
     72 
    6973=cut 
  • lang/perl/Encode-BOCU1-XS/trunk/lib/Encode/BOCU1/XS.pm

    r2725 r2751  
    1212define_alias( qr/^bocu$/i => '"bocu1"'); 
    1313 
    14 our $VERSION = '0.01'; 
     14our $VERSION = '0.02'; 
    1515 
    1616require XSLoader; 
     
    5555 * bocu1.c (encoder and decoder functions) 
    5656 * bocu1tst.c (test code with main() function) 
    57 from "Sample C Sources" on http://www.unicode.org/notes/tn6/ 
    58 are Copyright (C) 2002, International Business Machines Corporation and others. 
     57from "Sample C Code" on http://www.unicode.org/notes/tn6/ are 
    5958 
    60 These codes are licensed under the X license (ICU version). 
     59Copyright (C) 2002, International Business Machines Corporation and others. 
     60All Rights Reserved. 
     61 
     62The "Sample C Code" is under the X license (ICU version). 
    6163ICU License : http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu/license.html 
    62  
    63 Other files are Copyright (C) 2006, Naoya Tozuka E<lt>naoyat@naochan.comE<gt>. 
    64 As with the original C code, this port is licensed under the X license (ICU version). 
    6564 
    6665BOCU "Binary-Ordered Compression For Unicode" is a patent-protected technology of IBM. 
    6766(US Patent 6737994) 
    6867 
     68The XS glue code is written by Naoya Tozuka and  
     69Copyright (C) 2006, Naoya Tozuka E<lt>naoyat@naochan.comE<gt>. 
     70As with the original C code, this port is licensed under the X license (ICU version). 
     71also distributed under the ICU License. 
     72 
    6973=cut