1COPYRIGHT 2 3All contributions by the University of California: 4Copyright (c) 2014-2017 The Regents of the University of California (Regents) 5All rights reserved. 6 7All other contributions: 8Copyright (c) 2014-2017, the respective contributors 9All rights reserved. 10 11Caffe uses a shared copyright model: each contributor holds copyright over 12their contributions to Caffe. The project versioning records all such 13contribution and copyright details. If a contributor wants to further mark 14their specific copyright on a particular contribution, they should indicate 15their copyright solely in the commit message of the change when it is 16committed. 17 18LICENSE 19 20Redistribution and use in source and binary forms, with or without 21modification, are permitted provided that the following conditions are met: 22 231. Redistributions of source code must retain the above copyright notice, this 24 list of conditions and the following disclaimer. 252. Redistributions in binary form must reproduce the above copyright notice, 26 this list of conditions and the following disclaimer in the documentation 27 and/or other materials provided with the distribution. 28 29THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 30ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 31WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 32DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 33ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 34(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 35LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 36ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 37(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 38SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39 40CONTRIBUTION AGREEMENT 41 42By contributing to the BVLC/caffe repository through pull-request, comment, 43or otherwise, the contributor releases their content to the 44license and copyright terms herein. 45