Skip to content

Commit

Permalink
Change remaining GPL references to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
rimas-kudelis committed Oct 2, 2023
1 parent df7e0c7 commit e539ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rq/apr-calculator",
"description": "EU annual percentage rate of charge (APR or APRC) calculator",
"type": "library",
"license": "GPL-2.0-or-later",
"license": "MIT",
"authors": [
{
"name": "Stephen Haunts",
Expand Down
13 changes: 1 addition & 12 deletions src/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@
use DomainException;

/**
* This file is part of APR Calculator.
*
* APR Calculator is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later version.
*
* APR Calculator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details <http://www.gnu.org/licenses/>.
*
* @copyright © 2014 Stephen Haunts
* @copyright © 2019 Rimas Kudelis
* @author Stephen Haunts http://www.stephenhaunts.com
* @author Graham Johnson
* @author Rimas Kudelis https://rimas.kudelis.lt
* @license http://www.gnu.org/licenses/ GNU General Public License, version 2 or later
* @license MIT
* @link https://github.com/rimas-kudelis/php-apr-calculator
*/
class Calculator
Expand Down
13 changes: 1 addition & 12 deletions src/Instalment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,12 @@
namespace RQ\APRCalculator;

/**
* This file is part of APR Calculator.
*
* APR Calculator is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later version.
*
* APR Calculator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details <http://www.gnu.org/licenses/>.
*
* @copyright © 2014 Stephen Haunts
* @copyright © 2019 Rimas Kudelis
* @author Stephen Haunts http://www.stephenhaunts.com
* @author Graham Johnson
* @author Rimas Kudelis https://rimas.kudelis.lt
* @license http://www.gnu.org/licenses/ GNU General Public License, version 2 or later
* @license MIT
* @link https://github.com/rimas-kudelis/php-apr-calculator
*/
class Instalment
Expand Down

0 comments on commit e539ac5

Please sign in to comment.