copyright notice

X-SVN-Rev: 10721
This commit is contained in:
Syn Wee Quek 2002-12-18 03:56:41 +00:00
parent 3df3e7e946
commit 42584cad6f
21 changed files with 244 additions and 542 deletions

View file

@ -1,3 +1,15 @@
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/perf/Dataset.pm,v $
# * $Date: 2002/12/18 03:56:40 $
# * $Revision: 1.2 $
# *
# *******************************************************************************
# */
package Dataset;
use Statistics::Descriptive;
use Statistics::Distributions;

View file

@ -1,3 +1,15 @@
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/perf/collationperf.pl,v $
# * $Date: 2002/12/18 03:56:40 $
# * $Revision: 1.2 $
# *
# *******************************************************************************
# */
#
# ICU and Windows Collation performance test script
# Used in conjunction with the collperf test program.

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,16 @@
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/perf/Attic/perf.pl,v $
# * $Date: 2002/12/18 03:56:40 $
# * $Revision: 1.3 $
# *
# *******************************************************************************
# */
#!/usr/local/bin/perl
use strict;

View file

@ -1,3 +1,16 @@
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/perf/ucharacterperf.pl,v $
# * $Date: 2002/12/18 03:56:40 $
# * $Revision: 1.2 $
# *
# *******************************************************************************
# */
#!/usr/local/bin/perl
use strict;

View file

@ -1,3 +1,16 @@
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/ConvertAllJavaLocales.java,v $
* $Date: 2002/12/18 03:56:40 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
package com.ibm.icu.dev.tool.localeconverter;
import java.io.*;
@ -38,8 +51,8 @@ import java.lang.reflect.*;
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/ConvertAllJavaLocales.java,v $
* $Date: 2002/02/16 03:05:27 $
* $Revision: 1.2 $
* $Date: 2002/12/18 03:56:40 $
* $Revision: 1.3 $
*
*****************************************************************************************
*/

View file

@ -1,6 +1,6 @@
/**
*******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and *
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*

View file

@ -1,6 +1,6 @@
/**
*******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and *
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*

View file

@ -1,12 +1,12 @@
/*
*******************************************************************************
* Copyright (C) 2002-2004, International Business Machines Corporation and *
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/LocaleConverter.java,v $
* $Date: 2002/02/16 03:05:29 $
* $Revision: 1.2 $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.3 $
*
*****************************************************************************************
*/

View file

@ -1,3 +1,15 @@
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/translit/genIndexFilters.bat,v $
# * $Date: 2002/12/18 03:56:41 $
# * $Revision: 1.3 $
# *
# *******************************************************************************
# */
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT

View file

@ -1,7 +1,17 @@
@echo off
REM Copyright (C) 2000, International Business Machines
REM Corporation and others. All Rights Reserved.
REM /**
REM *******************************************************************************
REM * Copyright (C) 2002-2002, International Business Machines Corporation and *
REM * others. All Rights Reserved. *
REM *******************************************************************************
REM *
REM * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/translit/indic.bat,v $
REM * $Date: 2002/12/18 03:56:41 $
REM * $Revision: 1.2 $
REM *
REM *******************************************************************************
REM */
@echo off
REM This script is a Windows launcher for the indic.pl script. For this
REM to work, the perl executable must be on the path. We recommend
REM the ActiveState build; see http://www.activestate.com. See the

View file

@ -1,3 +1,16 @@
#/**
# *******************************************************************************
# * Copyright (C) 2000-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/translit/indic.pl,v $
# * $Date: 2002/12/18 03:56:41 $
# * $Revision: 1.2 $
# *
# *******************************************************************************
# */
#!perl
# Usage - $0 <remap file>

View file

@ -1,3 +1,16 @@
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/translit/indicExceptions.txt,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
/* Reserved in all 9 scripts */
/*

View file

@ -1,3 +1,16 @@
#/**
# *******************************************************************************
# * Copyright (C) 2001-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/translit/varsub.bat,v $
# * $Date: 2002/12/18 03:56:41 $
# * $Revision: 1.2 $
# *
# *******************************************************************************
# */
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/xmlcomparator/Attic/ResultXML.dtd,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<!ELEMENT difference_xml (difference_element)* >
<!ELEMENT difference_element ( icu | ibm_toronto | windows | sun_jdk | ibm_jdk | solaris | apple | hp_ux | other)* >

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/xmlcomparator/Attic/ResultXML.xml,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE difference_xml SYSTEM "./ResultXML.dtd" >

View file

@ -1,4 +1,16 @@
#Override List
#/**
# *******************************************************************************
# * Copyright (C) 2002-2002, International Business Machines Corporation and *
# * others. All Rights Reserved. *
# *******************************************************************************
# *
# * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/chinese_override.txt,v $
# * $Date: 2002/12/18 03:56:40 $
# * $Revision: 1.4 $
# *
# *******************************************************************************
# */
#Override List
#Format is <code><tab><char><tab><pinyin>(<tab><comment>)?
#Note: the 'code' field is currently discarded; only the char is important.
#Note: if there is conflict, the FIRST char wins.

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/richtext/awtui/package.html,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<html>
<body bgcolor="white">
Provides classes for building an AWT-based user interface for a TextPanel.

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/richtext/print/package.html,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<html>
<body bgcolor="white">
Provides printing for styled text.

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/richtext/styledtext/package.html,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<html>
<body bgcolor="white">
Provides styled text storage and related classes.

View file

@ -1,3 +1,17 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/richtext/swingui/package.html,v $
* $Date: 2002/12/18 03:56:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
-->
<html>
<body bgcolor="white">
Provides classes for building a Swing-based user interface for a TextPanel.