ICU-3501 Remove CVS keywords and e-mail addresses.

X-SVN-Rev: 15952
This commit is contained in:
George Rhoten 2004-06-29 20:42:22 +00:00
parent 0647d22468
commit 442316d468
3 changed files with 6 additions and 24 deletions

View file

@ -1,14 +1,8 @@
/*
*****************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* Copyright (C) 2000-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*****************************************************************************
*
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/RBJavaExporter.java,v $
* $Date: 2004/06/29 20:39:59 $
* $Revision: 1.3 $
*
*****************************************************************************
*/
package com.ibm.rbm;
@ -25,7 +19,7 @@ import java.util.*;
* The output files are compilable java files that are not associated with any
* package.
*
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
* @author Jared Jackson
* @see com.ibm.rbm.RBManager
*/
public class RBJavaExporter extends RBExporter {

View file

@ -1,14 +1,8 @@
/*
*****************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* Copyright (C) 2000-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*****************************************************************************
*
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/RBPropertiesExporter.java,v $
* $Date: 2004/06/29 20:39:59 $
* $Revision: 1.3 $
*
*****************************************************************************
*/
package com.ibm.rbm;
@ -21,7 +15,7 @@ import java.util.*;
* standard .properties files in the according to the file structure of Resource
* Bundles. Most all meta-data is lost in this export.
*
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
* @author Jared Jackson
* @see com.ibm.rbm.RBManager
*/
public class RBPropertiesExporter extends RBExporter {

View file

@ -1,14 +1,8 @@
/*
*****************************************************************************
* Copyright (C) 2000-2002, International Business Machines Corporation and *
* Copyright (C) 2000-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*****************************************************************************
*
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/rbm/ScanResult.java,v $
* $Date: 2002/05/20 18:53:08 $
* $Revision: 1.1 $
*
*****************************************************************************
*/
package com.ibm.rbm;
@ -19,7 +13,7 @@ import java.util.*;
* This class represents the results found for each resource key while
* performing the code scan done by RBReporter.
*
* @author Jared Jackson - Email: <a href="mailto:jjared@almaden.ibm.com">jjared@almaden.ibm.com</a>
* @author Jared Jackson
* @see com.ibm.rbm.RBReporter
*/
public class ScanResult {