diff --git a/Charts/Classes/Animation/Animator.swift b/Charts/Classes/Animation/Animator.swift index aa49506b69..6b07720df0 100644 --- a/Charts/Classes/Animation/Animator.swift +++ b/Charts/Classes/Animation/Animator.swift @@ -2,8 +2,6 @@ // Animator.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Animation/ChartAnimationEasing.swift b/Charts/Classes/Animation/ChartAnimationEasing.swift index 634386ed00..6d68d6d7cd 100644 --- a/Charts/Classes/Animation/ChartAnimationEasing.swift +++ b/Charts/Classes/Animation/ChartAnimationEasing.swift @@ -1,9 +1,6 @@ // // ChartAnimationUtils.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Charts/BarChartView.swift b/Charts/Classes/Charts/BarChartView.swift index 6f095fb038..d9cead9dbc 100644 --- a/Charts/Classes/Charts/BarChartView.swift +++ b/Charts/Classes/Charts/BarChartView.swift @@ -2,8 +2,6 @@ // BarChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/BarLineChartViewBase.swift b/Charts/Classes/Charts/BarLineChartViewBase.swift index 6899b3eedb..be103adf19 100644 --- a/Charts/Classes/Charts/BarLineChartViewBase.swift +++ b/Charts/Classes/Charts/BarLineChartViewBase.swift @@ -2,8 +2,6 @@ // BarLineChartViewBase.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/CandleStickChartView.swift b/Charts/Classes/Charts/CandleStickChartView.swift index 589d66eaf0..64ded93ddc 100644 --- a/Charts/Classes/Charts/CandleStickChartView.swift +++ b/Charts/Classes/Charts/CandleStickChartView.swift @@ -2,8 +2,6 @@ // CandleStickChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/ChartViewBase.swift b/Charts/Classes/Charts/ChartViewBase.swift index 000304197c..eeebe239c5 100755 --- a/Charts/Classes/Charts/ChartViewBase.swift +++ b/Charts/Classes/Charts/ChartViewBase.swift @@ -1,9 +1,6 @@ // // ChartViewBase.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Charts/CombinedChartView.swift b/Charts/Classes/Charts/CombinedChartView.swift index c6b1edbcb2..1507d2ede5 100644 --- a/Charts/Classes/Charts/CombinedChartView.swift +++ b/Charts/Classes/Charts/CombinedChartView.swift @@ -2,8 +2,6 @@ // CombinedChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/HorizontalBarChartView.swift b/Charts/Classes/Charts/HorizontalBarChartView.swift index c78270368b..63d1e530f7 100644 --- a/Charts/Classes/Charts/HorizontalBarChartView.swift +++ b/Charts/Classes/Charts/HorizontalBarChartView.swift @@ -2,8 +2,6 @@ // HorizontalBarChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/LineChartView.swift b/Charts/Classes/Charts/LineChartView.swift index 8ca4b18269..4431293e33 100644 --- a/Charts/Classes/Charts/LineChartView.swift +++ b/Charts/Classes/Charts/LineChartView.swift @@ -2,8 +2,6 @@ // LineChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/PieChartView.swift b/Charts/Classes/Charts/PieChartView.swift index 3a94877232..a283552af9 100755 --- a/Charts/Classes/Charts/PieChartView.swift +++ b/Charts/Classes/Charts/PieChartView.swift @@ -2,8 +2,6 @@ // PieChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/PieRadarChartViewBase.swift b/Charts/Classes/Charts/PieRadarChartViewBase.swift index 87c5a700d7..d716e07105 100755 --- a/Charts/Classes/Charts/PieRadarChartViewBase.swift +++ b/Charts/Classes/Charts/PieRadarChartViewBase.swift @@ -2,8 +2,6 @@ // PieRadarChartViewBase.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/RadarChartView.swift b/Charts/Classes/Charts/RadarChartView.swift index 2e6135d769..52ca712d86 100644 --- a/Charts/Classes/Charts/RadarChartView.swift +++ b/Charts/Classes/Charts/RadarChartView.swift @@ -2,8 +2,6 @@ // RadarChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Charts/ScatterChartView.swift b/Charts/Classes/Charts/ScatterChartView.swift index 15d03b33a1..93fd389213 100644 --- a/Charts/Classes/Charts/ScatterChartView.swift +++ b/Charts/Classes/Charts/ScatterChartView.swift @@ -2,8 +2,6 @@ // ScatterChartView.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Components/ChartAxisBase.swift b/Charts/Classes/Components/ChartAxisBase.swift index 067e705969..ae34062686 100644 --- a/Charts/Classes/Components/ChartAxisBase.swift +++ b/Charts/Classes/Components/ChartAxisBase.swift @@ -1,9 +1,6 @@ // // ChartAxisBase.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Components/ChartComponentBase.swift b/Charts/Classes/Components/ChartComponentBase.swift index 542b388de0..bf1fde3670 100644 --- a/Charts/Classes/Components/ChartComponentBase.swift +++ b/Charts/Classes/Components/ChartComponentBase.swift @@ -2,8 +2,6 @@ // ChartComponentBase.swift // Charts // -// Created by Daniel Cohen Gindi on 16/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Components/ChartLegend.swift b/Charts/Classes/Components/ChartLegend.swift index 1667000212..7aab00f844 100644 --- a/Charts/Classes/Components/ChartLegend.swift +++ b/Charts/Classes/Components/ChartLegend.swift @@ -1,9 +1,6 @@ // // ChartLegend.swift // Charts -// -// Created by Daniel Cohen Gindi on 24/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Components/ChartLimitLine.swift b/Charts/Classes/Components/ChartLimitLine.swift index d797e10aed..ffff46affe 100644 --- a/Charts/Classes/Components/ChartLimitLine.swift +++ b/Charts/Classes/Components/ChartLimitLine.swift @@ -1,9 +1,6 @@ // // ChartLimitLine.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Components/ChartXAxis.swift b/Charts/Classes/Components/ChartXAxis.swift index 7c9e1ea58e..b60655d189 100644 --- a/Charts/Classes/Components/ChartXAxis.swift +++ b/Charts/Classes/Components/ChartXAxis.swift @@ -1,9 +1,6 @@ // // ChartXAxis.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Components/ChartYAxis.swift b/Charts/Classes/Components/ChartYAxis.swift index f688bcf1d9..ce50902b7e 100644 --- a/Charts/Classes/Components/ChartYAxis.swift +++ b/Charts/Classes/Components/ChartYAxis.swift @@ -1,9 +1,6 @@ // // ChartYAxis.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/ChartBaseDataSet.swift b/Charts/Classes/Data/Implementations/ChartBaseDataSet.swift index ff31455b22..a99cfea81b 100644 --- a/Charts/Classes/Data/Implementations/ChartBaseDataSet.swift +++ b/Charts/Classes/Data/Implementations/ChartBaseDataSet.swift @@ -1,9 +1,6 @@ // // BaseDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 16/1/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/BarChartData.swift b/Charts/Classes/Data/Implementations/Standard/BarChartData.swift index 84a91684e4..da79dc8356 100644 --- a/Charts/Classes/Data/Implementations/Standard/BarChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/BarChartData.swift @@ -2,8 +2,6 @@ // BarChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/BarChartDataEntry.swift b/Charts/Classes/Data/Implementations/Standard/BarChartDataEntry.swift index 61528f08aa..218a5c878f 100644 --- a/Charts/Classes/Data/Implementations/Standard/BarChartDataEntry.swift +++ b/Charts/Classes/Data/Implementations/Standard/BarChartDataEntry.swift @@ -2,8 +2,6 @@ // BarChartDataEntry.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/BarChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/BarChartDataSet.swift index f6d5356d63..7cb15880fb 100644 --- a/Charts/Classes/Data/Implementations/Standard/BarChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/BarChartDataSet.swift @@ -2,8 +2,6 @@ // BarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift b/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift index 34b05d3b15..ce77d75be8 100644 --- a/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift @@ -2,8 +2,6 @@ // BarLineScatterCandleBubbleChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift index fd44cb7f69..320463dd6f 100644 --- a/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift @@ -2,8 +2,6 @@ // BarLineScatterCandleBubbleChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/CandleChartData.swift b/Charts/Classes/Data/Implementations/Standard/CandleChartData.swift index fce9951f76..0710ad7fcd 100644 --- a/Charts/Classes/Data/Implementations/Standard/CandleChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/CandleChartData.swift @@ -2,8 +2,6 @@ // CandleChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/CandleChartDataEntry.swift b/Charts/Classes/Data/Implementations/Standard/CandleChartDataEntry.swift index d431e284f5..43a754407e 100644 --- a/Charts/Classes/Data/Implementations/Standard/CandleChartDataEntry.swift +++ b/Charts/Classes/Data/Implementations/Standard/CandleChartDataEntry.swift @@ -2,8 +2,6 @@ // CandleChartDataEntry.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/CandleChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/CandleChartDataSet.swift index c32d7a7908..bd11afcee8 100644 --- a/Charts/Classes/Data/Implementations/Standard/CandleChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/CandleChartDataSet.swift @@ -2,8 +2,6 @@ // CandleChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/ChartData.swift b/Charts/Classes/Data/Implementations/Standard/ChartData.swift index e87ad7c97d..7273cd9afe 100644 --- a/Charts/Classes/Data/Implementations/Standard/ChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/ChartData.swift @@ -1,9 +1,6 @@ // // ChartData.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/ChartDataEntry.swift b/Charts/Classes/Data/Implementations/Standard/ChartDataEntry.swift index 96b8d68e6c..912f1e761d 100644 --- a/Charts/Classes/Data/Implementations/Standard/ChartDataEntry.swift +++ b/Charts/Classes/Data/Implementations/Standard/ChartDataEntry.swift @@ -1,9 +1,6 @@ // // ChartDataEntry.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/ChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/ChartDataSet.swift index 2b5f1a5acf..26ad456d36 100644 --- a/Charts/Classes/Data/Implementations/Standard/ChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/ChartDataSet.swift @@ -1,9 +1,6 @@ // // ChartDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift b/Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift index bb36d78983..0a10fe9f71 100644 --- a/Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift @@ -2,8 +2,6 @@ // CombinedChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/LineChartData.swift b/Charts/Classes/Data/Implementations/Standard/LineChartData.swift index 47bf871e70..9a9fe4ab3e 100644 --- a/Charts/Classes/Data/Implementations/Standard/LineChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/LineChartData.swift @@ -2,8 +2,6 @@ // LineChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/LineChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/LineChartDataSet.swift index c945a1f813..eeccb3ac3e 100644 --- a/Charts/Classes/Data/Implementations/Standard/LineChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/LineChartDataSet.swift @@ -2,8 +2,6 @@ // LineChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/LineRadarChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/LineRadarChartDataSet.swift index edf1a37bb1..8c70ecfa7c 100644 --- a/Charts/Classes/Data/Implementations/Standard/LineRadarChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/LineRadarChartDataSet.swift @@ -2,8 +2,6 @@ // LineRadarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift index 70831fef98..2af2bf5b4a 100644 --- a/Charts/Classes/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift @@ -2,8 +2,6 @@ // LineScatterCandleRadarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 29/7/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/PieChartData.swift b/Charts/Classes/Data/Implementations/Standard/PieChartData.swift index 0f83af9937..e9f909159d 100644 --- a/Charts/Classes/Data/Implementations/Standard/PieChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/PieChartData.swift @@ -2,8 +2,6 @@ // PieData.swift // Charts // -// Created by Daniel Cohen Gindi on 24/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift index 9fdef6effa..5e1d11844a 100644 --- a/Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift @@ -1,9 +1,6 @@ // // PieChartDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 24/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/RadarChartData.swift b/Charts/Classes/Data/Implementations/Standard/RadarChartData.swift index ece33235fb..b5f839c642 100644 --- a/Charts/Classes/Data/Implementations/Standard/RadarChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/RadarChartData.swift @@ -2,8 +2,6 @@ // RadarChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/RadarChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/RadarChartDataSet.swift index 2fa0a2d8ee..385e76ad26 100644 --- a/Charts/Classes/Data/Implementations/Standard/RadarChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/RadarChartDataSet.swift @@ -1,9 +1,6 @@ // // RadarChartDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 24/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Data/Implementations/Standard/ScatterChartData.swift b/Charts/Classes/Data/Implementations/Standard/ScatterChartData.swift index aed19d6222..66e207224a 100644 --- a/Charts/Classes/Data/Implementations/Standard/ScatterChartData.swift +++ b/Charts/Classes/Data/Implementations/Standard/ScatterChartData.swift @@ -2,8 +2,6 @@ // ScatterChartData.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Implementations/Standard/ScatterChartDataSet.swift b/Charts/Classes/Data/Implementations/Standard/ScatterChartDataSet.swift index 39da02870c..4f31d27400 100644 --- a/Charts/Classes/Data/Implementations/Standard/ScatterChartDataSet.swift +++ b/Charts/Classes/Data/Implementations/Standard/ScatterChartDataSet.swift @@ -2,8 +2,6 @@ // ScatterChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IBarChartDataSet.swift b/Charts/Classes/Data/Interfaces/IBarChartDataSet.swift index 77d5307a74..6f5cad081c 100644 --- a/Charts/Classes/Data/Interfaces/IBarChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IBarChartDataSet.swift @@ -2,8 +2,6 @@ // IBarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift b/Charts/Classes/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift index 3fba8a1dc0..8af47ff4a7 100644 --- a/Charts/Classes/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IBarLineScatterCandleBubbleChartDataSet.swift @@ -2,8 +2,6 @@ // IBarLineScatterCandleBubbleChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IBubbleChartDataSet.swift b/Charts/Classes/Data/Interfaces/IBubbleChartDataSet.swift index 4f84ac6a73..10c5d9eecb 100644 --- a/Charts/Classes/Data/Interfaces/IBubbleChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IBubbleChartDataSet.swift @@ -2,8 +2,6 @@ // IBubbleChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/ICandleChartDataSet.swift b/Charts/Classes/Data/Interfaces/ICandleChartDataSet.swift index 6c27ddb3e2..fac88d3b2e 100644 --- a/Charts/Classes/Data/Interfaces/ICandleChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/ICandleChartDataSet.swift @@ -2,8 +2,6 @@ // ICandleChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IChartDataSet.swift b/Charts/Classes/Data/Interfaces/IChartDataSet.swift index 96da9c2d75..463077939a 100644 --- a/Charts/Classes/Data/Interfaces/IChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IChartDataSet.swift @@ -2,8 +2,6 @@ // IChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/ILineChartDataSet.swift b/Charts/Classes/Data/Interfaces/ILineChartDataSet.swift index 5ba8c9d640..cb873ba4d9 100644 --- a/Charts/Classes/Data/Interfaces/ILineChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/ILineChartDataSet.swift @@ -2,8 +2,6 @@ // ILineChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/ILineRadarChartDataSet.swift b/Charts/Classes/Data/Interfaces/ILineRadarChartDataSet.swift index 87e4259d47..db75d82639 100644 --- a/Charts/Classes/Data/Interfaces/ILineRadarChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/ILineRadarChartDataSet.swift @@ -2,8 +2,6 @@ // ILineRadarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift b/Charts/Classes/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift index 72a69d163f..43e291e1b8 100644 --- a/Charts/Classes/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/ILineScatterCandleRadarChartDataSet.swift @@ -2,8 +2,6 @@ // ILineScatterCandleRadarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IPieChartDataSet.swift b/Charts/Classes/Data/Interfaces/IPieChartDataSet.swift index 61c9812d1f..9a1dba7b6c 100644 --- a/Charts/Classes/Data/Interfaces/IPieChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IPieChartDataSet.swift @@ -2,8 +2,6 @@ // IPieChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IRadarChartDataSet.swift b/Charts/Classes/Data/Interfaces/IRadarChartDataSet.swift index c0e1b438a1..2e37b4ffd5 100644 --- a/Charts/Classes/Data/Interfaces/IRadarChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IRadarChartDataSet.swift @@ -2,8 +2,6 @@ // IRadarChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Data/Interfaces/IScatterChartDataSet.swift b/Charts/Classes/Data/Interfaces/IScatterChartDataSet.swift index f4e054a371..5703f07d00 100644 --- a/Charts/Classes/Data/Interfaces/IScatterChartDataSet.swift +++ b/Charts/Classes/Data/Interfaces/IScatterChartDataSet.swift @@ -2,8 +2,6 @@ // IScatterChartDataSet.swift // Charts // -// Created by Daniel Cohen Gindi on 26/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Formatters/DefaultFillFormatter.swift b/Charts/Classes/Formatters/DefaultFillFormatter.swift index c38a8b948b..7d711707e2 100644 --- a/Charts/Classes/Formatters/DefaultFillFormatter.swift +++ b/Charts/Classes/Formatters/DefaultFillFormatter.swift @@ -2,8 +2,6 @@ // DefaultFillFormatter.swift // Charts // -// Created by Daniel Cohen Gindi on 04/02/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Formatters/IFillFormatter.swift b/Charts/Classes/Formatters/IFillFormatter.swift index 4188ace0c7..ab7134e171 100644 --- a/Charts/Classes/Formatters/IFillFormatter.swift +++ b/Charts/Classes/Formatters/IFillFormatter.swift @@ -2,8 +2,6 @@ // IFillFormatter.swift // Charts // -// Created by Daniel Cohen Gindi on 6/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Highlight/BarHighlighter.swift b/Charts/Classes/Highlight/BarHighlighter.swift index ec984b2adf..eb09997ea8 100644 --- a/Charts/Classes/Highlight/BarHighlighter.swift +++ b/Charts/Classes/Highlight/BarHighlighter.swift @@ -1,9 +1,6 @@ // // BarHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/ChartHighlighter.swift b/Charts/Classes/Highlight/ChartHighlighter.swift index 2cd07f3e65..fcee06b675 100644 --- a/Charts/Classes/Highlight/ChartHighlighter.swift +++ b/Charts/Classes/Highlight/ChartHighlighter.swift @@ -1,9 +1,6 @@ // // ChartHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/CombinedHighlighter.swift b/Charts/Classes/Highlight/CombinedHighlighter.swift index 16f4148e47..f9f5a839df 100644 --- a/Charts/Classes/Highlight/CombinedHighlighter.swift +++ b/Charts/Classes/Highlight/CombinedHighlighter.swift @@ -1,9 +1,6 @@ // // CombinedHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/Highlight.swift b/Charts/Classes/Highlight/Highlight.swift index d99fd7289a..daa67d7f9b 100644 --- a/Charts/Classes/Highlight/Highlight.swift +++ b/Charts/Classes/Highlight/Highlight.swift @@ -1,9 +1,6 @@ // // Highlight.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/HorizontalBarHighlighter.swift b/Charts/Classes/Highlight/HorizontalBarHighlighter.swift index 060e9f528f..b9b9f42eed 100644 --- a/Charts/Classes/Highlight/HorizontalBarHighlighter.swift +++ b/Charts/Classes/Highlight/HorizontalBarHighlighter.swift @@ -1,9 +1,6 @@ // // HorizontalBarHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/PieHighlighter.swift b/Charts/Classes/Highlight/PieHighlighter.swift index 523b7328a8..c3118595fc 100644 --- a/Charts/Classes/Highlight/PieHighlighter.swift +++ b/Charts/Classes/Highlight/PieHighlighter.swift @@ -1,9 +1,6 @@ // // PieHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/PieRadarHighlighter.swift b/Charts/Classes/Highlight/PieRadarHighlighter.swift index d7d767dbd1..b2eef5ece5 100644 --- a/Charts/Classes/Highlight/PieRadarHighlighter.swift +++ b/Charts/Classes/Highlight/PieRadarHighlighter.swift @@ -1,9 +1,6 @@ // // PieRadarHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/RadarHighlighter.swift b/Charts/Classes/Highlight/RadarHighlighter.swift index 9de2687818..4411672135 100644 --- a/Charts/Classes/Highlight/RadarHighlighter.swift +++ b/Charts/Classes/Highlight/RadarHighlighter.swift @@ -1,9 +1,6 @@ // // RadarHighlighter.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Highlight/Range.swift b/Charts/Classes/Highlight/Range.swift index 9f93568f6f..682bf99079 100644 --- a/Charts/Classes/Highlight/Range.swift +++ b/Charts/Classes/Highlight/Range.swift @@ -1,9 +1,6 @@ // // Range.swift // Charts -// -// Created by Daniel Cohen Gindi on 26/7/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Interfaces/BarChartDataProvider.swift b/Charts/Classes/Interfaces/BarChartDataProvider.swift index 662a437001..e1d0a8d0b5 100644 --- a/Charts/Classes/Interfaces/BarChartDataProvider.swift +++ b/Charts/Classes/Interfaces/BarChartDataProvider.swift @@ -2,8 +2,6 @@ // BarChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift b/Charts/Classes/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift index 20738299f7..c296ba1e81 100644 --- a/Charts/Classes/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift +++ b/Charts/Classes/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift @@ -2,8 +2,6 @@ // BarLineScatterCandleBubbleChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/BubbleChartDataProvider.swift b/Charts/Classes/Interfaces/BubbleChartDataProvider.swift index e9bbae6b04..d9fc9e81b2 100644 --- a/Charts/Classes/Interfaces/BubbleChartDataProvider.swift +++ b/Charts/Classes/Interfaces/BubbleChartDataProvider.swift @@ -2,8 +2,6 @@ // BubbleChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/CandleChartDataProvider.swift b/Charts/Classes/Interfaces/CandleChartDataProvider.swift index 0f91a04e99..6e729ff137 100644 --- a/Charts/Classes/Interfaces/CandleChartDataProvider.swift +++ b/Charts/Classes/Interfaces/CandleChartDataProvider.swift @@ -2,8 +2,6 @@ // CandleChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/ChartDataProvider.swift b/Charts/Classes/Interfaces/ChartDataProvider.swift index 7efe3052b1..99619331c0 100644 --- a/Charts/Classes/Interfaces/ChartDataProvider.swift +++ b/Charts/Classes/Interfaces/ChartDataProvider.swift @@ -2,8 +2,6 @@ // ChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/LineChartDataProvider.swift b/Charts/Classes/Interfaces/LineChartDataProvider.swift index 45850fcba7..bf503f3705 100644 --- a/Charts/Classes/Interfaces/LineChartDataProvider.swift +++ b/Charts/Classes/Interfaces/LineChartDataProvider.swift @@ -2,8 +2,6 @@ // LineChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Interfaces/ScatterChartDataProvider.swift b/Charts/Classes/Interfaces/ScatterChartDataProvider.swift index a99961c5a2..050bde7406 100644 --- a/Charts/Classes/Interfaces/ScatterChartDataProvider.swift +++ b/Charts/Classes/Interfaces/ScatterChartDataProvider.swift @@ -2,8 +2,6 @@ // ScatterChartDataProvider.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/AxisRendererBase.swift b/Charts/Classes/Renderers/AxisRendererBase.swift index 27d9fa48ec..8d57f2c24c 100644 --- a/Charts/Classes/Renderers/AxisRendererBase.swift +++ b/Charts/Classes/Renderers/AxisRendererBase.swift @@ -2,8 +2,6 @@ // AxisRendererBase.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/BarChartRenderer.swift b/Charts/Classes/Renderers/BarChartRenderer.swift index 405b2cf007..25de21f967 100644 --- a/Charts/Classes/Renderers/BarChartRenderer.swift +++ b/Charts/Classes/Renderers/BarChartRenderer.swift @@ -2,8 +2,6 @@ // BarChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/CandleStickChartRenderer.swift b/Charts/Classes/Renderers/CandleStickChartRenderer.swift index f92b217489..0be82b50a9 100644 --- a/Charts/Classes/Renderers/CandleStickChartRenderer.swift +++ b/Charts/Classes/Renderers/CandleStickChartRenderer.swift @@ -2,8 +2,6 @@ // CandleStickChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/ChartDataRendererBase.swift b/Charts/Classes/Renderers/ChartDataRendererBase.swift index b749d947e1..aee945f556 100644 --- a/Charts/Classes/Renderers/ChartDataRendererBase.swift +++ b/Charts/Classes/Renderers/ChartDataRendererBase.swift @@ -2,8 +2,6 @@ // DataRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/CombinedChartRenderer.swift b/Charts/Classes/Renderers/CombinedChartRenderer.swift index 065eaefccd..4e136f33c5 100644 --- a/Charts/Classes/Renderers/CombinedChartRenderer.swift +++ b/Charts/Classes/Renderers/CombinedChartRenderer.swift @@ -2,8 +2,6 @@ // CombinedChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/HorizontalBarChartRenderer.swift b/Charts/Classes/Renderers/HorizontalBarChartRenderer.swift index 121a6bc8be..69e5e17e67 100644 --- a/Charts/Classes/Renderers/HorizontalBarChartRenderer.swift +++ b/Charts/Classes/Renderers/HorizontalBarChartRenderer.swift @@ -2,8 +2,6 @@ // HorizontalBarChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/LegendRenderer.swift b/Charts/Classes/Renderers/LegendRenderer.swift index 46d084d094..d7932b8b04 100755 --- a/Charts/Classes/Renderers/LegendRenderer.swift +++ b/Charts/Classes/Renderers/LegendRenderer.swift @@ -2,8 +2,6 @@ // LegendRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/LineChartRenderer.swift b/Charts/Classes/Renderers/LineChartRenderer.swift index f906d7d8e3..b5f846d1de 100644 --- a/Charts/Classes/Renderers/LineChartRenderer.swift +++ b/Charts/Classes/Renderers/LineChartRenderer.swift @@ -2,8 +2,6 @@ // LineChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/LineRadarRenderer.swift b/Charts/Classes/Renderers/LineRadarRenderer.swift index db4f84550d..5a3ee52a40 100644 --- a/Charts/Classes/Renderers/LineRadarRenderer.swift +++ b/Charts/Classes/Renderers/LineRadarRenderer.swift @@ -2,8 +2,6 @@ // LineRadarRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 27/01/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/LineScatterCandleRadarRenderer.swift b/Charts/Classes/Renderers/LineScatterCandleRadarRenderer.swift index 87ec0663ad..f66b9678f1 100644 --- a/Charts/Classes/Renderers/LineScatterCandleRadarRenderer.swift +++ b/Charts/Classes/Renderers/LineScatterCandleRadarRenderer.swift @@ -2,8 +2,6 @@ // LineScatterCandleRadarRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 29/7/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/PieChartRenderer.swift b/Charts/Classes/Renderers/PieChartRenderer.swift index 332c0e140d..e5b2560d0b 100755 --- a/Charts/Classes/Renderers/PieChartRenderer.swift +++ b/Charts/Classes/Renderers/PieChartRenderer.swift @@ -2,8 +2,6 @@ // PieChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/RadarChartRenderer.swift b/Charts/Classes/Renderers/RadarChartRenderer.swift index 45b1d31085..b5e744de26 100644 --- a/Charts/Classes/Renderers/RadarChartRenderer.swift +++ b/Charts/Classes/Renderers/RadarChartRenderer.swift @@ -2,8 +2,6 @@ // RadarChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/Renderer.swift b/Charts/Classes/Renderers/Renderer.swift index b31ad2d7d9..945db10ead 100644 --- a/Charts/Classes/Renderers/Renderer.swift +++ b/Charts/Classes/Renderers/Renderer.swift @@ -2,8 +2,6 @@ // Renderer.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/ScatterChartRenderer.swift b/Charts/Classes/Renderers/ScatterChartRenderer.swift index b65f04ec32..b655b0ebc7 100644 --- a/Charts/Classes/Renderers/ScatterChartRenderer.swift +++ b/Charts/Classes/Renderers/ScatterChartRenderer.swift @@ -2,8 +2,6 @@ // ScatterChartRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 4/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/XAxisRenderer.swift b/Charts/Classes/Renderers/XAxisRenderer.swift index 0f4fe07294..c7086c52dd 100644 --- a/Charts/Classes/Renderers/XAxisRenderer.swift +++ b/Charts/Classes/Renderers/XAxisRenderer.swift @@ -2,8 +2,6 @@ // XAxisRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/XAxisRendererHorizontalBarChart.swift b/Charts/Classes/Renderers/XAxisRendererHorizontalBarChart.swift index 01b02a4127..5d7f4fc367 100644 --- a/Charts/Classes/Renderers/XAxisRendererHorizontalBarChart.swift +++ b/Charts/Classes/Renderers/XAxisRendererHorizontalBarChart.swift @@ -2,8 +2,6 @@ // XAxisRendererHorizontalBarChart.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/XAxisRendererRadarChart.swift b/Charts/Classes/Renderers/XAxisRendererRadarChart.swift index 509d4be353..ed64e2488c 100644 --- a/Charts/Classes/Renderers/XAxisRendererRadarChart.swift +++ b/Charts/Classes/Renderers/XAxisRendererRadarChart.swift @@ -2,8 +2,6 @@ // XAxisRendererRadarChart.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/YAxisRenderer.swift b/Charts/Classes/Renderers/YAxisRenderer.swift index 68f782d49a..426731b210 100644 --- a/Charts/Classes/Renderers/YAxisRenderer.swift +++ b/Charts/Classes/Renderers/YAxisRenderer.swift @@ -2,8 +2,6 @@ // YAxisRenderer.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/YAxisRendererHorizontalBarChart.swift b/Charts/Classes/Renderers/YAxisRendererHorizontalBarChart.swift index 08bafc7d42..b92204069b 100644 --- a/Charts/Classes/Renderers/YAxisRendererHorizontalBarChart.swift +++ b/Charts/Classes/Renderers/YAxisRendererHorizontalBarChart.swift @@ -2,8 +2,6 @@ // YAxisRendererHorizontalBarChart.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Renderers/YAxisRendererRadarChart.swift b/Charts/Classes/Renderers/YAxisRendererRadarChart.swift index 01d470bc43..68e58f0610 100644 --- a/Charts/Classes/Renderers/YAxisRendererRadarChart.swift +++ b/Charts/Classes/Renderers/YAxisRendererRadarChart.swift @@ -2,8 +2,6 @@ // YAxisRendererRadarChart.swift // Charts // -// Created by Daniel Cohen Gindi on 3/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Utils/ChartColorTemplates.swift b/Charts/Classes/Utils/ChartColorTemplates.swift index 9d28cea65c..66ca68bf2e 100644 --- a/Charts/Classes/Utils/ChartColorTemplates.swift +++ b/Charts/Classes/Utils/ChartColorTemplates.swift @@ -1,9 +1,6 @@ // // ChartColorTemplates.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Utils/ChartUtils.swift b/Charts/Classes/Utils/ChartUtils.swift index 85435c0306..b975d20a11 100755 --- a/Charts/Classes/Utils/ChartUtils.swift +++ b/Charts/Classes/Utils/ChartUtils.swift @@ -1,9 +1,6 @@ // // Utils.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Utils/Fill.swift b/Charts/Classes/Utils/Fill.swift index 06a0765bc1..ead80e800c 100644 --- a/Charts/Classes/Utils/Fill.swift +++ b/Charts/Classes/Utils/Fill.swift @@ -1,9 +1,6 @@ // // Fill.swift // Charts -// -// Created by Daniel Cohen Gindi on 27/01/2016. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/Charts/Classes/Utils/Transformer.swift b/Charts/Classes/Utils/Transformer.swift index 8c7a11a37d..507debbd86 100644 --- a/Charts/Classes/Utils/Transformer.swift +++ b/Charts/Classes/Utils/Transformer.swift @@ -2,8 +2,6 @@ // Transformer.swift // Charts // -// Created by Daniel Cohen Gindi on 6/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Utils/TransformerHorizontalBarChart.swift b/Charts/Classes/Utils/TransformerHorizontalBarChart.swift index 8f73c620fe..5105040890 100644 --- a/Charts/Classes/Utils/TransformerHorizontalBarChart.swift +++ b/Charts/Classes/Utils/TransformerHorizontalBarChart.swift @@ -2,8 +2,6 @@ // TransformerHorizontalBarChart.swift // Charts // -// Created by Daniel Cohen Gindi on 1/4/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Classes/Utils/ViewPortHandler.swift b/Charts/Classes/Utils/ViewPortHandler.swift index 033150883f..c3346ebd8a 100755 --- a/Charts/Classes/Utils/ViewPortHandler.swift +++ b/Charts/Classes/Utils/ViewPortHandler.swift @@ -2,8 +2,6 @@ // ViewPortHandler.swift // Charts // -// Created by Daniel Cohen Gindi on 27/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/Charts/Supporting Files/Charts.h b/Charts/Supporting Files/Charts.h index e9beecdf00..2b91eb68fe 100755 --- a/Charts/Supporting Files/Charts.h +++ b/Charts/Supporting Files/Charts.h @@ -1,9 +1,6 @@ // // Charts.h // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsDemo/Classes/AppDelegate.h b/ChartsDemo/Classes/AppDelegate.h index 17935a81d6..f519086a1a 100644 --- a/ChartsDemo/Classes/AppDelegate.h +++ b/ChartsDemo/Classes/AppDelegate.h @@ -2,8 +2,6 @@ // AppDelegate.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/AppDelegate.m b/ChartsDemo/Classes/AppDelegate.m index c039e0c668..35ffcc3c07 100644 --- a/ChartsDemo/Classes/AppDelegate.m +++ b/ChartsDemo/Classes/AppDelegate.m @@ -2,8 +2,6 @@ // AppDelegate.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Components/XYMarkerView.swift b/ChartsDemo/Classes/Components/XYMarkerView.swift index d0f70bd665..6277779047 100644 --- a/ChartsDemo/Classes/Components/XYMarkerView.swift +++ b/ChartsDemo/Classes/Components/XYMarkerView.swift @@ -1,8 +1,6 @@ // // XYMarkerView.swift // ChartsDemo -// -// Created by Daniel Cohen Gindi on 09/08/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/DemoBaseViewController.h b/ChartsDemo/Classes/DemoBaseViewController.h index 1a3efea096..3fe7ed2230 100644 --- a/ChartsDemo/Classes/DemoBaseViewController.h +++ b/ChartsDemo/Classes/DemoBaseViewController.h @@ -2,8 +2,6 @@ // DemoBaseViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 13/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/DemoBaseViewController.m b/ChartsDemo/Classes/DemoBaseViewController.m index 2bb24eda44..72b18eaad6 100644 --- a/ChartsDemo/Classes/DemoBaseViewController.m +++ b/ChartsDemo/Classes/DemoBaseViewController.m @@ -2,8 +2,6 @@ // DemoBaseViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 13/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/DemoListViewController.h b/ChartsDemo/Classes/DemoListViewController.h index 216790622c..3f119de071 100644 --- a/ChartsDemo/Classes/DemoListViewController.h +++ b/ChartsDemo/Classes/DemoListViewController.h @@ -2,8 +2,6 @@ // DemoListViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/DemoListViewController.m b/ChartsDemo/Classes/DemoListViewController.m index b7669e256e..0c2a6ac763 100644 --- a/ChartsDemo/Classes/DemoListViewController.m +++ b/ChartsDemo/Classes/DemoListViewController.m @@ -2,8 +2,6 @@ // DemoListViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.h b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.h index 85f605f337..cc5374f6ca 100644 --- a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.h @@ -2,8 +2,6 @@ // AnotherBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.m b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.m index 1234cf2d41..ac9701361e 100644 --- a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.m @@ -2,8 +2,6 @@ // AnotherBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/BarChartViewController.h b/ChartsDemo/Classes/Demos/BarChartViewController.h index 2ebda168d6..05b7c8c96c 100644 --- a/ChartsDemo/Classes/Demos/BarChartViewController.h +++ b/ChartsDemo/Classes/Demos/BarChartViewController.h @@ -2,8 +2,6 @@ // BarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/BarChartViewController.m b/ChartsDemo/Classes/Demos/BarChartViewController.m index d241d54d84..9dba847e72 100644 --- a/ChartsDemo/Classes/Demos/BarChartViewController.m +++ b/ChartsDemo/Classes/Demos/BarChartViewController.m @@ -2,8 +2,6 @@ // BarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CandleStickChartViewController.h b/ChartsDemo/Classes/Demos/CandleStickChartViewController.h index 925e7277bf..fc3d2f66b2 100644 --- a/ChartsDemo/Classes/Demos/CandleStickChartViewController.h +++ b/ChartsDemo/Classes/Demos/CandleStickChartViewController.h @@ -2,8 +2,6 @@ // CandleStickChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CandleStickChartViewController.m b/ChartsDemo/Classes/Demos/CandleStickChartViewController.m index fc200e6d62..4fb6d3e9d7 100644 --- a/ChartsDemo/Classes/Demos/CandleStickChartViewController.m +++ b/ChartsDemo/Classes/Demos/CandleStickChartViewController.m @@ -2,8 +2,6 @@ // CandleStickChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.h b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.h index ae1803494b..c79e3cf314 100644 --- a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.h +++ b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.h @@ -2,8 +2,6 @@ // ColoredLineChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.m b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.m index dfd6bf2936..46691e68ef 100644 --- a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.m +++ b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.m @@ -2,8 +2,6 @@ // ColoredLineChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CombinedChartViewController.h b/ChartsDemo/Classes/Demos/CombinedChartViewController.h index 02989c5649..c6de2899e8 100644 --- a/ChartsDemo/Classes/Demos/CombinedChartViewController.h +++ b/ChartsDemo/Classes/Demos/CombinedChartViewController.h @@ -2,8 +2,6 @@ // CombinedChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CombinedChartViewController.m b/ChartsDemo/Classes/Demos/CombinedChartViewController.m index c0f6f24501..7dee49f9b4 100644 --- a/ChartsDemo/Classes/Demos/CombinedChartViewController.m +++ b/ChartsDemo/Classes/Demos/CombinedChartViewController.m @@ -2,8 +2,6 @@ // CombinedChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CubicLineChartViewController.h b/ChartsDemo/Classes/Demos/CubicLineChartViewController.h index b525563fa3..658570aaab 100644 --- a/ChartsDemo/Classes/Demos/CubicLineChartViewController.h +++ b/ChartsDemo/Classes/Demos/CubicLineChartViewController.h @@ -2,8 +2,6 @@ // CubicLineChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/CubicLineChartViewController.m b/ChartsDemo/Classes/Demos/CubicLineChartViewController.m index 242e41fb41..17acc05e9a 100644 --- a/ChartsDemo/Classes/Demos/CubicLineChartViewController.m +++ b/ChartsDemo/Classes/Demos/CubicLineChartViewController.m @@ -2,8 +2,6 @@ // CubicLineChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.h b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.h index 524ee8312c..4db77ab945 100644 --- a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.h @@ -2,8 +2,6 @@ // HorizontalBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.m b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.m index dd042ab197..5f1db58dae 100644 --- a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.m @@ -2,8 +2,6 @@ // HorizontalBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/LineChart1ViewController.h b/ChartsDemo/Classes/Demos/LineChart1ViewController.h index 2c06cb0e67..3519fd4054 100644 --- a/ChartsDemo/Classes/Demos/LineChart1ViewController.h +++ b/ChartsDemo/Classes/Demos/LineChart1ViewController.h @@ -2,8 +2,6 @@ // LineChart1ViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/LineChart1ViewController.m b/ChartsDemo/Classes/Demos/LineChart1ViewController.m index 65f90373a2..7bde3f7ba0 100644 --- a/ChartsDemo/Classes/Demos/LineChart1ViewController.m +++ b/ChartsDemo/Classes/Demos/LineChart1ViewController.m @@ -2,8 +2,6 @@ // LineChart1ViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/LineChart2ViewController.h b/ChartsDemo/Classes/Demos/LineChart2ViewController.h index 0c06de300e..0c8e6d3712 100644 --- a/ChartsDemo/Classes/Demos/LineChart2ViewController.h +++ b/ChartsDemo/Classes/Demos/LineChart2ViewController.h @@ -2,8 +2,6 @@ // LineChart2ViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/LineChart2ViewController.m b/ChartsDemo/Classes/Demos/LineChart2ViewController.m index 42258a0a8f..19e2082360 100644 --- a/ChartsDemo/Classes/Demos/LineChart2ViewController.m +++ b/ChartsDemo/Classes/Demos/LineChart2ViewController.m @@ -2,8 +2,6 @@ // LineChart2ViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.h b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.h index 4baf06447d..63b820c5ef 100644 --- a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.h @@ -2,8 +2,6 @@ // MultipleBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.m b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.m index 219a8e613c..c1f45f78da 100644 --- a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.m @@ -2,8 +2,6 @@ // MultipleBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.h b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.h index 9da34fba7f..f2cc35ab9d 100644 --- a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.h +++ b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.h @@ -2,8 +2,6 @@ // MultipleLinesChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.m b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.m index 229e124ec6..c9c1b47eff 100644 --- a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.m +++ b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.m @@ -2,8 +2,6 @@ // MultipleLinesChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.h b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.h index 3e1185d4e0..610c3ecdad 100644 --- a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.h @@ -2,8 +2,6 @@ // NegativeStackedBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.m b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.m index 1c660b83e6..0477c18714 100644 --- a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.m @@ -2,8 +2,6 @@ // NegativeStackedBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/PieChartViewController.h b/ChartsDemo/Classes/Demos/PieChartViewController.h index 0ade1fb198..098d12b733 100644 --- a/ChartsDemo/Classes/Demos/PieChartViewController.h +++ b/ChartsDemo/Classes/Demos/PieChartViewController.h @@ -2,8 +2,6 @@ // PieChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/PieChartViewController.m b/ChartsDemo/Classes/Demos/PieChartViewController.m index 0819d25cf4..5a917972ac 100644 --- a/ChartsDemo/Classes/Demos/PieChartViewController.m +++ b/ChartsDemo/Classes/Demos/PieChartViewController.m @@ -2,8 +2,6 @@ // PieChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.h b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.h index dfb8c18734..a566badb86 100644 --- a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.h @@ -2,8 +2,6 @@ // PositiveNegativeBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 08/02/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.m b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.m index 2b865f8388..cad450d6ae 100644 --- a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.m @@ -2,8 +2,6 @@ // PositiveNegativeBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 08/02/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/RadarChartViewController.h b/ChartsDemo/Classes/Demos/RadarChartViewController.h index ec5ffbc1bd..b9e13507e2 100644 --- a/ChartsDemo/Classes/Demos/RadarChartViewController.h +++ b/ChartsDemo/Classes/Demos/RadarChartViewController.h @@ -2,8 +2,6 @@ // RadarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/RadarChartViewController.m b/ChartsDemo/Classes/Demos/RadarChartViewController.m index d296b3c3f8..03bb6fed4e 100644 --- a/ChartsDemo/Classes/Demos/RadarChartViewController.m +++ b/ChartsDemo/Classes/Demos/RadarChartViewController.m @@ -2,8 +2,6 @@ // RadarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/ScatterChartViewController.h b/ChartsDemo/Classes/Demos/ScatterChartViewController.h index 286c44943c..2989d22d8f 100644 --- a/ChartsDemo/Classes/Demos/ScatterChartViewController.h +++ b/ChartsDemo/Classes/Demos/ScatterChartViewController.h @@ -2,8 +2,6 @@ // ScatterChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/ScatterChartViewController.m b/ChartsDemo/Classes/Demos/ScatterChartViewController.m index 86658e8a40..7c9d553d1a 100644 --- a/ChartsDemo/Classes/Demos/ScatterChartViewController.m +++ b/ChartsDemo/Classes/Demos/ScatterChartViewController.m @@ -2,8 +2,6 @@ // ScatterChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/SinusBarChartViewController.h b/ChartsDemo/Classes/Demos/SinusBarChartViewController.h index 4d8eff2f24..aa94a9fd64 100644 --- a/ChartsDemo/Classes/Demos/SinusBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/SinusBarChartViewController.h @@ -2,8 +2,6 @@ // SinusBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/SinusBarChartViewController.m b/ChartsDemo/Classes/Demos/SinusBarChartViewController.m index 4fdce9b717..1282490ebe 100644 --- a/ChartsDemo/Classes/Demos/SinusBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/SinusBarChartViewController.m @@ -2,8 +2,6 @@ // SinusBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/StackedBarChartViewController.h b/ChartsDemo/Classes/Demos/StackedBarChartViewController.h index cef83197a1..5ef6f2797b 100644 --- a/ChartsDemo/Classes/Demos/StackedBarChartViewController.h +++ b/ChartsDemo/Classes/Demos/StackedBarChartViewController.h @@ -2,8 +2,6 @@ // StackedBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Demos/StackedBarChartViewController.m b/ChartsDemo/Classes/Demos/StackedBarChartViewController.m index 9354c9998f..b6b47a9578 100644 --- a/ChartsDemo/Classes/Demos/StackedBarChartViewController.m +++ b/ChartsDemo/Classes/Demos/StackedBarChartViewController.m @@ -2,8 +2,6 @@ // StackedBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.h b/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.h index 8874ded5a0..117e8c8de1 100644 --- a/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.h +++ b/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.h @@ -1,8 +1,6 @@ // // DayAxisValueFormatter.h // ChartsDemo -// -// Created by Daniel Cohen Gindi on 22/07/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.m b/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.m index c0a9f4f259..fcf37e2bd9 100644 --- a/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.m +++ b/ChartsDemo/Classes/Formatters/DayAxisValueFormatter.m @@ -1,8 +1,6 @@ // // DayAxisValueFormatter.m // ChartsDemo -// -// Created by Daniel Cohen Gindi on 22/07/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.h b/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.h index b406a99269..746cc21565 100644 --- a/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.h +++ b/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.h @@ -1,8 +1,6 @@ // // IntAxisValueFormatter.h // ChartsDemo -// -// Created by Daniel Cohen Gindi on 22/07/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.m b/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.m index 1c4dfb3755..227a5f2806 100644 --- a/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.m +++ b/ChartsDemo/Classes/Formatters/IntAxisValueFormatter.m @@ -1,8 +1,6 @@ // // IntAxisValueFormatter.m // ChartsDemo -// -// Created by Daniel Cohen Gindi on 22/07/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/Formatters/LargeValueFormatter.swift b/ChartsDemo/Classes/Formatters/LargeValueFormatter.swift index 60b29d2e18..e341106177 100644 --- a/ChartsDemo/Classes/Formatters/LargeValueFormatter.swift +++ b/ChartsDemo/Classes/Formatters/LargeValueFormatter.swift @@ -1,8 +1,6 @@ // // LargeValueFormatter.swift // ChartsDemo -// -// Created by Daniel Cohen Gindi on 09/08/2016. // Copyright © 2016 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.h b/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.h index 942e8acfb6..55cd4dcbd9 100644 --- a/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.h +++ b/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.h @@ -2,8 +2,6 @@ // RealmDemoBaseViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 13/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.m b/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.m index 03ca538fe5..a62a14f2bc 100644 --- a/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.m +++ b/ChartsDemo/Classes/RealmBase/RealmDemoBaseViewController.m @@ -2,8 +2,6 @@ // RealmDemoBaseViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 13/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmBase/RealmDemoData.h b/ChartsDemo/Classes/RealmBase/RealmDemoData.h index c5f96b2e20..51f4477e51 100644 --- a/ChartsDemo/Classes/RealmBase/RealmDemoData.h +++ b/ChartsDemo/Classes/RealmBase/RealmDemoData.h @@ -1,8 +1,6 @@ // // RealmDemoData.h // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/11/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/RealmDemoData.m b/ChartsDemo/Classes/RealmBase/RealmDemoData.m index 5f39ba7d24..a13ec429be 100644 --- a/ChartsDemo/Classes/RealmBase/RealmDemoData.m +++ b/ChartsDemo/Classes/RealmBase/RealmDemoData.m @@ -1,8 +1,6 @@ // // RealmDemoData.m // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/11/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/RealmFloat.h b/ChartsDemo/Classes/RealmBase/RealmFloat.h index 01f8c2afc7..a45469a5ad 100644 --- a/ChartsDemo/Classes/RealmBase/RealmFloat.h +++ b/ChartsDemo/Classes/RealmBase/RealmFloat.h @@ -1,8 +1,6 @@ // // RealmFloat.h // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/11/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/RealmFloat.m b/ChartsDemo/Classes/RealmBase/RealmFloat.m index 190e782a67..187ca3d135 100644 --- a/ChartsDemo/Classes/RealmBase/RealmFloat.m +++ b/ChartsDemo/Classes/RealmBase/RealmFloat.m @@ -1,8 +1,6 @@ // // RealmFloat.m // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/11/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/Score.h b/ChartsDemo/Classes/RealmBase/Score.h index 1f01ed8692..aad4bf10bc 100644 --- a/ChartsDemo/Classes/RealmBase/Score.h +++ b/ChartsDemo/Classes/RealmBase/Score.h @@ -1,8 +1,6 @@ // // Score.h // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/01/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmBase/Score.m b/ChartsDemo/Classes/RealmBase/Score.m index 9dca891d65..dcc6d9aceb 100644 --- a/ChartsDemo/Classes/RealmBase/Score.m +++ b/ChartsDemo/Classes/RealmBase/Score.m @@ -1,8 +1,6 @@ // // Score.m // ChartsDemo -// -// Created by Daniel Cohen Gindi on 17/01/2015. // Copyright © 2015 dcg. All rights reserved. // diff --git a/ChartsDemo/Classes/RealmDemoListViewController.h b/ChartsDemo/Classes/RealmDemoListViewController.h index 4217c24237..3b8a274e5b 100644 --- a/ChartsDemo/Classes/RealmDemoListViewController.h +++ b/ChartsDemo/Classes/RealmDemoListViewController.h @@ -2,8 +2,6 @@ // RealmDemoListViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemoListViewController.m b/ChartsDemo/Classes/RealmDemoListViewController.m index 41d2e12ed2..f53b99ed13 100644 --- a/ChartsDemo/Classes/RealmDemoListViewController.m +++ b/ChartsDemo/Classes/RealmDemoListViewController.m @@ -2,8 +2,6 @@ // RealmDemoListViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 23/2/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.h index 69b3a07b90..b3a9a1bee7 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.h @@ -2,8 +2,6 @@ // RealmBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.m index 261d04bbf2..ca65053833 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmBarChartViewController.m @@ -2,8 +2,6 @@ // RealmBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.h index b0ef27d466..bcbefd8a7c 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.h @@ -2,8 +2,6 @@ // RealmBubbleChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.m index 16b9189794..3734186de8 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmBubbleChartViewController.m @@ -2,8 +2,6 @@ // RealmBubbleChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.h index 1902fcd45c..7a855935e1 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.h @@ -2,8 +2,6 @@ // RealmCandleChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.m index 00f6787fad..e3bce81e10 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmCandleChartViewController.m @@ -2,8 +2,6 @@ // RealmCandleChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.h index 61b2b0f87c..eea6557527 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.h @@ -2,8 +2,6 @@ // RealmHorizontalBarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.m index 7af8dd093d..e7a398c853 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmHorizontalBarChartViewController.m @@ -2,8 +2,6 @@ // RealmHorizontalBarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.h index 23545575dc..e64e77923b 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.h @@ -2,8 +2,6 @@ // RealmLineChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.m index 11eb65a06c..d640354f9e 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmLineChartViewController.m @@ -2,8 +2,6 @@ // RealmLineChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.h index a7b4db12bd..f27a95e6de 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.h @@ -2,8 +2,6 @@ // RealmPieChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.m index e537ca6601..aef4731448 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmPieChartViewController.m @@ -2,8 +2,6 @@ // RealmPieChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.h index ac77faede6..b59eeff6bb 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.h @@ -2,8 +2,6 @@ // RealmRadarChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.m index 3b0253d572..2193c56673 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmRadarChartViewController.m @@ -2,8 +2,6 @@ // RealmRadarChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.h index 856b3d7866..a977226fee 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.h @@ -2,8 +2,6 @@ // RealmScatterChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.m index c9b2aa7159..5d6e29deb9 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmScatterChartViewController.m @@ -2,8 +2,6 @@ // RealmScatterChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/3/15. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.h b/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.h index e8c194ef6c..5d0b5246c4 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.h +++ b/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.h @@ -2,8 +2,6 @@ // RealmWikiExampleChartViewController.h // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/01/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.m b/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.m index 674d299386..5010378e21 100644 --- a/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.m +++ b/ChartsDemo/Classes/RealmDemos/RealmWikiExampleChartViewController.m @@ -2,8 +2,6 @@ // RealmWikiExampleChartViewController.m // ChartsDemo // -// Created by Daniel Cohen Gindi on 17/01/2016. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsDemo/Supporting Files/main.m b/ChartsDemo/Supporting Files/main.m index 34d7d2fc48..1d64bc0e89 100644 --- a/ChartsDemo/Supporting Files/main.m +++ b/ChartsDemo/Supporting Files/main.m @@ -1,9 +1,6 @@ // // main.m // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmBarDataSet.swift b/ChartsRealm/Classes/Data/RealmBarDataSet.swift index dce8b0034a..cbae422824 100644 --- a/ChartsRealm/Classes/Data/RealmBarDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmBarDataSet.swift @@ -1,9 +1,6 @@ // // RealmBarDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmBarLineScatterCandleBubbleDataSet.swift b/ChartsRealm/Classes/Data/RealmBarLineScatterCandleBubbleDataSet.swift index 105401c63e..6a5ef5cd8a 100644 --- a/ChartsRealm/Classes/Data/RealmBarLineScatterCandleBubbleDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmBarLineScatterCandleBubbleDataSet.swift @@ -1,9 +1,6 @@ // // RealmBarLineScatterCandleBubbleDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmBaseDataSet.swift b/ChartsRealm/Classes/Data/RealmBaseDataSet.swift index 7a1f4bd800..9131583ab2 100644 --- a/ChartsRealm/Classes/Data/RealmBaseDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmBaseDataSet.swift @@ -1,9 +1,6 @@ // // RealmBaseDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmBubbleDataSet.swift b/ChartsRealm/Classes/Data/RealmBubbleDataSet.swift index b591b572d4..e912e1993f 100644 --- a/ChartsRealm/Classes/Data/RealmBubbleDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmBubbleDataSet.swift @@ -1,9 +1,6 @@ // // RealmBubbleDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmCandleDataSet.swift b/ChartsRealm/Classes/Data/RealmCandleDataSet.swift index 80709ab994..b81459c90b 100644 --- a/ChartsRealm/Classes/Data/RealmCandleDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmCandleDataSet.swift @@ -1,9 +1,6 @@ // // RealmCandleDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmLineDataSet.swift b/ChartsRealm/Classes/Data/RealmLineDataSet.swift index 5b13a5d4e9..2fa97add48 100644 --- a/ChartsRealm/Classes/Data/RealmLineDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmLineDataSet.swift @@ -1,9 +1,6 @@ // // RealmLineDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmLineRadarDataSet.swift b/ChartsRealm/Classes/Data/RealmLineRadarDataSet.swift index e9a24e3206..b4b5edf55a 100644 --- a/ChartsRealm/Classes/Data/RealmLineRadarDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmLineRadarDataSet.swift @@ -1,9 +1,6 @@ // // RealmLineRadarDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmLineScatterCandleRadarDataSet.swift b/ChartsRealm/Classes/Data/RealmLineScatterCandleRadarDataSet.swift index f326b59927..09c40d8218 100644 --- a/ChartsRealm/Classes/Data/RealmLineScatterCandleRadarDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmLineScatterCandleRadarDataSet.swift @@ -1,9 +1,6 @@ // // RealmLineScatterCandleRadarDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmPieDataSet.swift b/ChartsRealm/Classes/Data/RealmPieDataSet.swift index f9dae20bb4..95b7b3e706 100644 --- a/ChartsRealm/Classes/Data/RealmPieDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmPieDataSet.swift @@ -1,9 +1,6 @@ // // RealmPieDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmRadarDataSet.swift b/ChartsRealm/Classes/Data/RealmRadarDataSet.swift index 7d3900b897..14313ff2fb 100644 --- a/ChartsRealm/Classes/Data/RealmRadarDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmRadarDataSet.swift @@ -1,9 +1,6 @@ // // RealmRadarDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Data/RealmScatterDataSet.swift b/ChartsRealm/Classes/Data/RealmScatterDataSet.swift index 5630c82034..5457407917 100644 --- a/ChartsRealm/Classes/Data/RealmScatterDataSet.swift +++ b/ChartsRealm/Classes/Data/RealmScatterDataSet.swift @@ -1,9 +1,6 @@ // // RealmScatterDataSet.swift // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS diff --git a/ChartsRealm/Classes/Utils/RealmChartUtils.swift b/ChartsRealm/Classes/Utils/RealmChartUtils.swift index d1b0c00052..90464c3b76 100644 --- a/ChartsRealm/Classes/Utils/RealmChartUtils.swift +++ b/ChartsRealm/Classes/Utils/RealmChartUtils.swift @@ -2,8 +2,6 @@ // RealmChartUtils.swift // Charts // -// Created by Daniel Cohen Gindi on 1/17/16. -// // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS // Licensed under Apache License 2.0 diff --git a/ChartsRealm/Supporting Files/ChartsRealm.h b/ChartsRealm/Supporting Files/ChartsRealm.h index 3013d9ce9d..c3281be726 100755 --- a/ChartsRealm/Supporting Files/ChartsRealm.h +++ b/ChartsRealm/Supporting Files/ChartsRealm.h @@ -1,9 +1,6 @@ // // ChartsRealm.h // Charts -// -// Created by Daniel Cohen Gindi on 23/2/15. - // // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda // A port of MPAndroidChart for iOS