From e6f5acb1e69698ee6792234805bb8cf7c131dd08 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 8 Jan 2013 19:37:54 +0100
Subject: [PATCH] updated copyright date

---
 src/main/java/com/xeiam/xchart/BitmapEncoder.java               | 2 +-
 src/main/java/com/xeiam/xchart/Chart.java                       | 2 +-
 src/main/java/com/xeiam/xchart/ChartColor.java                  | 2 +-
 src/main/java/com/xeiam/xchart/QuickChart.java                  | 2 +-
 src/main/java/com/xeiam/xchart/Series.java                      | 2 +-
 src/main/java/com/xeiam/xchart/SeriesColor.java                 | 2 +-
 src/main/java/com/xeiam/xchart/SeriesLineStyle.java             | 2 +-
 src/main/java/com/xeiam/xchart/SeriesMarker.java                | 2 +-
 src/main/java/com/xeiam/xchart/ServletEncoder.java              | 2 +-
 src/main/java/com/xeiam/xchart/SwingWrapper.java                | 2 +-
 src/main/java/com/xeiam/xchart/internal/chartpart/Axis.java     | 2 +-
 src/main/java/com/xeiam/xchart/internal/chartpart/AxisPair.java | 2 +-
 src/main/java/com/xeiam/xchart/internal/chartpart/AxisTick.java | 2 +-
 .../com/xeiam/xchart/internal/chartpart/AxisTickLabels.java     | 2 +-
 .../java/com/xeiam/xchart/internal/chartpart/AxisTickMarks.java | 2 +-
 .../java/com/xeiam/xchart/internal/chartpart/AxisTitle.java     | 2 +-
 .../java/com/xeiam/xchart/internal/chartpart/ChartTitle.java    | 2 +-
 src/main/java/com/xeiam/xchart/internal/chartpart/Legend.java   | 2 +-
 src/main/java/com/xeiam/xchart/internal/chartpart/Plot.java     | 2 +-
 .../java/com/xeiam/xchart/internal/chartpart/PlotContent.java   | 2 +-
 .../java/com/xeiam/xchart/internal/chartpart/PlotSurface.java   | 2 +-
 .../java/com/xeiam/xchart/internal/interfaces/IChartPart.java   | 2 +-
 src/main/java/com/xeiam/xchart/internal/markers/Circle.java     | 2 +-
 src/main/java/com/xeiam/xchart/internal/markers/Diamond.java    | 2 +-
 src/main/java/com/xeiam/xchart/internal/markers/Marker.java     | 2 +-
 src/main/java/com/xeiam/xchart/internal/markers/Square.java     | 2 +-
 .../java/com/xeiam/xchart/internal/markers/TriangleDown.java    | 2 +-
 src/main/java/com/xeiam/xchart/internal/markers/TriangleUp.java | 2 +-
 src/test/java/com/xeiam/xchart/example/ChartServletExample.java | 2 +-
 src/test/java/com/xeiam/xchart/example/Example1.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example10.java           | 2 +-
 src/test/java/com/xeiam/xchart/example/Example11.java           | 2 +-
 src/test/java/com/xeiam/xchart/example/Example2.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example3.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example4.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example5.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example6.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example7.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example8.java            | 2 +-
 src/test/java/com/xeiam/xchart/example/Example9.java            | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/src/main/java/com/xeiam/xchart/BitmapEncoder.java b/src/main/java/com/xeiam/xchart/BitmapEncoder.java
