Skip to content

Commit 3cf6440

Browse files
committed
Update source headers
1 parent da6bd0b commit 3cf6440

33 files changed

+97
-99
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017, Object Refinery Limited.
3+
Copyright (c) 2017-present, by David Gilbert.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/main/java/org/jfree/chart/fx/demo/BarChartFXDemo1.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* BarChartFXDemo1.java
33
* ====================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
@@ -53,8 +53,6 @@
5353

5454
/**
5555
* A demo showing the display of JFreeChart within a JavaFX application.
56-
* For more information about the JFreeSVG vs Batik performance test, see
57-
* this link: http://www.object-refinery.com/blog/blog-20140423.html
5856
*/
5957
public class BarChartFXDemo1 extends Application implements ChartMouseListenerFX {
6058

src/main/java/org/jfree/chart/fx/demo/CrosshairOverlayFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ----------------------------
22
* CrosshairOverlayFXDemo1.java
33
* ----------------------------
4-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
4+
* Copyright 2014-present, by David Gilbert. All rights reserved.
55
*
66
* https://github.com/jfree/jfree-fxdemos
77
*
@@ -12,14 +12,14 @@
1212
* - Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* - Neither the name of the Object Refinery Limited nor the
15+
* - Neither the name of David Gilbert nor the
1616
* names of its contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2121
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
22+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart/fx/demo/PieChartFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* PieChartFXDemo1.java
33
* ====================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart/fx/demo/TimeSeriesChartFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TimeSeriesChartFXDemo1.java
33
* ===========================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart3d/fx/demo/AreaChart3DFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Orson Charts - Demo
33
* ===================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart3d/fx/demo/AreaChart3DFXDemo2.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Orson Charts - Demo
33
* ===================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart3d/fx/demo/BarChart3DFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Orson Charts - Demo
33
* ===================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart3d/fx/demo/BarChart3DFXDemo2.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Orson Charts - Demo
33
* ===================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

src/main/java/org/jfree/chart3d/fx/demo/CategoryMarkerFXDemo1.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Orson Charts - Demo
33
* ===================
44
*
5-
* Copyright 2014-2022 by David Gilbert. All rights reserved.
5+
* Copyright 2014-present, by David Gilbert. All rights reserved.
66
*
77
* https://github.com/jfree/jfree-fxdemos
88
*
@@ -13,14 +13,14 @@
1313
* - Redistributions in binary form must reproduce the above copyright
1414
* notice, this list of conditions and the following disclaimer in the
1515
* documentation and/or other materials provided with the distribution.
16-
* - Neither the name of the Object Refinery Limited nor the
16+
* - Neither the name of David Gilbert nor the
1717
* names of its contributors may be used to endorse or promote products
1818
* derived from this software without specific prior written permission.
1919
*
2020
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2121
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2222
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
* ARE DISCLAIMED. IN NO EVENT SHALL OBJECT REFINERY LIMITED BE LIABLE FOR ANY
23+
* ARE DISCLAIMED. IN NO EVENT SHALL DAVID GILBERT BE LIABLE FOR ANY
2424
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

0 commit comments

Comments
 (0)