Diff of /THIRD_PARTY [000000] .. [9ae79b]

Switch to unified view

a b/THIRD_PARTY
1
This project incorporate and adapts from components from the following repos.
2
Their copyright notices and licenses are included below.
3
4
# pytorch/vision
5
6
BSD 3-Clause License
7
8
Copyright (c) Soumith Chintala 2016,
9
All rights reserved.
10
11
Redistribution and use in source and binary forms, with or without
12
modification, are permitted provided that the following conditions are met:
13
14
* Redistributions of source code must retain the above copyright notice, this
15
  list of conditions and the following disclaimer.
16
17
* Redistributions in binary form must reproduce the above copyright notice,
18
  this list of conditions and the following disclaimer in the documentation
19
  and/or other materials provided with the distribution.
20
21
* Neither the name of the copyright holder nor the names of its
22
  contributors may be used to endorse or promote products derived from
23
  this software without specific prior written permission.
24
25
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
36
# HobbitLong/SupContrast
37
38
BSD 2-Clause License
39
40
Copyright (c) 2020, Yonglong Tian
41
All rights reserved.
42
43
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:
45
46
1. Redistributions of source code must retain the above copyright notice, this
47
   list of conditions and the following disclaimer.
48
49
2. Redistributions in binary form must reproduce the above copyright notice,
50
   this list of conditions and the following disclaimer in the documentation
51
   and/or other materials provided with the distribution.
52
53
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
54
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
55
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
56
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
57
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
58
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
59
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
60
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
61
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.