aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-05-20 09:57:15 +0100
committerJan Eilers <jan.eilers@arm.com>2020-05-25 14:27:18 +0100
commitb2ce3de2817da91b3c5d3afe9ca86a62310f9449 (patch)
tree32fc5ab427fcd2b3fc57605435f7959756a2605e
parentd29e00cbf2200fc230463a83f36b14a166646eda (diff)
downloadarmnn-b2ce3de2817da91b3c5d3afe9ca86a62310f9449.tar.gz
IVGCVSW-4852 Add In File Copyright Notice Section to ContributorGuide.md
Change-Id: I58a4c0c6ce5fb806ac317b625663c2e3cbf689c8 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
-rw-r--r--ContributorGuide.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ContributorGuide.md b/ContributorGuide.md
index 1acd6491ff..323ec491ac 100644
--- a/ContributorGuide.md
+++ b/ContributorGuide.md
@@ -12,6 +12,17 @@ Signed-off-by: John Doe <john.doe@example.org>
You must use your real name, no pseudonyms or anonymous contributions are accepted.
+## In File Copyright Notice
+
+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
+//
+
+Note: if an existing file does not conform, update it when you next modify it, as convenient.
+
## Releases
Official Arm NN releases are published through the official [Arm NN Github repository](https://github.com/ARM-software/armnn).