summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-06 00:16:36 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-06 18:35:29 -0700
commit9410e93480f232e9bcce052414b268d8b8b6af3a (patch)
treef1618d8498a6257dda96aacadaea4361abd063d7 /LICENSE
parent52d7a48293558b874fb80401d2f109a0b7114acc (diff)
downloadcaffeonacl-9410e93480f232e9bcce052414b268d8b8b6af3a.tar.gz
caffeonacl-9410e93480f232e9bcce052414b268d8b8b6af3a.tar.bz2
caffeonacl-9410e93480f232e9bcce052414b268d8b8b6af3a.zip
clarify the license and copyright terms of the project
As has been the case, contributions are copyright their respective contributors and the project is BSD-2 licensed. By contributing to the project, contributors release their contributions under these copyright and license terms as declared in LICENSE.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index bac9c99f..efcc5c5b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,22 @@
+COPYRIGHT
+
+All contributions by the University of California:
Copyright (c) 2014, The Regents of the University of California (Regents)
All rights reserved.
+All other contributions:
+Copyright (c) 2014, the respective contributors
+All rights reserved.
+
+Caffe uses a shared copyright model: each contributor holds copyright over
+their contributions to Caffe. The project versioning records all such
+contribution and copyright details. If a contributor wants to further mark
+their specific copyright on a particular contribution, they should indicate
+their copyright solely in the commit message of the change when it is
+committed.
+
+LICENSE
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -20,3 +36,9 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+CONTRIBUTION AGREEMENT
+
+By contributing to the BVLC/caffe repository through pull-request, comment,
+or otherwise, the contributor releases their content to the
+license and copyright terms herein.