]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blob - LICENSE
license update
[jacinto-ai/caffe-jacinto.git] / LICENSE
1 COPYRIGHT
3 All contributions by Texas Instruments:
4 Copyright (c) 2016, 2017, 2018, Texas Instruments
5 All rights reserved.
7 All changes from Caffe SSD (https://github.com/weiliu89/caffe/tree/ssd)
8 Copyright (c) 2015, 2016 Wei Liu (UNC Chapel Hill), Dragomir Anguelov (Zoox),
9 Dumitru Erhan (Google), Christian Szegedy (Google), Scott Reed (UMich Ann Arbor),
10 Cheng-Yang Fu (UNC Chapel Hill), Alexander C. Berg (UNC Chapel Hill).
11 All rights reserved.
13 All contributions by the University of California:
14 Copyright (c) 2014, 2015, The Regents of the University of California (Regents)
15 All rights reserved.
17 All other contributions:
18 Copyright (c) 2014, 2015, the respective contributors
19 All rights reserved.
21 Caffe uses a shared copyright model: each contributor holds copyright over
22 their contributions to Caffe. The project versioning records all such
23 contribution and copyright details. If a contributor wants to further mark
24 their specific copyright on a particular contribution, they should indicate
25 their copyright solely in the commit message of the change when it is
26 committed.
28 LICENSE
30 Redistribution and use in source and binary forms, with or without
31 modification, are permitted provided that the following conditions are met: 
33 1. Redistributions of source code must retain the above copyright notice, this
34    list of conditions and the following disclaimer. 
35 2. Redistributions in binary form must reproduce the above copyright notice,
36    this list of conditions and the following disclaimer in the documentation
37    and/or other materials provided with the distribution. 
39 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
40 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
41 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
43 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
44 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
45 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
46 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
47 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
48 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50 CONTRIBUTION AGREEMENT
52 By contributing to the BVLC/caffe repository through pull-request, comment,
53 or otherwise, the contributor releases their content to the
54 license and copyright terms herein.
56 ============================================================================
58 All changes from Ristretto (https://github.com/pmgysel/caffe)
59 All new contributions compared to the original branch, from Philipp Gysel:
60 Copyright (c) 2016, Philipp Gysel (UC Davis). This code is released under the
61 BSD 2-Clause license.
62 All rights reserved.
64 All new contributions compared to the original branch, from other contributors:
65 Copyright (c) 2017, the respective contributors. This code is released under the
66 BSD 2-Clause license.
67 All rights reserved.
69 All changes from SCNN (Sparse CNN - https://github.com/wenwei202/caffe/tree/scnn)
70 Copyright (c) 2016, Wei Wen
71 All rights reserved.
73 All contributions by the University of California:
74 Copyright (c) 2014, 2015, The Regents of the University of California (Regents)
75 All rights reserved.
77 All other contributions:
78 Copyright (c) 2014, 2015, the respective contributors
79 All rights reserved.
81 Caffe uses a shared copyright model: each contributor holds copyright over
82 their contributions to Caffe. The project versioning records all such
83 contribution and copyright details. If a contributor wants to further mark
84 their specific copyright on a particular contribution, they should indicate
85 their copyright solely in the commit message of the change when it is
86 committed.
88 LICENSE
90 Redistribution and use in source and binary forms, with or without
91 modification, are permitted provided that the following conditions are met: 
93 1. Redistributions of source code must retain the above copyright notice, this
94    list of conditions and the following disclaimer. 
95 2. Redistributions in binary form must reproduce the above copyright notice,
96    this list of conditions and the following disclaimer in the documentation
97    and/or other materials provided with the distribution. 
99 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
100 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
101 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
102 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
103 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
104 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
105 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
106 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
107 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
108 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
110 CONTRIBUTION AGREEMENT
112 By contributing to the BVLC/caffe repository through pull-request, comment,
113 or otherwise, the contributor releases their content to the
114 license and copyright terms herein.
116 ============================================================================
118 All changes from from dilation (https://github.com/fyu/dilation)
119 Copyright (c) 2016 Fisher Yu
121 Permission is hereby granted, free of charge, to any person obtaining
122 a copy of this software and associated documentation files (the
123 "Software"), to deal in the Software without restriction, including
124 without limitation the rights to use, copy, modify, merge, publish,
125 distribute, sublicense, and/or sell copies of the Software, and to
126 permit persons to whom the Software is furnished to do so, subject to
127 the following conditions:
129 The above copyright notice and this permission notice shall be
130 included in all copies or substantial portions of the Software.
132 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
133 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
134 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
135 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
136 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
137 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
138 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
140 ============================================================================
142 All changes from https://github.com/shicai/MobileNet-Caffe
144 BSD 3-Clause License
146 Copyright (c) 2017-, Shicai Yang
147 All rights reserved.
149 Redistribution and use in source and binary forms, with or without
150 modification, are permitted provided that the following conditions are met:
152 * Redistributions of source code must retain the above copyright notice, this
153   list of conditions and the following disclaimer.
155 * Redistributions in binary form must reproduce the above copyright notice,
156   this list of conditions and the following disclaimer in the documentation
157   and/or other materials provided with the distribution.
159 * Neither the name of the copyright holder nor the names of its
160   contributors may be used to endorse or promote products derived from
161   this software without specific prior written permission.
163 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
164 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
165 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
166 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
167 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
168 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
169 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
170 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
171 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
172 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.