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