]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Ecc/c.py
BaseTools:Ecc handle another copyright format
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 6 Sep 2019 03:29:54 +0000 (11:29 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 9 Sep 2019 03:13:52 +0000 (11:13 +0800)
commit03ad3d889c64978c31a8ccd70f1862558bdb0a2d
tree608cb5e879c7c0d264c2e590a3c511510d1e936b
parent59b754c9f697d9627b0ccccd327d5132f0e1abb0
BaseTools:Ecc handle another copyright format

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2057

Ecc can not handle the copyright format like

(C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>

This will cause Ecc to report wrong information.

This patch is going to handle this format

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Ecc/c.py