aboutsummaryrefslogtreecommitdiff
path: root/ContributorGuide.md
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-05-20 09:57:15 +0100
committerJim Flynn <jim.flynn@arm.com>2020-05-24 14:16:38 +0000
commit6feca6cc9bce5a4d2092c7b99a278f2c7a8e606f (patch)
treed84880168f30dd2bca964726f6497dab20b8b3dc /ContributorGuide.md
parentbdba27251490b971e60d79261e14225cc7bfedcf (diff)
downloadarmnn-6feca6cc9bce5a4d2092c7b99a278f2c7a8e606f.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>
Diffstat (limited to 'ContributorGuide.md')
-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).