Skip to content

Commit 6979fe5

Browse files
committed
Cleaned up header comments
(I know that most of these files were created by me, I don't need that in the headers...)
1 parent bcbcfda commit 6979fe5

File tree

188 files changed

+0
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+0
-415
lines changed

Charts/Classes/Animation/Animator.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Animator.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 3/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Animation/ChartAnimationEasing.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartAnimationUtils.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Charts/BarChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/BarLineChartViewBase.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarLineChartViewBase.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/CandleStickChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CandleStickChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/ChartViewBase.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartViewBase.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Charts/CombinedChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CombinedChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/HorizontalBarChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// HorizontalBarChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/LineChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// LineChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/PieChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// PieChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/PieRadarChartViewBase.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// PieRadarChartViewBase.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/RadarChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// RadarChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Charts/ScatterChartView.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// ScatterChartView.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Components/ChartAxisBase.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartAxisBase.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Components/ChartComponentBase.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// ChartComponentBase.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 16/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Components/ChartLegend.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartLegend.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 24/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Components/ChartLimitLine.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartLimitLine.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Components/ChartXAxis.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartXAxis.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Components/ChartYAxis.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartYAxis.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/ChartBaseDataSet.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// BaseDataSet.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 16/1/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/BarChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/BarChartDataEntry.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarChartDataEntry.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/BarChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarLineScatterCandleBubbleChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// BarLineScatterCandleBubbleChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/CandleChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CandleChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/CandleChartDataEntry.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CandleChartDataEntry.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/CandleChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CandleChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 4/3/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/ChartData.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartData.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/ChartDataEntry.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartDataEntry.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/ChartDataSet.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// ChartDataSet.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 23/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/CombinedChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// CombinedChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/LineChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// LineChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/LineChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// LineChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/LineRadarChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// LineRadarChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// LineScatterCandleRadarChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 29/7/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/PieChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// PieData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 24/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/PieChartDataSet.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// PieChartDataSet.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 24/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/RadarChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// RadarChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/RadarChartDataSet.swift

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//
22
// RadarChartDataSet.swift
33
// Charts
4-
//
5-
// Created by Daniel Cohen Gindi on 24/2/15.
6-
74
//
85
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
96
// A port of MPAndroidChart for iOS

Charts/Classes/Data/Implementations/Standard/ScatterChartData.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// ScatterChartData.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Implementations/Standard/ScatterChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// ScatterChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

Charts/Classes/Data/Interfaces/IBarChartDataSet.swift

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// IBarChartDataSet.swift
33
// Charts
44
//
5-
// Created by Daniel Cohen Gindi on 26/2/15.
6-
//
75
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
86
// A port of MPAndroidChart for iOS
97
// Licensed under Apache License 2.0

0 commit comments

Comments
 (0)