From c9843e5b7643868dcf1217e14c9472cdeacf09a7 Mon Sep 17 00:00:00 2001 From: haozi007 Date: Tue, 26 May 2020 20:54:25 +0800 Subject: [PATCH] update license Signed-off-by: haozi007 --- update-version.bash | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/update-version.bash b/update-version.bash index 77a6434..76697b8 100755 --- a/update-version.bash +++ b/update-version.bash @@ -1,16 +1,25 @@ ####################################################################### -##- @Copyright (C) Huawei Technologies., Ltd. 2019. All rights reserved. -# - 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 v2 for more details. -##- @Description: generate cetification -##- @Author: wujing -##- @Create: 2019-04-25 +# lcr: utils library for iSula +# +# Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. +# +# Authors: +# Haozi007 +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# ####################################################################### #!/bin/bash # -- Gitee