Update TF-M CI scripts version to 1.2.0
The OpenCI is released together with TF-M main repository.
Align the version with TF-M and update copyrights years.
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: I57eee23d599e93c1f88c662dde891dfbc0cbdcd9
diff --git a/tfm_ci_pylib/__init__.py b/tfm_ci_pylib/__init__.py
index 0ea14cc..79ca768 100644
--- a/tfm_ci_pylib/__init__.py
+++ b/tfm_ci_pylib/__init__.py
@@ -1,6 +1,6 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/tfm_ci_pylib/fastmodel_wrapper/__init__.py b/tfm_ci_pylib/fastmodel_wrapper/__init__.py
index a1fca97..f8b43a4 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/__init__.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/__init__.py
@@ -1,6 +1,6 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
index fea5b7c..ef87e98 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
@@ -10,17 +10,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
# =================== Template Classes ===================
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
index 1a58441..3840195 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
@@ -14,17 +14,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
class FastmodelConfigMap(object):
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
index d49cd6c..6ace23f 100755
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
@@ -12,17 +12,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import os
import re
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
index 2180620..e5dc1fd 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
@@ -15,17 +15,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
try:
diff --git a/tfm_ci_pylib/lava_rpc_connector.py b/tfm_ci_pylib/lava_rpc_connector.py
index 9bab0e5..f1767fe 100644
--- a/tfm_ci_pylib/lava_rpc_connector.py
+++ b/tfm_ci_pylib/lava_rpc_connector.py
@@ -15,11 +15,10 @@
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import xmlrpc.client
import time
diff --git a/tfm_ci_pylib/structured_task.py b/tfm_ci_pylib/structured_task.py
index 1a2f45f..c9b7446 100644
--- a/tfm_ci_pylib/structured_task.py
+++ b/tfm_ci_pylib/structured_task.py
@@ -9,17 +9,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import abc
import time
diff --git a/tfm_ci_pylib/tfm_build_manager.py b/tfm_ci_pylib/tfm_build_manager.py
index 44b4d58..436d0c8 100644
--- a/tfm_ci_pylib/tfm_build_manager.py
+++ b/tfm_ci_pylib/tfm_build_manager.py
@@ -8,17 +8,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import os
import sys
diff --git a/tfm_ci_pylib/tfm_builder.py b/tfm_ci_pylib/tfm_builder.py
index a045514..7ba9846 100644
--- a/tfm_ci_pylib/tfm_builder.py
+++ b/tfm_ci_pylib/tfm_builder.py
@@ -8,17 +8,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import os
import re
diff --git a/tfm_ci_pylib/utils.py b/tfm_ci_pylib/utils.py
index 78c7df4..cb5ee9a 100755
--- a/tfm_ci_pylib/utils.py
+++ b/tfm_ci_pylib/utils.py
@@ -9,17 +9,16 @@
__copyright__ = """
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
"""
-__author__ = "Minos Galanakis"
-__email__ = "minos.galanakis@linaro.org"
+
+__author__ = "tf-m@lists.trustedfirmware.org"
__project__ = "Trusted Firmware-M Open CI"
-__status__ = "stable"
-__version__ = "1.1"
+__version__ = "1.2.0"
import os
import re