modify license info in files

This commit is contained in:
openeuler-basic 2020-05-07 15:02:42 +08:00
parent 6b752965b0
commit 96904cf394
6 changed files with 29 additions and 26 deletions

View File

@ -1,13 +1,13 @@
#!/bin/sh #!/bin/sh
#Copyright (c) [2019] Huawei Technologies Co., Ltd. #Copyright (c) [2019] Huawei Technologies Co., Ltd.
#generic-release is licensed under the Mulan PSL v1. #generic-release is licensed under the Mulan PSL v2.
#You can use this software according to the terms and conditions of the Mulan PSL v1. #You can use this software according to the terms and conditions of the Mulan PSL v2.
#You may obtain a copy of Mulan PSL v1 at: #You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL # http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR #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 #IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE. #PURPOSE.
#See the Mulan PSL v1 for more details. #See the Mulan PSL v2 for more details.
dir=$(echo $0 |sed 's/autorun//') dir=$(echo $0 |sed 's/autorun//')
cd "$dir" cd "$dir"

View File

@ -1,13 +1,13 @@
#/bin/bash #/bin/bash
#Copyright (c) [2019] Huawei Technologies Co., Ltd. #Copyright (c) [2019] Huawei Technologies Co., Ltd.
#generic-release is licensed under the Mulan PSL v1. #generic-release is licensed under the Mulan PSL v2.
#You can use this software according to the terms and conditions of the Mulan PSL v1. #You can use this software according to the terms and conditions of the Mulan PSL v2.
#You may obtain a copy of Mulan PSL v1 at: #You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL # http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR #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 #IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE. #PURPOSE.
#See the Mulan PSL v1 for more details. #See the Mulan PSL v2 for more details.
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias ll='ls -lh' alias ll='ls -lh'

View File

@ -1,13 +1,13 @@
#/bin/bash #/bin/bash
#Copyright (c) [2019] Huawei Technologies Co., Ltd. #Copyright (c) [2019] Huawei Technologies Co., Ltd.
#generic-release is licensed under the Mulan PSL v1. #generic-release is licensed under the Mulan PSL v2.
#You can use this software according to the terms and conditions of the Mulan PSL v1. #You can use this software according to the terms and conditions of the Mulan PSL v2.
#You may obtain a copy of Mulan PSL v1 at: #You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL # http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR #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 #IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE. #PURPOSE.
#See the Mulan PSL v1 for more details. #See the Mulan PSL v2 for more details.
CPUNO=`cat /proc/cpuinfo|grep processor|wc -l` CPUNO=`cat /proc/cpuinfo|grep processor|wc -l`
export GOMP_CPU_AFFINITY=0-$[CPUNO - 1] export GOMP_CPU_AFFINITY=0-$[CPUNO - 1]

View File

@ -1,12 +1,12 @@
# Copyright (c) [2019] Huawei Technologies Co., Ltd. # Copyright (c) [2019] Huawei Technologies Co., Ltd.
# generic-release is licensed under the Mulan PSL v1. # generic-release is licensed under the Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v1. # You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v1 at: # You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL # http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR #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 #IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE. #PURPOSE.
#See the Mulan PSL v1 for more details. #See the Mulan PSL v2 for more details.
# #
# supported hardware descriptor for openEuler 1.0 # supported hardware descriptor for openEuler 1.0
# #

View File

@ -1,13 +1,13 @@
#/bin/bash #/bin/bash
#Copyright (c) [2019] Huawei Technologies Co., Ltd. #Copyright (c) [2019] Huawei Technologies Co., Ltd.
#generic-release is licensed under the Mulan PSL v1. #generic-release is licensed under the Mulan PSL v2.
#You can use this software according to the terms and conditions of the Mulan PSL v1. #You can use this software according to the terms and conditions of the Mulan PSL v2.
#You may obtain a copy of Mulan PSL v1 at: #You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL # http://license.coscl.org.cn/MulanPSL2
#THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR #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 #IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
#PURPOSE. #PURPOSE.
#See the Mulan PSL v1 for more details. #See the Mulan PSL v2 for more details.
# Welcome # Welcome
welcome=$(uname -r) welcome=$(uname -r)

View File

@ -5,7 +5,7 @@
%define dist_release_version 8 %define dist_release_version 8
%define generic_version 20.03 %define generic_version 20.03
%define generic_patch_level LTS %define generic_patch_level LTS
%define generic_release 34 %define generic_release 35
%define builtin_release_version 1.0 %define builtin_release_version 1.0
%define current_arch %{_arch} %define current_arch %{_arch}
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/performance.sh /etc/profile.d/performance.sh
%changelog %changelog
* Thu May 7 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-35
- Modify the license info in files
* Wed Apr 29 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-34 * Wed Apr 29 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-34
- Change license of mulan to v2 - Change license of mulan to v2