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/build_helper/build_helper.py b/build_helper/build_helper.py
index 9f57828..cab1c51 100755
--- a/build_helper/build_helper.py
+++ b/build_helper/build_helper.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"
 
 import os
 import sys
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index ad0cccf..c9b2958 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -14,11 +14,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"
 
 # common parameters for tf-m build system
 # This configuration template will be passed into the tfm-builder module after
diff --git a/fastmodel_dispatcher/AN519.py b/fastmodel_dispatcher/AN519.py
index a03bf97..a80a5d9 100644
--- a/fastmodel_dispatcher/AN519.py
+++ b/fastmodel_dispatcher/AN519.py
@@ -14,17 +14,16 @@
 
 __copyright__ = """
 /*
- * Copyright (c) 2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2019-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:
     from tfm_ci_pylib.fastmodel_wrapper import FastmodelConfigMap
diff --git a/fastmodel_dispatcher/AN521.py b/fastmodel_dispatcher/AN521.py
index 533ae5a..2b4bae9 100644
--- a/fastmodel_dispatcher/AN521.py
+++ b/fastmodel_dispatcher/AN521.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"
 
 try:
     from tfm_ci_pylib.fastmodel_wrapper import FastmodelConfigMap
diff --git a/fastmodel_dispatcher/fastmodel_dispatcher.py b/fastmodel_dispatcher/fastmodel_dispatcher.py
index b6af86f..0c44d63 100644
--- a/fastmodel_dispatcher/fastmodel_dispatcher.py
+++ b/fastmodel_dispatcher/fastmodel_dispatcher.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"
 
 import os
 import sys
diff --git a/fastmodel_dispatcher/fastmodel_dispatcher_configs.py b/fastmodel_dispatcher/fastmodel_dispatcher_configs.py
index 4b698a9..cab888b 100644
--- a/fastmodel_dispatcher/fastmodel_dispatcher_configs.py
+++ b/fastmodel_dispatcher/fastmodel_dispatcher_configs.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 sys
 from AN521 import AN521
diff --git a/lava_helper/lava_helper.py b/lava_helper/lava_helper.py
index 40665ad..54c62ae 100755
--- a/lava_helper/lava_helper.py
+++ b/lava_helper/lava_helper.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 sys
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 37bd419..1201dbf 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.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"
 
 
 def lava_gen_get_config_subset(config,
diff --git a/report_parser/report_parser.py b/report_parser/report_parser.py
index 0e7a148..9d67105 100644
--- a/report_parser/report_parser.py
+++ b/report_parser/report_parser.py
@@ -20,11 +20,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 os
diff --git a/script/static-checks/check-banned-api.py b/script/static-checks/check-banned-api.py
index 931b1bd..c056cae 100755
--- a/script/static-checks/check-banned-api.py
+++ b/script/static-checks/check-banned-api.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
diff --git a/script/tf-coverity/run_coverity_on_tf.py b/script/tf-coverity/run_coverity_on_tf.py
index b087c61..b603d5b 100755
--- a/script/tf-coverity/run_coverity_on_tf.py
+++ b/script/tf-coverity/run_coverity_on_tf.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
diff --git a/script/tf-coverity/utils.py b/script/tf-coverity/utils.py
index f86667f..c00ad04 100644
--- a/script/tf-coverity/utils.py
+++ b/script/tf-coverity/utils.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
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