diff options
author | Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr> | 2017-03-10 09:58:16 +0100 |
---|---|---|
committer | Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr> | 2017-03-20 14:31:32 +0000 |
commit | a4060ab9505af6b34258db70726c64e96409e5ed (patch) | |
tree | 11de8cc669df1d36a369531bc68268122649994f | |
parent | fcf94310eb9a6cf17cc70724f5ef81932946997f (diff) | |
download | gem5-a4060ab9505af6b34258db70726c64e96409e5ed.tar.xz |
misc: add copyright/name information for contribution
Change-Id: I9242ce50b86b02ec1880d411627da11265cb8961
Signed-off-by: Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr>
Reviewed-on: https://gem5-review.googlesource.com/2328
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e82798bc..a9781a34d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -186,6 +186,11 @@ of Origin (DCO) [https://developercertificate.org/]. It is imperative that you use your real name and your real email address in both tags and in the author field of the changeset. +For significant changes, authors are encouraged to add copyright information +and their names at the beginning of the file. The main purpose of the author +names on the file is to track who is most knowledgeable about the file (e.g., +who has contributed a significant amount of code to the file). + Note: If you do not follow these guidelines, the gerrit review site will automatically reject your patch. If this happens, update your changeset descriptions to match the required style |