Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
GPL-2.0-or-later
Browse files Browse the repository at this point in the history
  • Loading branch information
theresnotime committed Aug 29, 2022
1 parent bb11cb1 commit d60737d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package IPA Validator
* @author TheresNoTime <[email protected]>
* @copyright 2022 TheresNoTime
* @license https://opensource.org/licenses/GPL-3.0 GPL-3.0
* @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later
*/
declare( strict_types=1 );
namespace TheresNoTime\IPAValidator;
Expand All @@ -21,7 +21,7 @@
*
* @package IPA Validator
* @author TheresNoTime <[email protected]>
* @license https://opensource.org/licenses/GPL-3.0 GPL-3.0
* @license https://opensource.org/licenses/GPL-3.0 GPL-2.0-or-later
*/
class Validator {

Expand Down

0 comments on commit d60737d

Please sign in to comment.