ICU-2959 copyright updated for RBBI, Regexp files.

X-SVN-Rev: 12228
This commit is contained in:
Andy Heninger 2003-06-02 22:21:58 +00:00
parent d5506ace1e
commit 265ed564e0
15 changed files with 33 additions and 33 deletions

View File

@ -4,10 +4,10 @@
// class RuleBasedBreakIterator
//
/*
**********************************************************************
* Copyright (C) 1999-2002 International Business Machines Corporation *
* and others. All rights reserved. *
**********************************************************************
***************************************************************************
* Copyright (C) 1999-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
#include "unicode/utypes.h"

View File

@ -1,7 +1,7 @@
#*********************************************************************
# Copyright (C) 2002 International Business Machines Corporation *
# and others. All rights reserved. *
#*********************************************************************
#**************************************************************************
# Copyright (C) 2002-2003 International Business Machines Corporation *
# and others. All rights reserved. *
#**************************************************************************
#
# rbbicst Compile the RBBI rule paser state table data into initialized C data.
# Usage:
@ -205,8 +205,8 @@ if ($javaOutput) {
print " *******************************************************************************\n";
print " *\n";
print " * \$Source: /xsrl/Nsvn/icu/icu/source/common/rbbicst.pl,v $\n";
print " * \$Date: 2003/02/11 23:30:08 $\n";
print " * \$Revision: 1.7 $\n";
print " * \$Date: 2003/06/02 22:21:58 $\n";
print " * \$Revision: 1.8 $\n";
print " *\n";
print " *******************************************************************************\n";
print " */\n";

View File

@ -1,6 +1,6 @@
/*
***************************************************************************
* Copyright (C) 1999-2002 International Business Machines Corporation *
* Copyright (C) 1999-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/

View File

@ -1,8 +1,8 @@
/*
**********************************************************************
* Copyright (C) 2002 International Business Machines Corporation *
* and others. All rights reserved. *
**********************************************************************
***************************************************************************
* Copyright (C) 2002-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
//

View File

@ -1,7 +1,7 @@
//
// file: rbbirb.cpp
//
// Copyright (C) 2002, International Business Machines Corporation and others.
// Copyright (C) 2002-2003, International Business Machines Corporation and others.
// All Rights Reserved.
//
// This file contains the RBBIRuleBuilder class implementation. This is the main class for

View File

@ -2,7 +2,7 @@
//
// file: rbbiscan.cpp
//
// Copyright (C) 2002, International Business Machines Corporation and others.
// Copyright (C) 2002-2003, International Business Machines Corporation and others.
// All Rights Reserved.
//
// This file contains the Rule Based Break Iterator Rule Builder functions for

View File

@ -2,10 +2,10 @@
// rbbisetb.cpp
//
/*
**********************************************************************
* Copyright (C) 2002 International Business Machines Corporation *
* and others. All rights reserved. *
**********************************************************************
***************************************************************************
* Copyright (C) 2002-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
//
// RBBISetBuilder Handles processing of Unicode Sets from RBBI rules

View File

@ -2,10 +2,10 @@
// file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
//
/*
**********************************************************************
* Copyright (C) 2002 International Business Machines Corporation *
* and others. All rights reserved. *
**********************************************************************
***************************************************************************
* Copyright (C) 2002-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
#include "unicode/utypes.h"

View File

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 1999-2001 IBM Corp. All rights reserved.
* Copyright (C) 1999-2003 IBM Corp. All rights reserved.
**********************************************************************
* Date Name Description
* 12/1/99 rgillam Complete port from Java.

View File

@ -1,6 +1,6 @@
/*
***************************************************************************
* Copyright (C) 1999-2002 International Business Machines Corporation *
* Copyright (C) 1999-2003 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************

View File

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

View File

@ -5,7 +5,7 @@
// It is generated by the Perl script "regexcst.pl" from
// the rule parser state definitions file "regexcst.txt".
//
// Copyright (C) 2002 International Business Machines Corporation
// Copyright (C) 2002-2003 International Business Machines Corporation
// and others. All rights reserved.
//
//---------------------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2002, International Business Machines Corporation and
# * Copyright (c) 2002-2003, International Business Machines Corporation and
# * others. All Rights Reserved.
# ********************************************************************
#
@ -210,7 +210,7 @@ print "// This file contains the state table for the ICU Regular Expression P
print "// It is generated by the Perl script \"regexcst.pl\" from\n";
print "// the rule parser state definitions file \"regexcst.txt\".\n";
print "//\n";
print "// Copyright (C) 2002 International Business Machines Corporation \n";
print "// Copyright (C) 2002-2003 International Business Machines Corporation \n";
print "// and others. All rights reserved. \n";
print "//\n";
print "//---------------------------------------------------------------------------------\n";

View File

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

View File

@ -1,5 +1,5 @@
//
// Copyright (C) 2002 International Business Machines Corporation
// Copyright (C) 2002-2003 International Business Machines Corporation
// and others. All rights reserved.
//
// file: regeximp.h