From 487946d1cffef6def424649b0d6b38ddfb907e02 Mon Sep 17 00:00:00 2001 From: Zhipeng Xie Date: Fri, 28 Feb 2020 13:25:09 -0500 Subject: [PATCH] revert copyright info change Signed-off-by: Zhipeng Xie --- livepatch | 11 +++++++++++ make_hotpatch | 26 +++++++++++--------------- os_hotpatch | 24 ++++++++++-------------- 3 files changed, 32 insertions(+), 29 deletions(-) diff --git a/livepatch b/livepatch index a6f362d..fe9d60c 100644 --- a/livepatch +++ b/livepatch @@ -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() { diff --git a/make_hotpatch b/make_hotpatch index a773944..fb8c37a 100644 --- a/make_hotpatch +++ b/make_hotpatch @@ -1,18 +1,14 @@ -#!/usr/bin/bash -#******************************************************************** -# Copyright (C) Huawei Technologies, 2015-11 -# -# #FileName : make_hotpatch -# #Description : make hotpatch -# #Author : -# #Language : shell -# #Environment : Euler compile env -# #Created : 2015-11 -# #History -# 1.Date: -# Author: -# Modification: -#******************************************************************** +#!/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. SHELL_DIR=$(dirname $0) SHELL_DIR=$(cd $SHELL_DIR; pwd) diff --git a/os_hotpatch b/os_hotpatch index d56841a..38d7277 100644 --- a/os_hotpatch +++ b/os_hotpatch @@ -1,18 +1,14 @@ #!/bin/sh -#******************************************************************** -# Copyright (C) Huawei Technologies, 2015-11 -# -# #FileName : make_hotpatch -# #Description : make hotpatch -# #Author : -# #Language : shell -# #Environment : Euler compile env -# #Created : 2015-11 -# #History -# 1.Date: -# Author: -# Modification:2015-12-7 -#******************************************************************** +# 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. SYS_LIVEPATCH=/sys/kernel/livepatch G_TMP_DIR=/lib/modules/hotpatch.$$