From 87c750663fd650709e5cddbf868aaaceb55f9c74 Mon Sep 17 00:00:00 2001 From: LiFeng Date: Mon, 27 Apr 2020 20:32:01 +0800 Subject: [PATCH] lxc: update Mulan v1 to v2 Signed-off-by: LiFeng --- apply-patches | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apply-patches b/apply-patches index bae161f..eb98055 100755 --- a/apply-patches +++ b/apply-patches @@ -1,13 +1,13 @@ ####################################################################### ##- @Copyright (C) Huawei Technologies., Ltd. 2019. All rights reserved. -# - lcr licensed under the Mulan PSL v1. -# - You can use this software according to the terms and conditions of the Mulan PSL v1. -# - You may obtain a copy of Mulan PSL v1 at: -# - http://license.coscl.org.cn/MulanPSL +# - lcr licensed under the Mulan PSL v2. +# - You can use this software according to the terms and conditions of the Mulan PSL v2. +# - You may obtain a copy of Mulan PSL v2 at: +# - http://license.coscl.org.cn/MulanPSL2 # - THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR # - IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR # - PURPOSE. -# - See the Mulan PSL v1 for more details. +# - See the Mulan PSL v2 for more details. ##- @Description: apply patchs ##- @Author: lifeng ##- @Create: 2019-04-25 -- Gitee