From dad93e870ef7e64e0e1b95e19763c500599634b9 Mon Sep 17 00:00:00 2001 From: zhanglinhao Date: Thu, 31 Dec 2020 11:48:27 +0800 Subject: [PATCH] delete author for file --- build/signtools/generate_signature.py | 3 --- build/signtools/manifest.py | 3 --- build/signtools/signtool_v3.py | 3 --- build/tools/ta_link_64.ld | 3 --- include/CA/tee_client_api.h | 3 --- include/CA/tee_client_constants.h | 3 --- include/CA/tee_client_list.h | 3 --- include/CA/tee_client_log.h | 3 --- include/CA/tee_client_type.h | 3 --- include/TA/huawei_ext/crypto_wrapper.h | 3 --- include/TA/huawei_ext/tee_crypto_hal.h | 3 --- include/TA/huawei_ext/tee_ext_api.h | 3 --- include/TA/huawei_ext/tee_log.h | 3 --- include/TA/tee_arith_api.h | 3 --- include/TA/tee_core_api.h | 3 --- include/TA/tee_crypto_api.h | 3 --- include/TA/tee_defines.h | 3 --- include/TA/tee_mem_mgmt_api.h | 3 --- include/TA/tee_object_api.h | 3 --- include/TA/tee_property_api.h | 3 --- include/TA/tee_time_api.h | 3 --- src/CA/cloud/libteec_adaptor.c | 3 --- test/CA/helloworld/ca_demo.c | 3 --- test/TA/helloworld/ta_demo.c | 3 --- 24 files changed, 72 deletions(-) diff --git a/build/signtools/generate_signature.py b/build/signtools/generate_signature.py index 6cddfaf..382aa91 100644 --- a/build/signtools/generate_signature.py +++ b/build/signtools/generate_signature.py @@ -11,9 +11,6 @@ # 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: tools for generating a trusted application load image -# Author: Li mingjuan -# Create: 2020-10-27 #---------------------------------------------------------------------------- import struct diff --git a/build/signtools/manifest.py b/build/signtools/manifest.py index 9cc2360..6468190 100755 --- a/build/signtools/manifest.py +++ b/build/signtools/manifest.py @@ -11,9 +11,6 @@ # 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: tools for generating a trusted application load image -# Author: Li mingjuan -# Create: 2018-02-20 #---------------------------------------------------------------------------- import string import struct diff --git a/build/signtools/signtool_v3.py b/build/signtools/signtool_v3.py index 0590887..39a719d 100755 --- a/build/signtools/signtool_v3.py +++ b/build/signtools/signtool_v3.py @@ -11,9 +11,6 @@ # 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: tools for generating a trusted application load image -# Author: Li mingjuan -# Create: 2018-02-20 #---------------------------------------------------------------------------- import struct diff --git a/build/tools/ta_link_64.ld b/build/tools/ta_link_64.ld index d6bdad8..61388e0 100644 --- a/build/tools/ta_link_64.ld +++ b/build/tools/ta_link_64.ld @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Description: Describe the link file for 64bits TA - * Author: He pengfei - * Create: 2019-12-03 */ OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64", diff --git a/include/CA/tee_client_api.h b/include/CA/tee_client_api.h index 88c7969..c139d4d 100644 --- a/include/CA/tee_client_api.h +++ b/include/CA/tee_client_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: HanPeng - * Create: 2013-4-22 - * Description: TEE client API definitions */ #ifndef _TEE_CLIENT_API_H_ diff --git a/include/CA/tee_client_constants.h b/include/CA/tee_client_constants.h index bd55b82..9ddff9b 100644 --- a/include/CA/tee_client_constants.h +++ b/include/CA/tee_client_constants.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: HanPeng - * Create: 2013-4-22 - * Description: static definitions of client API */ #ifndef _TEE_CLIENT_CONSTANTS_H_ diff --git a/include/CA/tee_client_list.h b/include/CA/tee_client_list.h index 6dcf4e1..4aa6a53 100644 --- a/include/CA/tee_client_list.h +++ b/include/CA/tee_client_list.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: zhangdeyao - * Create: 2013-04-22 - * Description: linked list data types and basic operations */ #ifndef TEE_CLIENT_LIST_H diff --git a/include/CA/tee_client_log.h b/include/CA/tee_client_log.h index b9f5f60..e3b7fae 100644 --- a/include/CA/tee_client_log.h +++ b/include/CA/tee_client_log.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: zhangdeyao - * Create: 2020-03-31 - * Description: TEE client log api */ #ifndef TEE_CLIENT_LOG_H diff --git a/include/CA/tee_client_type.h b/include/CA/tee_client_type.h index e7dd709..c5b97e3 100644 --- a/include/CA/tee_client_type.h +++ b/include/CA/tee_client_type.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: hanpeng - * Create: 2013-04-22 - * Description: data type and structure definition according to GP */ #ifndef _TEE_CLIENT_TYPE_H_ diff --git a/include/TA/huawei_ext/crypto_wrapper.h b/include/TA/huawei_ext/crypto_wrapper.h index f6f2b96..e05e90b 100755 --- a/include/TA/huawei_ext/crypto_wrapper.h +++ b/include/TA/huawei_ext/crypto_wrapper.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: Yaodongdong - * Create: 2019-05-29 - * Description: soft engine in boringssl */ #ifndef __CRYPTO_WRAPPER_H__ #define __CRYPTO_WRAPPER_H__ diff --git a/include/TA/huawei_ext/tee_crypto_hal.h b/include/TA/huawei_ext/tee_crypto_hal.h index 878794b..7444618 100755 --- a/include/TA/huawei_ext/tee_crypto_hal.h +++ b/include/TA/huawei_ext/tee_crypto_hal.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: jialingyu - * Create: 2019-01-20 - * Description: crypto hal info function */ #ifndef TEE_CRYPTO_HAL_H diff --git a/include/TA/huawei_ext/tee_ext_api.h b/include/TA/huawei_ext/tee_ext_api.h index b8b1329..d74c749 100644 --- a/include/TA/huawei_ext/tee_ext_api.h +++ b/include/TA/huawei_ext/tee_ext_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: huangjiankang - * Create: 2012-03-20 - * Description: Tee ext api header file */ #ifndef TEE_EXT_API_H diff --git a/include/TA/huawei_ext/tee_log.h b/include/TA/huawei_ext/tee_log.h index 36fc1d5..dc213da 100644 --- a/include/TA/huawei_ext/tee_log.h +++ b/include/TA/huawei_ext/tee_log.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: Hanpeng - * Create: 2018-12-13 - * Description: Reference of TEE log api and internal definitions */ #ifndef __TEE_LOG_H diff --git a/include/TA/tee_arith_api.h b/include/TA/tee_arith_api.h index a2159e9..76ca0b0 100755 --- a/include/TA/tee_arith_api.h +++ b/include/TA/tee_arith_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: qiqingchao - * Create: 2012-01-20 - * Description: tee crypto definitions */ #ifndef TEE_ARITH_API_H diff --git a/include/TA/tee_core_api.h b/include/TA/tee_core_api.h index babbac1..c07be0b 100644 --- a/include/TA/tee_core_api.h +++ b/include/TA/tee_core_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: Hanpeng - * Create: 2018-12-13 - * Description: tee core api definitions */ #ifndef __TEE_CORE_API_H #define __TEE_CORE_API_H diff --git a/include/TA/tee_crypto_api.h b/include/TA/tee_crypto_api.h index ef4b158..c711d30 100644 --- a/include/TA/tee_crypto_api.h +++ b/include/TA/tee_crypto_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: jialingyu - * Create: 2018-12-13 - * Description: tee crypto definitions */ #ifndef TEE_CRYPTO_API_H diff --git a/include/TA/tee_defines.h b/include/TA/tee_defines.h index e2cabe9..8289c07 100755 --- a/include/TA/tee_defines.h +++ b/include/TA/tee_defines.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Description: Reference of TEE internal api and internal definitions - * Author: Hanpeng - * Create: 2018-12-13 */ #ifndef __TEE_DEFINES_H diff --git a/include/TA/tee_mem_mgmt_api.h b/include/TA/tee_mem_mgmt_api.h index d4b0c48..5b91566 100644 --- a/include/TA/tee_mem_mgmt_api.h +++ b/include/TA/tee_mem_mgmt_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: yaodongdong - * Create: 2012-12-31 - * Description: Header file of memory management api */ #ifndef TEE_MEM_MGMT_API_H diff --git a/include/TA/tee_object_api.h b/include/TA/tee_object_api.h index 76cdc76..c8200e5 100644 --- a/include/TA/tee_object_api.h +++ b/include/TA/tee_object_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: HuangJiankang - * Create: 2018-12-13 - * Description: Reference of TEE object api definitions */ #ifndef __TEE_OBJECT_API_H diff --git a/include/TA/tee_property_api.h b/include/TA/tee_property_api.h index 523ac36..fb00a96 100644 --- a/include/TA/tee_property_api.h +++ b/include/TA/tee_property_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: huangjiankang - * Create: 2012-01-20 - * Description: TEE property implementation header file */ #ifndef TEE_PROPERTY_API_H diff --git a/include/TA/tee_time_api.h b/include/TA/tee_time_api.h index aeb2056..31cc5f8 100644 --- a/include/TA/tee_time_api.h +++ b/include/TA/tee_time_api.h @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: Hanpeng - * Create: 2018-12-13 - * Description: Reference of TEE time api definitions */ #ifndef __TEE_TIME_API_H diff --git a/src/CA/cloud/libteec_adaptor.c b/src/CA/cloud/libteec_adaptor.c index 250cae4..f7a647e 100644 --- a/src/CA/cloud/libteec_adaptor.c +++ b/src/CA/cloud/libteec_adaptor.c @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: lipeng - * Create: 2019.4.30 - * Description: this file is used for adapting interfaces in libteec.so */ #include diff --git a/test/CA/helloworld/ca_demo.c b/test/CA/helloworld/ca_demo.c index 93e771c..57c0e35 100755 --- a/test/CA/helloworld/ca_demo.c +++ b/test/CA/helloworld/ca_demo.c @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Author: liushengwei - * Create: 2020-6-24 - * Description: C file template for CA */ #include diff --git a/test/TA/helloworld/ta_demo.c b/test/TA/helloworld/ta_demo.c index b5246f9..ec17d6d 100755 --- a/test/TA/helloworld/ta_demo.c +++ b/test/TA/helloworld/ta_demo.c @@ -8,9 +8,6 @@ * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR * PURPOSE. * See the Mulan PSL v2 for more details. - * Description: TA template code for reference - * Author: huangjiankang - * Create: 2020-02-20 */ #include -- Gitee