mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 03:58:06 +00:00
Fix License (#8253)
The previous license value was not suitable for most software license scanners. Listing the actual license string in the package.json fixes this
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
"flatbuffers"
|
"flatbuffers"
|
||||||
],
|
],
|
||||||
"author": "The FlatBuffers project",
|
"author": "The FlatBuffers project",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/google/flatbuffers/issues"
|
"url": "https://github.com/google/flatbuffers/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user