]> granicus.if.org Git - icu/commitdiff
ICU-12016 Correct author tags in some ICU4J files
authorPeter Edberg <pedberg@unicode.org>
Wed, 27 Jan 2016 00:02:14 +0000 (00:02 +0000)
committerPeter Edberg <pedberg@unicode.org>
Wed, 27 Jan 2016 00:02:14 +0000 (00:02 +0000)
X-SVN-Rev: 38201

icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/Calendar.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/TimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/GregorianCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/SimpleTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeZone.java

index cb0b97b442db49f0470ba1e53194c6240df8046a..a2b7b257f6329a209a859834e5984734a9142a2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-*   Copyright (C) 1996-2012, International Business Machines
+*   Copyright (C) 1996-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
 
@@ -600,7 +600,7 @@ import com.ibm.icu.util.ULocale.Category;
  * @see          GregorianCalendar
  * @see          TimeZone
  * @see          DateFormat
- * @author Mark Davis, David Goldsmith, Chen-Lieh Huang, Alan Liu, Laura Werner
+ * @author Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu, Laura Werner
  * @stable ICU 2.0
  */
 public class Calendar implements Serializable, Cloneable, Comparable<Calendar> {
index 5938dff370e56651d091dc75ff3ef87f71305a59..9e52d1386af30eee22265bbe9701623b894ea852 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * @(#)TimeZone.java    1.51 00/01/19
  *
- * Copyright (C) 1996-2012, International Business Machines
+ * Copyright (C) 1996-2016, International Business Machines
  * Corporation and others.  All Rights Reserved.
  */
 
@@ -90,7 +90,7 @@ import com.ibm.icu.util.ULocale.Category;
  * @see          Calendar
  * @see          GregorianCalendar
  * @see          SimpleTimeZone
- * @author       Mark Davis, David Goldsmith, Chen-Lieh Huang, Alan Liu
+ * @author       Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu
  * @stable ICU 2.0
  */
 public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> {
index 2eabb5d6d389655a6ace0a7c56c41b1e87ec2532..61d8276e9152c6f9a216af83864e710edc80b3f9 100644 (file)
@@ -634,7 +634,7 @@ import com.ibm.icu.util.ULocale.Category;
  * @see          GregorianCalendar
  * @see          TimeZone
  * @see          DateFormat
- * @author Mark Davis, David Goldsmith, Chen-Lieh Huang, Alan Liu, Laura Werner
+ * @author Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu, Laura Werner
  * @stable ICU 2.0
  */
 public abstract class Calendar implements Serializable, Cloneable, Comparable<Calendar> {
index 28f0eb18a26bec700d44f4fb43a6450989a57e15..cc41ac8744c3e841e455d3d589331dea44f29915 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015, International Business Machines
+ * Copyright (C) 1996-2016, International Business Machines
  * Corporation and others.  All Rights Reserved.
  */
 
@@ -164,7 +164,7 @@ import com.ibm.icu.util.ULocale.Category;
 
  * @see          Calendar
  * @see          TimeZone
- * @author David Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
+ * @author Deborah Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
  * @stable ICU 2.0
  */
 public class GregorianCalendar extends Calendar {
index 27863be5800ab115dfbef49897a233f7af35130e..d73684932b5d0c1b4b0c50fbefa9efebc5f9fc57 100644 (file)
@@ -1,5 +1,5 @@
  /*
-*   Copyright (C) 1996-2014, International Business Machines
+*   Copyright (C) 1996-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
 
@@ -26,7 +26,7 @@ import com.ibm.icu.impl.Grego;
  * @see      Calendar
  * @see      GregorianCalendar
  * @see      TimeZone
- * @author   David Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
+ * @author   Deborah Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
  * @stable ICU 2.0
  */
 public class SimpleTimeZone extends BasicTimeZone {
index b441c8eaad4076a91ffe8fc8a90bf68437221ea1..3d2fa19fa326faa40a9f1947fdff1140d3c6eaf7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * @(#)TimeZone.java    1.51 00/01/19
  *
- * Copyright (C) 1996-2015, International Business Machines
+ * Copyright (C) 1996-2016, International Business Machines
  * Corporation and others.  All Rights Reserved.
  */
 
@@ -108,7 +108,7 @@ import com.ibm.icu.util.ULocale.Category;
  * @see          Calendar
  * @see          GregorianCalendar
  * @see          SimpleTimeZone
- * @author       Mark Davis, David Goldsmith, Chen-Lieh Huang, Alan Liu
+ * @author       Mark Davis, Deborah Goldsmith, Chen-Lieh Huang, Alan Liu
  * @stable ICU 2.0
  */
 abstract public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> {