Skip to content

Commit

Permalink
changing to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserhale committed Feb 8, 2024
1 parent 058162f commit beedf72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
22 changes: 0 additions & 22 deletions LICENSE.txt

This file was deleted.

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": "spenserhale/wp-autohook-library",
"description": "A library for automatically hooking classes into WordPress actions and filters.",
"type": "library",
"license": "GPLv3",
"license": "MIT",
"autoload": {
"psr-4": {
"SH\\AutoHook\\": "src/"
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ To run tests, make sure to create class list through composer:
Then run the tests:
```sh
composer test
```
```

## License
The WordPress AutoHooks Library is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down

0 comments on commit beedf72

Please sign in to comment.