From 24be4150c9fc677c93856f59d76ae87068413b8c Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Tue, 3 Dec 2024 13:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85COMMITTERS=E5=92=8CREADME.Ope?= =?UTF-8?q?nSource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- COMMITTERS.md | 9 +++++++++ README.OpenSource | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 COMMITTERS.md create mode 100644 README.OpenSource diff --git a/COMMITTERS.md b/COMMITTERS.md new file mode 100644 index 0000000..5b32de6 --- /dev/null +++ b/COMMITTERS.md @@ -0,0 +1,9 @@ +## Committers列表 + +### 以下是此项目的committer人员 +不区分先后顺序 + +- [zjzhu](https://gitee.com/appproject) +- [aibin](https://gitee.com/binai) +- [lihui](https://gitee.com/lihui868) +- [gxzmf](https://gitee.com/gxzmf) \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..19ed297 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "audio_session", + "License": "MIT License", + "License File": "LICENSE", + "Version Number": "c20db1dd1814c5f79cd09c0fefd91199b09abb15", + "Owner": "george.lihui@huawei.com", + "Upstream URL": "https://github.com/ryanheise/audio_session/", + "Description": "This plugin informs the operating system of the nature of your audio app (e.g. game, media player, assistant, etc.) and how your app will handle and initiate audio interruptions (e.g. phone call interruptions)." + } +] \ No newline at end of file -- Gitee