From cceba7ca861ddd074f78257fc75c4f4fe7d7ca94 Mon Sep 17 00:00:00 2001 From: chengy4 Date: Mon, 28 Dec 2020 09:52:57 +0800 Subject: [PATCH] 1.add LICENSE 2.update README.md(add contact) --- bsp/hc32f4a0/Libraries/LICENSE | 29 +++++++++++++++++++++++++++++ bsp/hc32f4a0/README.md | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 bsp/hc32f4a0/Libraries/LICENSE diff --git a/bsp/hc32f4a0/Libraries/LICENSE b/bsp/hc32f4a0/Libraries/LICENSE new file mode 100644 index 0000000000..72823826b8 --- /dev/null +++ b/bsp/hc32f4a0/Libraries/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2020, Huada Semiconductor Co., Ltd ("HDSC") +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/bsp/hc32f4a0/README.md b/bsp/hc32f4a0/README.md index 456869ffd3..3fc1c5ad40 100644 --- a/bsp/hc32f4a0/README.md +++ b/bsp/hc32f4a0/README.md @@ -114,4 +114,4 @@ msh > 维护人: -- [华大半导体CDT](), 邮箱:<> \ No newline at end of file +- [华大半导体CDT](http://www.hdsc.com.cn/mcu.htm), 邮箱: \ No newline at end of file -- GitLab