google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

Fix License #8253

Closed p0fi closed 6 months ago

p0fi commented 6 months ago

📖 Description

The previous license value was not suitable for most software license scanners. Listing the actual license string in the package.json fixes this

p0fi commented 6 months ago

It seems that the build on macOS is broken on master due to a warning which is treated as an error due to -Werror. Here is the run: https://buildkite.com/bazel/flatbuffers/builds/9312#018e2de2-ad09-403d-b3c8-1cfb90b958b0

dbaileychess commented 6 months ago

Why is this an issue now? I did a trivial change a year ago with the same textual blurb?

https://github.com/google/flatbuffers/commit/d44ce00af13b55701420b78c73725a2edc9fdb37

p0fi commented 6 months ago

For us its an issue now since we started to use flatbuffers this week :D Thanks for merging! 👍