ICU-2107 added copyright notices

X-SVN-Rev: 10722
This commit is contained in:
Vladimir Weinstein 2002-12-18 08:31:34 +00:00
parent 42584cad6f
commit 89628f1df9
37 changed files with 92 additions and 11 deletions

View file

@ -1,3 +1,8 @@
# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2002, International Business Machines Corporation and
# * others. All Rights Reserved.
# ********************************************************************
# Doxyfile 1.2.6
# This file describes the settings to be used by doxygen for a project

View file

@ -1,3 +1,5 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
The ICU data files moved!
Depending on the ICU packaging mode, ICU data files were moved to

View file

@ -1,3 +1,7 @@
#*********************************************************************
# Copyright (C) 2002 International Business Machines Corporation *
# and others. All rights reserved. *
#*********************************************************************
#
# rbbicst Compile the RBBI rule paser state table data into initialized C data.
# Usage:
@ -11,10 +15,6 @@
#
# See rbbirpt.h for a description of the input format for this script.
#
#*********************************************************************
# Copyright (C) 2002 International Business Machines Corporation *
# and others. All rights reserved. *
#*********************************************************************
$num_states = 1; # Always the state number for the line being compiled.

View file

@ -1,3 +1,7 @@
#******************************************************************************
#* Copyright (C) 2002, International Business Machines Corporation and
#* others. All Rights Reserved.
#******************************************************************************
#--- Header --- Generated by tz.pl
4 # format version number of this file
2002 # (tzdata2002d) version of Olson zone

View file

@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.">
<meta name="Author" content="Eric Mader">
<meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
<title>ScriptRun readme</title>

View file

@ -1,3 +1,5 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
The uconv command is an iconv(1)-like conversion / transcoding
program. Please check its manual page, or run uconv -h, for help.

View file

@ -1,3 +1,9 @@
#!/usr/bin/perl
# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2002, International Business Machines Corporation and
# * others. All Rights Reserved.
# ********************************************************************
#
# regexcst.pl
# Compile the regular expression paser state table data into initialized C data.

View file

@ -1,10 +1,15 @@
#! /bin/sh
# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2002, International Business Machines Corporation and
# * others. All Rights Reserved.
# ********************************************************************
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain
# $Id: mkinstalldirs,v 1.3 2001/10/19 02:31:19 yves-oss Exp $
# $Id: mkinstalldirs,v 1.4 2002/12/18 08:31:33 weiv-oss Exp $
errstatus=0

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
icucal: a sample program which displays the calendar.
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
coll: a sample program which compares 2 strings with a user-defined collator.
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
icudate: a sample program which displays the current date
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This is an exercise for the ICU Workshop (September 2000).
** Workshop homepage is:
http://oss.software.ibm.com/icu/docs/workshop_2000/agenda.html

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU. It only tests u_getVersion and several collation APIs.
Generally, one should be able to simultaneously use one or more versions of ICU 2.0 or higher and one version of ICU 1.8.1 or lower.

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This is an exercise for the ICU Workshop (September 2000).
http://oss.software.ibm.com/icu/docs/workshop_2000/agenda.html

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
numfmt: a sample program which displays number formatting in C and C++
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
props: Unicode Character Properties
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
strsrch: a sample program which finds the occurrences of a pattern string in a source string, using user-defined collation rules.
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This is an exercise for the ICU Workshop (September 2000).
http://oss.software.ibm.com/icu/docs/workshop_2000/agenda.html

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
udata: Low level ICU data
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
ufortune: a sample program demonstrating the use of ICU resource files by an application.
This sample demonstrates

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
ugrep: a sample program demonstrating the use of ICU regular expression API.
usage: ugrep [options] pattern [file ...]

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
ustring: Unicode String Manipulation
This sample demonstrates

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#include "ChildName.h"
void ChildName ::SetName(DOMString name)
@ -7,4 +11,4 @@ void ChildName ::SetName(DOMString name)
void ChildName::SetNext(ChildName* next)
{
Next = next;
};
};

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#ifndef CHILDNAME_H_
#define CHILDNAME_H_
#include <util/PlatformUtils.hpp>
@ -22,4 +26,4 @@ class ChildName
void SetNext(ChildName* next);
};
#endif
#endif

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#include "DOMPrintFormatTarget.h"
DOMPrintFormatTarget::DOMPrintFormatTarget() {
@ -16,4 +20,4 @@ void DOMPrintFormatTarget :: writeChars(const XMLByte* const toWrite,
{
ofstream ofile( fileName, ios::app);
ofile.write((char *) toWrite, (int) count);
};
};

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#ifndef DOMPRINTFORMATTARGET_H_
#define DOMPRINTFORMATTARGET_H_
#include "ChildName.h"
@ -26,4 +30,4 @@ private:
void operator=(const DOMPrintFormatTarget& rhs);
};
#endif
#endif

View file

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

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#include <util/XercesDefs.hpp>
#include <sax/ErrorHandler.hpp>
#include <iostream.h>
@ -44,4 +48,4 @@ public:
inline bool DOMTreeErrorReporter::getSawErrors() const
{
return fSawErrors;
}
}

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#include "xml2txt.h"
static bool DTDFLAG = false;

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
#ifndef xml2txt_H_
#define xml2txt_H_
@ -42,4 +46,4 @@ DOMString getAttributeKey(DOM_Node CNode);
void DelChildName(ChildName* cn);
void CheckEscape(DOM_NamedNodeMap attributes, DOMString attributeVal, int item_num);
#endif
#endif

View file

@ -3,6 +3,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.">
<META NAME="GENERATOR" Content="Visual Page 2.0 for Windows">
<TITLE>collperf</TITLE>
</HEAD>

View file

@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.">
<meta name="Author" content="Eric Mader">

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
Unalignedtest
=============

View file

@ -1,3 +1,7 @@
/******************************************************************************
* Copyright (C) 2002, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************/
/**
* MACHINE GENERATED FILE. !!! Do not edit manually !!!
*

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This tool is used to automatically generate collation rules for JIS X 4061 sort ordering. It requires ICU to be built beforehand.
The way to use it is to capture the output to a file and then copy and paste it instead of CollationElements section in the Japanese resource bundle.

View file

@ -1,3 +1,4 @@
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names.
This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.

View file

@ -4,6 +4,7 @@
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>ReadMe: Character Set Conversion Tool for Unicode</title>
</head>