From 6427135c22c8a19ce278b865292041f0e8095066 Mon Sep 17 00:00:00 2001 From: Gennji <3296766995@qq.com> Date: Wed, 21 Aug 2024 16:41:12 +0800 Subject: [PATCH] add README.OpenSource --- README.OpenSource | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.OpenSource diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..513dbf9 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "protobuf-es", + "License": "Apache License 2.0", + "License File": " LICENSE ", + "Version Number": "1.10.0", + "Owner" : "shizhengtao@huawei.com", + "Upstream URL": "https://github.com/bufbuild/protobuf-es", + "Description": "A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js, created by Buf." + } +] -- Gitee