Skip to content

Commit 057d3ab

Browse files
authored
Fixed license headers in some files (#2229)
* Fixed license headers in some files * Removed test from WorksheetIssues.cs
1 parent 2333fc9 commit 057d3ab

6 files changed

Lines changed: 64 additions & 13 deletions

File tree

src/EPPlus/FormulaParsing/Excel/Functions/Helpers/FHelper.cs

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
1+
/*************************************************************************************************
2+
Required Notice: Copyright (C) EPPlus Software AB.
3+
This software is licensed under PolyForm Noncommercial License 1.0.0
4+
and may only be used for noncommercial purposes
5+
https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+
A commercial license to use this software can be purchased at https://epplussoftware.com
8+
*************************************************************************************************
9+
Date Author Change
10+
*************************************************************************************************
11+
05/07/2023 EPPlus Software AB Implemented function
12+
*************************************************************************************************/
13+
using System;
514

615
namespace OfficeOpenXml.FormulaParsing.Excel.Functions.Helpers
716
{

src/EPPlus/FormulaParsing/Excel/Functions/Helpers/GrowthHelper.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
using OfficeOpenXml.FormulaParsing.Ranges;
1+
/*************************************************************************************************
2+
Required Notice: Copyright (C) EPPlus Software AB.
3+
This software is licensed under PolyForm Noncommercial License 1.0.0
4+
and may only be used for noncommercial purposes
5+
https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+
A commercial license to use this software can be purchased at https://epplussoftware.com
8+
*************************************************************************************************
9+
Date Author Change
10+
*************************************************************************************************
11+
05/07/2023 EPPlus Software AB Implemented function
12+
*************************************************************************************************/
13+
using OfficeOpenXml.FormulaParsing.Ranges;
214
using System;
315
using System.Collections.Generic;
416
using System.Linq;

src/EPPlus/FormulaParsing/Excel/Functions/Helpers/MatrixHelper.cs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
using OfficeOpenXml.FormulaParsing.Excel.Functions.MathFunctions;
2-
using OfficeOpenXml.FormulaParsing.Excel.Functions.RefAndLookup;
3-
using OfficeOpenXml.FormulaParsing.Excel.Functions.Text;
1+
/*************************************************************************************************
2+
Required Notice: Copyright (C) EPPlus Software AB.
3+
This software is licensed under PolyForm Noncommercial License 1.0.0
4+
and may only be used for noncommercial purposes
5+
https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+
A commercial license to use this software can be purchased at https://epplussoftware.com
8+
*************************************************************************************************
9+
Date Author Change
10+
*************************************************************************************************
11+
05/07/2023 EPPlus Software AB Implemented function
12+
*************************************************************************************************/
413
using System;
514
using System.Collections.Generic;
615
using System.Linq;
7-
using System.Text;
8-
using System.Xml.Xsl;
916

1017
namespace OfficeOpenXml.FormulaParsing.Excel.Functions.Helpers
1118
{

src/EPPlus/FormulaParsing/Excel/Functions/Helpers/SEHelper.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
using System;
1+
/*************************************************************************************************
2+
Required Notice: Copyright (C) EPPlus Software AB.
3+
This software is licensed under PolyForm Noncommercial License 1.0.0
4+
and may only be used for noncommercial purposes
5+
https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+
A commercial license to use this software can be purchased at https://epplussoftware.com
8+
*************************************************************************************************
9+
Date Author Change
10+
*************************************************************************************************
11+
05/07/2023 EPPlus Software AB Implemented function
12+
*************************************************************************************************/
13+
using System;
214
using System.Collections.Generic;
315
using System.Linq;
416
using System.Text;

src/EPPlus/FormulaParsing/Excel/Functions/Helpers/TrendHelper.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
using OfficeOpenXml.FormulaParsing.Ranges;
1+
/*************************************************************************************************
2+
Required Notice: Copyright (C) EPPlus Software AB.
3+
This software is licensed under PolyForm Noncommercial License 1.0.0
4+
and may only be used for noncommercial purposes
5+
https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+
A commercial license to use this software can be purchased at https://epplussoftware.com
8+
*************************************************************************************************
9+
Date Author Change
10+
*************************************************************************************************
11+
05/07/2023 EPPlus Software AB Implemented function
12+
*************************************************************************************************/
13+
using OfficeOpenXml.FormulaParsing.Ranges;
214
using System;
315
using System.Collections.Generic;
416
using System.Linq;

src/EPPlusTest/Issues/WorksheetIssues.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,5 @@ public void issue2191()
10491049

10501050
Assert.AreEqual("B2", dbv.Address);
10511051
}
1052-
10531052
}
10541053
}

0 commit comments

Comments
 (0)