Skip to content

Commit

Permalink
Update headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Feb 21, 2021
1 parent 1183bfe commit 09e374f
Show file tree
Hide file tree
Showing 29 changed files with 38 additions and 107 deletions.
13 changes: 2 additions & 11 deletions src/main/java/org/jfree/chart/axis/ExtendedCategoryAxis.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,20 +27,11 @@
* -------------------------
* ExtendedCategoryAxis.java
* -------------------------
* (C) Copyright 2003-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2003-2021, by Object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
*
* Changes
* -------
* 07-Nov-2003 : Version 1 (DG);
* 07-Jan-2004 : Updated the createLabel() method (DG);
* 29-Jan-2004 : Added paint attribute (DG);
* ------------- JFREECHART 1.0.x ---------------------------------------------
* 21-Mar-2007 : Implemented equals(), clone() and fixed serialization (DG);
* 02-Jul-2013 : Use ParamChecks (DG);
*
*/

package org.jfree.chart.axis;
Expand Down
20 changes: 2 additions & 18 deletions src/main/java/org/jfree/chart/axis/SubCategoryAxis.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,27 +27,11 @@
* --------------------
* SubCategoryAxis.java
* --------------------
* (C) Copyright 2004-2017, by Object Refinery Limited.
* (C) Copyright 2004-2021, by Object Refinery Limited.
*
* Original Author: David Gilbert;
* Contributor(s): Adriaan Joubert;
*
* Changes
* -------
* 12-May-2004 : Version 1 (DG);
* 30-Sep-2004 : Moved drawRotatedString() from RefineryUtilities
* --> TextUtilities (DG);
* 26-Apr-2005 : Removed logger (DG);
* ------------- JFREECHART 1.0.x ---------------------------------------------
* 18-Aug-2006 : Fix for bug drawing category labels, thanks to Adriaan
* Joubert (1277726) (DG);
* 30-May-2007 : Added argument check and event notification to
* addSubCategory() (DG);
* 13-Nov-2008 : Fix NullPointerException when dataset is null - see bug
* report 2275695 (DG);
* 02-Jul-2013 : Use ParamChecks (DG);
* 01-Aug-2013 : Added attributedLabel override to support superscripts,
* subscripts and more (DG);
*/

package org.jfree.chart.axis;
Expand Down
10 changes: 2 additions & 8 deletions src/main/java/org/jfree/chart/axis/Timeline.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,17 +27,11 @@
* -------------
* Timeline.java
* -------------
* (C) Copyright 2000-2008, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Original Author: Bill Kelemen;
* Contributor(s): David Gilbert (for Object Refinery Limited);
*
* Changes
* -------
* 23-May-2003 : Version 1 (BK);
* 09-Sep-2003 : Changed some method and parameter names (DG);
* 02-Feb-2007 : Removed author tags all over JFreeChart sources (DG);
*
*/

package org.jfree.chart.axis;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/jfree/chart/block/BlockBorder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,7 +27,7 @@
* ----------------
* BlockBorder.java
* ----------------
* (C) Copyright 2004-2020, by Object Refinery Limited.
* (C) Copyright 2004-2021, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,18 +27,12 @@
* --------------------------------------------
* DynamicDriveToolTipTagFragmentGenerator.java
* --------------------------------------------
* (C) Copyright 2003-2017, by Richard Atkinson and Contributors.
* (C) Copyright 2003-2021, by Richard Atkinson and Contributors.
*
* Original Author: Richard Atkinson;
* Contributors: David Gilbert (for Object Refinery Limited);
* Fawad Halim - bug 2690293;
*
* Changes
* -------
* 12-Aug-2003 : Version 1 (RA);
* 04-Dec-2007 : Escape tool tip text to fix bug 1400917 (DG);
* 19-Mar-2009 : Escape apostrophes - see bug 2690293 with fix by FH (DG);
*
*/

package org.jfree.chart.imagemap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,18 +27,12 @@
* ---------------------------------------
* OverLibToolTipTagFragmentGenerator.java
* ---------------------------------------
* (C) Copyright 2003-2017, by Richard Atkinson and Contributors.
* (C) Copyright 2003-2021, by Richard Atkinson and Contributors.
*
* Original Author: Richard Atkinson;
* Contributors: David Gilbert (for Object Refinery Limited);
* Fawad Halim - bug 2690293;
*
* Changes
* -------
* 12-Aug-2003 : Version 1 (RA);
* 04-Dec-2007 : Escape tool tip text to fix bug 1400917 (DG);
* 19-Mar-2009 : Escape apostrophes - see bug 2690293 with fix by FH (DG);
*
*/

package org.jfree.chart.imagemap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,16 +27,11 @@
* ----------------------------------------
* StandardToolTipTagFragmentGenerator.java
* ----------------------------------------
* (C) Copyright 2003-2017, by Richard Atkinson and Contributors.
* (C) Copyright 2003-2021, by Richard Atkinson and Contributors.
*
* Original Author: Richard Atkinson;
* Contributors: David Gilbert (for Object Refinery Limited);
*
* Changes
* -------
* 12-Aug-2003 : Version 1 (RA);
* 04-Dec-2007 : Escape tool tip text to fix bug 1400917 (DG);
*
*/

package org.jfree.chart.imagemap;
Expand Down
14 changes: 2 additions & 12 deletions src/main/java/org/jfree/chart/plot/WaferMapPlot.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -28,21 +28,11 @@
* WaferMapPlot.java
* -----------------
*
* (C) Copyright 2003-2017, by Robert Redburn and Contributors.
* (C) Copyright 2003-2021, by Robert Redburn and Contributors.
*
* Original Author: Robert Redburn;
* Contributor(s): David Gilbert (for Object Refinery Limited);
*
* Changes
* -------
* 25-Nov-2003 : Version 1 contributed by Robert Redburn (DG);
* 05-May-2005 : Updated draw() method parameters (DG);
* 10-Jun-2005 : Changed private --> protected for drawChipGrid(),
* drawWaferEdge() and getWafterEdge() (DG);
* 16-Jun-2005 : Added default constructor and setDataset() method (DG);
* 18-Dec-2008 : Use ResourceBundleWrapper - see patch 1607918 by
* Jess Thrysoee (DG);
*
*/

package org.jfree.chart.plot;
Expand Down
15 changes: 2 additions & 13 deletions src/main/java/org/jfree/chart/plot/dial/StandardDialScale.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,22 +27,11 @@
* ----------------------
* StandardDialScale.java
* ----------------------
* (C) Copyright 2006-2017, by Object Refinery Limited.
* (C) Copyright 2006-2021, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
*
* Changes
* -------
* 03-Nov-2006 : Version 1 (DG);
* 17-Nov-2006 : Added flags for tick label visibility (DG);
* 24-Oct-2007 : Added tick label formatter (DG);
* 19-Nov-2007 : Added some missing accessor methods (DG);
* 27-Feb-2009 : Fixed bug 2617557: tickLabelPaint ignored (DG);
* 09-Feb-2010 : Fixed bug 2946521 (DG);
* 08-Jan-2012 : Added missing angleToValue() implementation (DG);
* 03-Jul-2013 : Use ParamChecks (DG);
*
*/

package org.jfree.chart.plot.dial;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/text/G2TextMeasurer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/text/TextBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/text/TextMeasurer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/Align.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/ApplicationFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/Drawable.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/FontChooserPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/FontDisplayField.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/LCBLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/Layer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/LengthAdjustmentType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/NumberCellRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jfree/chart/ui/PaintSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand Down

0 comments on commit 09e374f

Please sign in to comment.