note copyright assignment in development guide
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 27 Mar 2014 18:29:32 +0000 (11:29 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 27 Mar 2014 18:29:32 +0000 (11:29 -0700)
docs/development.md

index 86e771d..b937003 100644 (file)
@@ -55,3 +55,9 @@ To get a list of all options `googletest` provides, simply pass the `--help` fla
 - Remember that “a foolish consistency is the hobgoblin of little minds,” so use your best judgement to write the clearest code for your particular case.
 
 **Lint**: run `make lint` to check C++ code.
+
+**Copyright**: assign copyright jointly to BVLC and contributors like so:
+
+    // Copyright 2014 BVLC and contributors.
+
+The exact details of contributions are recorded by versioning and cited in our [acknowledgements](http://caffe.berkeleyvision.org/#acknowledgements). This method is impartial and always up-to-date.