51 lines
1.9 KiB
Diff
51 lines
1.9 KiB
Diff
From 3ddda2c5856d55d6b778b91d8217844f1cc00f85 Mon Sep 17 00:00:00 2001
|
|
From: xuraoqing <xuraoqing@huawei.com>
|
|
Date: Mon, 4 Dec 2023 10:51:06 +0800
|
|
Subject: [PATCH] remove author information
|
|
|
|
---
|
|
tools/sign_tool/generate_signature.py | 1 -
|
|
tools/sign_tool/manifest.py | 1 -
|
|
tools/sign_tool/signtool_v3.py | 1 -
|
|
3 files changed, 3 deletions(-)
|
|
|
|
diff --git a/tools/sign_tool/generate_signature.py b/tools/sign_tool/generate_signature.py
|
|
index b3264ba..624048b 100644
|
|
--- a/tools/sign_tool/generate_signature.py
|
|
+++ b/tools/sign_tool/generate_signature.py
|
|
@@ -12,7 +12,6 @@
|
|
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
# See the Mulan PSL v2 for more details.
|
|
# Description: tools for generating a trusted application load image
|
|
-# Author: Li mingjuan
|
|
# Create: 2020-10-27
|
|
#----------------------------------------------------------------------------
|
|
|
|
diff --git a/tools/sign_tool/manifest.py b/tools/sign_tool/manifest.py
|
|
index 9cc2360..e1210fe 100644
|
|
--- a/tools/sign_tool/manifest.py
|
|
+++ b/tools/sign_tool/manifest.py
|
|
@@ -12,7 +12,6 @@
|
|
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
# See the Mulan PSL v2 for more details.
|
|
# Description: tools for generating a trusted application load image
|
|
-# Author: Li mingjuan
|
|
# Create: 2018-02-20
|
|
#----------------------------------------------------------------------------
|
|
import string
|
|
diff --git a/tools/sign_tool/signtool_v3.py b/tools/sign_tool/signtool_v3.py
|
|
index dae036f..7273d9e 100644
|
|
--- a/tools/sign_tool/signtool_v3.py
|
|
+++ b/tools/sign_tool/signtool_v3.py
|
|
@@ -12,7 +12,6 @@
|
|
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
# See the Mulan PSL v2 for more details.
|
|
# Description: tools for generating a trusted application load image
|
|
-# Author: Li mingjuan
|
|
# Create: 2018-02-20
|
|
#----------------------------------------------------------------------------
|
|
|
|
--
|
|
2.27.0
|
|
|