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/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