Skip to content

Commit 5358500

Browse files
author
MarkBaker
committed
Switch to the MIT license
1 parent 6facd5d commit 5358500

File tree

2 files changed

+27
-346
lines changed

2 files changed

+27
-346
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PHP Class for working with complex numbers",
55
"keywords": ["complex"],
66
"homepage": "https://github.com/MarkBaker/PHPComplex",
7-
"license": "LGPL-3.0-or-later",
7+
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Mark Baker",
@@ -56,6 +56,7 @@
5656
"classes/src/functions/log2.php",
5757
"classes/src/functions/log10.php",
5858
"classes/src/functions/negative.php",
59+
"classes/src/functions/pow.php",
5960
"classes/src/functions/rho.php",
6061
"classes/src/functions/sec.php",
6162
"classes/src/functions/sech.php",

0 commit comments

Comments
 (0)