From 8720c2dd887bfd6346b9c0476dbd8ceb8e49ab2b Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Tue, 9 Jan 2024 10:25:35 -0500 Subject: [PATCH] Use correct in SPDX license identifier package.json This is useful for automated tools that scan for license requirements, and will also allow https://www.npmjs.com/package/flatbuffers to show the correct license info. See https://docs.npmjs.com/cli/v10/configuring-npm/package-json#license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a52fdb548e7..f7f7d5595ba 100644 --- a/package.json +++ b/package.json @@ -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" },