aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ContributorGuide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ContributorGuide.md b/ContributorGuide.md
index 323ec491ac..a6ea9ccf7d 100644
--- a/ContributorGuide.md
+++ b/ContributorGuide.md
@@ -16,9 +16,9 @@ You must use your real name, no pseudonyms or anonymous contributions are accept
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.