]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - CONTRIBUTING.md
jailhouse: inmates: bench: Add -R option -- repeats count.
[jailhouse.git] / CONTRIBUTING.md
index a7907f6fa5a37f78c8bc97fe53e3f1fd9b1c5c9b..40655ce79ce40db9711e7a63d25d2b106f7b6ee5 100644 (file)
@@ -13,6 +13,9 @@ Contribution Checklist
 
 - follow Documentation/coding-style.txt coding style [**required**]
 
+- add the required copyright header to each new file introduced, see
+  [licensing information](LICENSING.md) [**required**]
+
 - structure patches logically, in small steps [**required**]
     - one separable functionality/fix/refactoring = one patch
     - do not mix those there in a single patch