IVGCVSW-5634 'GitHub Contributor Guide Issue'

* Fixed the ContributorGuide display issue

Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: I7be39cda5682a220dbd3708692230ab7421f80e0
diff --git a/ContributorGuide.md b/ContributorGuide.md
index 323ec49..a6ea9cc 100644
--- a/ContributorGuide.md
+++ b/ContributorGuide.md
@@ -16,9 +16,9 @@
 

 In each source file, include the following copyright notice:

 

-//

-// Copyright © <years additions were made to project> <your name> and Contributors. All rights reserved.

-// SPDX-License-Identifier: MIT

+//  

+// Copyright © `<years additions were made to project> <your name>` and Contributors. All rights reserved.  

+// SPDX-License-Identifier: MIT  

 //

 

 Note: if an existing file does not conform, update it when you next modify it, as convenient.