From d90408948deba582dd0e2f6fea6b0fa496e9d464 Mon Sep 17 00:00:00 2001 From: Helena Chapman Date: Fri, 10 Mar 2000 00:42:27 +0000 Subject: [PATCH] ICU-161 More copyright fixes. X-SVN-Rev: 935 --- icu4c/source/samples/cal/cal.c | 8 +++----- icu4c/source/samples/date/date.c | 8 +++----- icu4c/source/test/cintltst/calltest.c | 18 ++++++------------ icu4c/source/test/cintltst/udatatst.c | 15 +++++---------- icu4c/source/test/intltest/intltest.cpp | 6 ------ icu4c/source/test/intltest/intltest.h | 7 +------ icu4c/source/test/intltest/itmajor.cpp | 17 +++++------------ icu4c/source/test/intltest/ittrans.cpp | 16 +++++----------- icu4c/source/test/intltest/ittrans.h | 17 ++++++----------- icu4c/source/test/intltest/rbbiapts.cpp | 17 ++++++----------- icu4c/source/test/intltest/rbbiapts.h | 17 ++++++----------- icu4c/source/test/intltest/rbbitst.cpp | 17 ++++++----------- icu4c/source/test/intltest/rbbitst.h | 17 ++++++----------- icu4c/source/test/intltest/transapi.cpp | 18 ++++++------------ icu4c/source/test/intltest/transapi.h | 17 ++++++----------- icu4c/source/test/intltest/tztest.h | 16 +++++----------- 16 files changed, 75 insertions(+), 156 deletions(-) diff --git a/icu4c/source/samples/cal/cal.c b/icu4c/source/samples/cal/cal.c index c57ed97ac4e..7fe961079a2 100644 --- a/icu4c/source/samples/cal/cal.c +++ b/icu4c/source/samples/cal/cal.c @@ -178,12 +178,10 @@ usage() static void version() { - printf("cal version %s (ICU version %s), by Stephen F. Booth.\n", + printf("cal version %s (ICU version %s), created by Stephen F. Booth.\n", CAL_VERSION, U_ICU_VERSION); - puts("(C) Copyright International Business Machines Corporation, 1998, 1999"); - puts("Licensed Material - Program-Property of IBM - All Rights Reserved."); - puts("US Government Users Restricted Rights - Use, duplication, or disclosure"); - puts("restricted by GSA ADP Schedule Contract with IBM Corp."); + puts("Copyright (C) 1998-2000 International Business Machines Corporation and others."); + puts("All Rights Reserved."); } static void diff --git a/icu4c/source/samples/date/date.c b/icu4c/source/samples/date/date.c index 08328c03f8f..eb87887352a 100644 --- a/icu4c/source/samples/date/date.c +++ b/icu4c/source/samples/date/date.c @@ -139,12 +139,10 @@ usage() static void version() { - printf("date version %s (ICU version %s), by Stephen F. Booth.\n", + printf("date version %s (ICU version %s), created by Stephen F. Booth.\n", DATE_VERSION, U_ICU_VERSION); - puts("(C) Copyright International Business Machines Corporation, 1998, 1999"); - puts("Licensed Material - Program-Property of IBM - All Rights Reserved."); - puts("US Government Users Restricted Rights - Use, duplication, or disclosure"); - puts("restricted by GSA ADP Schedule Contract with IBM Corp."); + puts("Copyright (C) 1998-2000 International Business Machines Corporation and others."); + puts("All Rights Reserved."); } /* Format the date */ diff --git a/icu4c/source/test/cintltst/calltest.c b/icu4c/source/test/cintltst/calltest.c index 0e09d653b51..d904360b770 100644 --- a/icu4c/source/test/cintltst/calltest.c +++ b/icu4c/source/test/cintltst/calltest.c @@ -1,15 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright Taligent, Inc., 1996 * -* (C) Copyright International Business Machines Corporation, 1999 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -******************************************************************************** +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1996-1999, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/******************************************************************************** * * File CALLTEST.C * diff --git a/icu4c/source/test/cintltst/udatatst.c b/icu4c/source/test/cintltst/udatatst.c index 492f2f59df9..931558063c0 100644 --- a/icu4c/source/test/cintltst/udatatst.c +++ b/icu4c/source/test/cintltst/udatatst.c @@ -1,14 +1,9 @@ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1998-1999, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ /* -******************************************************************************* -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 1998 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -******************************************************************************* -* * File test.c * * Modification History: diff --git a/icu4c/source/test/intltest/intltest.cpp b/icu4c/source/test/intltest/intltest.cpp index 94fe760c5b3..82f0ec8dde1 100644 --- a/icu4c/source/test/intltest/intltest.cpp +++ b/icu4c/source/test/intltest/intltest.cpp @@ -5,15 +5,9 @@ ********************************************************************/ -/* - * IntlTest in Java is Copyright (c) 1997 Sun Microsystems, Inc. - * All Rights Reserved. - */ /** * IntlTest is a base class for tests. - * It is modelled according to, but not exactly similar to, - * JavaSoft's test class with the same name. */ diff --git a/icu4c/source/test/intltest/intltest.h b/icu4c/source/test/intltest/intltest.h index c1c3a064712..624fe315847 100644 --- a/icu4c/source/test/intltest/intltest.h +++ b/icu4c/source/test/intltest/intltest.h @@ -4,14 +4,9 @@ * others. All Rights Reserved. ********************************************************************/ -/* - * IntlTest in java is Copyright (c) 1997 Sun Microsystems, Inc. All - * Rights Reserved. */ /** - * IntlTest is a base class for tests. It is modelled according to, - * but not exactly similar to, JavaSoft's test class with the same - * name. */ + * IntlTest is a base class for tests. */ #ifndef _INTLTEST #define _INTLTEST diff --git a/icu4c/source/test/intltest/itmajor.cpp b/icu4c/source/test/intltest/itmajor.cpp index 0cd01bc1bd3..00573e8433b 100644 --- a/icu4c/source/test/intltest/itmajor.cpp +++ b/icu4c/source/test/intltest/itmajor.cpp @@ -1,15 +1,8 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright Taligent, Inc., 1997 * -* (C) Copyright International Business Machines Corporation, 1997-1998 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -*/ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1998-1999, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ /** * MajorTestLevel is the top level test class for everything in the directory "IntlWork". diff --git a/icu4c/source/test/intltest/ittrans.cpp b/icu4c/source/test/intltest/ittrans.cpp index 69c668cd0ca..9b57968e033 100644 --- a/icu4c/source/test/intltest/ittrans.cpp +++ b/icu4c/source/test/intltest/ittrans.cpp @@ -1,14 +1,8 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -*/ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ /*********************************************************************** * Date Name Description * 01/03/2000 Madhu Creation. diff --git a/icu4c/source/test/intltest/ittrans.h b/icu4c/source/test/intltest/ittrans.h index b9883eee583..f92bc3c58d7 100644 --- a/icu4c/source/test/intltest/ittrans.h +++ b/icu4c/source/test/intltest/ittrans.h @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 12/14/99 Madhu Creation. ************************************************************************/ diff --git a/icu4c/source/test/intltest/rbbiapts.cpp b/icu4c/source/test/intltest/rbbiapts.cpp index 7fb4460f7d6..48e1c1acd0d 100644 --- a/icu4c/source/test/intltest/rbbiapts.cpp +++ b/icu4c/source/test/intltest/rbbiapts.cpp @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 1999-2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1999-2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 12/14/99 Madhu Creation. * 01/12/2000 Madhu updated for changed API diff --git a/icu4c/source/test/intltest/rbbiapts.h b/icu4c/source/test/intltest/rbbiapts.h index c4c98a3f2a5..2ce9e94028e 100644 --- a/icu4c/source/test/intltest/rbbiapts.h +++ b/icu4c/source/test/intltest/rbbiapts.h @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 1997-1998 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1999-2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 12/14/99 Madhu Creation. ************************************************************************/ diff --git a/icu4c/source/test/intltest/rbbitst.cpp b/icu4c/source/test/intltest/rbbitst.cpp index a5bb03e2996..040d265ff73 100644 --- a/icu4c/source/test/intltest/rbbitst.cpp +++ b/icu4c/source/test/intltest/rbbitst.cpp @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 1999-2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1999-2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 12/15/99 Madhu Creation. * 01/12/2000 Madhu Updated for changed API and added new tests diff --git a/icu4c/source/test/intltest/rbbitst.h b/icu4c/source/test/intltest/rbbitst.h index f32f2bf2ff0..0b7c5c564f4 100644 --- a/icu4c/source/test/intltest/rbbitst.h +++ b/icu4c/source/test/intltest/rbbitst.h @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 1999-2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1999-2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 12/15/99 Madhu Creation. * 01/12/2000 Madhu Updated for changed API and added new tests diff --git a/icu4c/source/test/intltest/transapi.cpp b/icu4c/source/test/intltest/transapi.cpp index c926db6f91d..0adbdec45c8 100644 --- a/icu4c/source/test/intltest/transapi.cpp +++ b/icu4c/source/test/intltest/transapi.cpp @@ -1,15 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* * -* (C) Copyright International Business Machines Corporation, 2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 1/03/2000 Madhu Creation. ************************************************************************/ diff --git a/icu4c/source/test/intltest/transapi.h b/icu4c/source/test/intltest/transapi.h index 4f43da7a5f9..ba781e635ad 100644 --- a/icu4c/source/test/intltest/transapi.h +++ b/icu4c/source/test/intltest/transapi.h @@ -1,14 +1,9 @@ -/* -***************************************************************************************** -* * -* COPYRIGHT: * -* (C) Copyright International Business Machines Corporation, 2000 * -* Licensed Material - Program-Property of IBM - All Rights Reserved. * -* US Government Users Restricted Rights - Use, duplication, or disclosure * -* restricted by GSA ADP Schedule Contract with IBM Corp. * -* * -***************************************************************************************** -************************************************************************ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/************************************************************************ * Date Name Description * 1/03/2000 Madhu Creation. ************************************************************************/ diff --git a/icu4c/source/test/intltest/tztest.h b/icu4c/source/test/intltest/tztest.h index 3fa7cd4e191..f8f3cb82bfc 100644 --- a/icu4c/source/test/intltest/tztest.h +++ b/icu4c/source/test/intltest/tztest.h @@ -1,15 +1,9 @@ -/* -******************************************************************** -* COPYRIGHT: -* (C) Copyright Taligent, Inc., 1997 -* (C) Copyright International Business Machines Corporation, 1997 - 1998 -* Licensed Material - Program-Property of IBM - All Rights Reserved. -* US Government Users Restricted Rights - Use, duplication, or disclosure -* restricted by GSA ADP Schedule Contract with IBM Corp. -* -******************************************************************** -*/ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1997-2000, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ #ifndef __TimeZoneTest__ #define __TimeZoneTest__