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:
Thomas Hartwig 2024-03-12 00:45:30 +01:00 committed by GitHub
parent 960cd4d635
commit b1f617fcb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@
"flatbuffers"
],
"author": "The FlatBuffers project",
"license": "SEE LICENSE IN LICENSE",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/flatbuffers/issues"
},