From ee9673acb5a4f136c7d087abfa7f6d08bda12a58 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Thu, 27 Mar 2014 11:29:32 -0700 Subject: [PATCH] note copyright assignment in development guide --- docs/development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development.md b/docs/development.md index 86e771d..b937003 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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. -- 2.7.4