Skip to content

Commit ee0415c

Browse files
authored
updates license to SPDX conform license
1 parent bc4a475 commit ee0415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.",
55
"keywords": ["index", "binary search"],
66
"homepage": "https://github.com/bmdevel/php-index",
7-
"license": "WTFPL-2.0",
7+
"license": "WTFPL",
88
"authors": [
99
{
1010
"name": "Markus Malkusch",

0 commit comments

Comments
 (0)