!4 revert copyright info change

Merge pull request !4 from 谢志鹏/master
This commit is contained in:
openeuler-ci-bot 2020-02-28 18:24:44 +08:00 committed by Gitee
commit 09358d6bf1
3 changed files with 32 additions and 29 deletions

View File

@ -1,4 +1,15 @@
#!/bin/bash
# Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
# only version 2 as published by the Free Software Foundation.
#
# This program 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 General Public License for more details.
exe_tool=`which os_hotpatch`
fn_help()
{

View File

@ -1,18 +1,14 @@
#!/usr/bin/bash
#********************************************************************
# Copyright (C) Huawei Technologies, 2015-11
#!/bin/bash
# Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
#
# #FileName : make_hotpatch
# #Description : make hotpatch
# #Author :
# #Language : shell
# #Environment : Euler compile env
# #Created : 2015-11
# #History
# 1.Date:
# Author:
# Modification:
#********************************************************************
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
# only version 2 as published by the Free Software Foundation.
#
# This program 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 General Public License for more details.
SHELL_DIR=$(dirname $0)
SHELL_DIR=$(cd $SHELL_DIR; pwd)

View File

@ -1,18 +1,14 @@
#!/bin/sh
#********************************************************************
# Copyright (C) Huawei Technologies, 2015-11
# Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
#
# #FileName : make_hotpatch
# #Description : make hotpatch
# #Author :
# #Language : shell
# #Environment : Euler compile env
# #Created : 2015-11
# #History
# 1.Date:
# Author:
# Modification:2015-12-7
#********************************************************************
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
# only version 2 as published by the Free Software Foundation.
#
# This program 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 General Public License for more details.
SYS_LIVEPATCH=/sys/kernel/livepatch
G_TMP_DIR=/lib/modules/hotpatch.$$