index 8ee8fab6..ceabf6dd 100644
--- a/src/main/java/com/xeiam/xchart/BitmapEncoder.java
+++ b/src/main/java/com/xeiam/xchart/BitmapEncoder.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/Chart.java b/src/main/java/com/xeiam/xchart/Chart.java
index b2665fa9..32b50056 100644
--- a/src/main/java/com/xeiam/xchart/Chart.java
+++ b/src/main/java/com/xeiam/xchart/Chart.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/ChartColor.java b/src/main/java/com/xeiam/xchart/ChartColor.java
index 9735a7f0..330f0ed7 100644
--- a/src/main/java/com/xeiam/xchart/ChartColor.java
+++ b/src/main/java/com/xeiam/xchart/ChartColor.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/QuickChart.java b/src/main/java/com/xeiam/xchart/QuickChart.java
index a7ace066..28c16461 100644
--- a/src/main/java/com/xeiam/xchart/QuickChart.java
+++ b/src/main/java/com/xeiam/xchart/QuickChart.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/Series.java b/src/main/java/com/xeiam/xchart/Series.java
index fc1980c2..8997902c 100644
--- a/src/main/java/com/xeiam/xchart/Series.java
+++ b/src/main/java/com/xeiam/xchart/Series.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/SeriesColor.java b/src/main/java/com/xeiam/xchart/SeriesColor.java
index 605c2275..993692ec 100644
--- a/src/main/java/com/xeiam/xchart/SeriesColor.java
+++ b/src/main/java/com/xeiam/xchart/SeriesColor.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/SeriesLineStyle.java b/src/main/java/com/xeiam/xchart/SeriesLineStyle.java
index 55fe62a7..43e2190c 100644
--- a/src/main/java/com/xeiam/xchart/SeriesLineStyle.java
+++ b/src/main/java/com/xeiam/xchart/SeriesLineStyle.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/SeriesMarker.java b/src/main/java/com/xeiam/xchart/SeriesMarker.java
index 69edc8ee..a3802368 100644
--- a/src/main/java/com/xeiam/xchart/SeriesMarker.java
+++ b/src/main/java/com/xeiam/xchart/SeriesMarker.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/ServletEncoder.java b/src/main/java/com/xeiam/xchart/ServletEncoder.java
index d5bee0c2..ce3120e6 100644
--- a/src/main/java/com/xeiam/xchart/ServletEncoder.java
+++ b/src/main/java/com/xeiam/xchart/ServletEncoder.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/SwingWrapper.java b/src/main/java/com/xeiam/xchart/SwingWrapper.java
index 7805f879..109ff8e5 100644
--- a/src/main/java/com/xeiam/xchart/SwingWrapper.java
+++ b/src/main/java/com/xeiam/xchart/SwingWrapper.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/Axis.java b/src/main/java/com/xeiam/xchart/internal/chartpart/Axis.java
index 559d9137..7eacf787 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/Axis.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/Axis.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisPair.java b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisPair.java
index 6ec16346..e51aec8c 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisPair.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisPair.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTick.java b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTick.java
index 4446d726..4004eb8f 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTick.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTick.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickLabels.java b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickLabels.java
index 3e2810dc..74dbd943 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickLabels.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickLabels.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickMarks.java b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickMarks.java
index 30e29ca9..9aca4a0e 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickMarks.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTickMarks.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTitle.java b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTitle.java
index 7fadbeb7..4c9f84e7 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTitle.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/AxisTitle.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/ChartTitle.java b/src/main/java/com/xeiam/xchart/internal/chartpart/ChartTitle.java
index 5593723f..480ea606 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/ChartTitle.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/ChartTitle.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/Legend.java b/src/main/java/com/xeiam/xchart/internal/chartpart/Legend.java
index af53c8e4..a1260406 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/Legend.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/Legend.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/Plot.java b/src/main/java/com/xeiam/xchart/internal/chartpart/Plot.java
index 2713239a..ae1c5f11 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/Plot.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/Plot.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotContent.java b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotContent.java
index 16a3d68d..96ea20cc 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotContent.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotContent.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
index 8965a721..a7926d16 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/interfaces/IChartPart.java b/src/main/java/com/xeiam/xchart/internal/interfaces/IChartPart.java
index 0e385adc..e88165d5 100644
--- a/src/main/java/com/xeiam/xchart/internal/interfaces/IChartPart.java
+++ b/src/main/java/com/xeiam/xchart/internal/interfaces/IChartPart.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/Circle.java b/src/main/java/com/xeiam/xchart/internal/markers/Circle.java
index c60b6238..b3d1950d 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/Circle.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/Circle.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/Diamond.java b/src/main/java/com/xeiam/xchart/internal/markers/Diamond.java
index f14c43ad..13f43d0b 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/Diamond.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/Diamond.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/Marker.java b/src/main/java/com/xeiam/xchart/internal/markers/Marker.java
index 304c19b6..da1b55f9 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/Marker.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/Marker.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/Square.java b/src/main/java/com/xeiam/xchart/internal/markers/Square.java
index 5117a4d7..02503bca 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/Square.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/Square.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/TriangleDown.java b/src/main/java/com/xeiam/xchart/internal/markers/TriangleDown.java
index 944f5d80..59325ad0 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/TriangleDown.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/TriangleDown.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/xeiam/xchart/internal/markers/TriangleUp.java b/src/main/java/com/xeiam/xchart/internal/markers/TriangleUp.java
index 5d7e4bb4..15ded241 100644
--- a/src/main/java/com/xeiam/xchart/internal/markers/TriangleUp.java
+++ b/src/main/java/com/xeiam/xchart/internal/markers/TriangleUp.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/ChartServletExample.java b/src/test/java/com/xeiam/xchart/example/ChartServletExample.java
index ac4717ec..bcb8e05c 100644
--- a/src/test/java/com/xeiam/xchart/example/ChartServletExample.java
+++ b/src/test/java/com/xeiam/xchart/example/ChartServletExample.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example1.java b/src/test/java/com/xeiam/xchart/example/Example1.java
index d3378f19..61236ebe 100644
--- a/src/test/java/com/xeiam/xchart/example/Example1.java
+++ b/src/test/java/com/xeiam/xchart/example/Example1.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example10.java b/src/test/java/com/xeiam/xchart/example/Example10.java
index 34ae3f57..f4e7ab52 100644
--- a/src/test/java/com/xeiam/xchart/example/Example10.java
+++ b/src/test/java/com/xeiam/xchart/example/Example10.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example11.java b/src/test/java/com/xeiam/xchart/example/Example11.java
index 4d540407..10430447 100644
--- a/src/test/java/com/xeiam/xchart/example/Example11.java
+++ b/src/test/java/com/xeiam/xchart/example/Example11.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example2.java b/src/test/java/com/xeiam/xchart/example/Example2.java
index 5966041f..c2009ff6 100644
--- a/src/test/java/com/xeiam/xchart/example/Example2.java
+++ b/src/test/java/com/xeiam/xchart/example/Example2.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example3.java b/src/test/java/com/xeiam/xchart/example/Example3.java
index f1813b0d..b57c080c 100644
--- a/src/test/java/com/xeiam/xchart/example/Example3.java
+++ b/src/test/java/com/xeiam/xchart/example/Example3.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example4.java b/src/test/java/com/xeiam/xchart/example/Example4.java
index b6b8d3bd..1d9373f9 100644
--- a/src/test/java/com/xeiam/xchart/example/Example4.java
+++ b/src/test/java/com/xeiam/xchart/example/Example4.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example5.java b/src/test/java/com/xeiam/xchart/example/Example5.java
index 8a359e7d..46808f16 100644
--- a/src/test/java/com/xeiam/xchart/example/Example5.java
+++ b/src/test/java/com/xeiam/xchart/example/Example5.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example6.java b/src/test/java/com/xeiam/xchart/example/Example6.java
index 3cd592e1..b4238270 100644
--- a/src/test/java/com/xeiam/xchart/example/Example6.java
+++ b/src/test/java/com/xeiam/xchart/example/Example6.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example7.java b/src/test/java/com/xeiam/xchart/example/Example7.java
index c79612ac..82a716d7 100644
--- a/src/test/java/com/xeiam/xchart/example/Example7.java
+++ b/src/test/java/com/xeiam/xchart/example/Example7.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example8.java b/src/test/java/com/xeiam/xchart/example/Example8.java
index b3322d18..7e773e3a 100644
--- a/src/test/java/com/xeiam/xchart/example/Example8.java
+++ b/src/test/java/com/xeiam/xchart/example/Example8.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/test/java/com/xeiam/xchart/example/Example9.java b/src/test/java/com/xeiam/xchart/example/Example9.java
index ac3553f2..5fee0c9a 100644
--- a/src/test/java/com/xeiam/xchart/example/Example9.java
+++ b/src/test/java/com/xeiam/xchart/example/Example9.java
@@ -1,5 +1,5 @@
 /**
- * Copyright 2011-2012 Xeiam LLC.
+ * Copyright 2011-2013 Xeiam LLC.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
-- 
GitLab