@@ -23,9 +23,9 @@ SOFTWARE.
2323This software incorporates material from third parties listed below:
2424
2525==================
26-
26+
2727From PyTorch
28-
28+
2929Copyright (c) 2016- Facebook, Inc (Adam Paszke)
3030Copyright (c) 2014- Facebook, Inc (Soumith Chintala)
3131Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
@@ -35,54 +35,54 @@ Copyright (c) 2011-2013 NYU (Clement Farabet)
3535Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)
3636Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
3737Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)
38-
38+
3939From Caffe2:
40-
40+
4141Copyright (c) 2016-present, Facebook Inc. All rights reserved.
42-
42+
4343All contributions by Facebook:
4444Copyright (c) 2016 Facebook Inc.
45-
45+
4646All contributions by Google:
4747Copyright (c) 2015 Google Inc.
4848All rights reserved.
49-
49+
5050All contributions by Yangqing Jia:
5151Copyright (c) 2015 Yangqing Jia
5252All rights reserved.
53-
53+
5454All contributions from Caffe:
5555Copyright(c) 2013, 2014, 2015, the respective contributors
5656All rights reserved.
57-
57+
5858All other contributions:
5959Copyright(c) 2015, 2016 the respective contributors
6060All rights reserved.
61-
61+
6262Caffe2 uses a copyright model similar to Caffe: each contributor holds
6363copyright over their contributions to Caffe2. The project versioning records
6464all such contribution and copyright details. If a contributor wants to further
6565mark their specific copyright on a particular contribution, they should
6666indicate their copyright solely in the commit message of the change when it is
6767committed.
68-
68+
6969All rights reserved.
70-
70+
7171Redistribution and use in source and binary forms, with or without
7272modification, are permitted provided that the following conditions are met:
73-
73+
74741. Redistributions of source code must retain the above copyright
7575 notice, this list of conditions and the following disclaimer.
76-
76+
77772. Redistributions in binary form must reproduce the above copyright
7878 notice, this list of conditions and the following disclaimer in the
7979 documentation and/or other materials provided with the distribution.
80-
80+
81813. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories America
8282 and IDIAP Research Institute nor the names of its contributors may be
8383 used to endorse or promote products derived from this software without
8484 specific prior written permission.
85-
85+
8686THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
8787AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
8888IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -591,4 +591,62 @@ Apache License
591591 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
592592 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
593593 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
594- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
594+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
595+
596+ ==================
597+ Android Code(gif_encoder)
598+ https://cs.android.com/android/platform/superproject/+/master:external/glide/LICENSE
599+ https://cs.android.com/android/platform/superproject/+/master:external/glide/third_party/gif_encoder/LICENSE
600+
601+ Copyright 2014 Google, Inc. All rights reserved.
602+
603+ Redistribution and use in source and binary forms, with or without modification, are
604+ permitted provided that the following conditions are met:
605+
606+ 1. Redistributions of source code must retain the above copyright notice, this list of
607+ conditions and the following disclaimer.
608+
609+ 2. Redistributions in binary form must reproduce the above copyright notice, this list
610+ of conditions and the following disclaimer in the documentation and/or other materials
611+ provided with the distribution.
612+
613+ THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
614+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
615+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
616+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
617+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
618+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
619+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
620+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
621+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
622+
623+ The views and conclusions contained in the software and documentation are those of the
624+ authors and should not be interpreted as representing official policies, either expressed
625+ or implied, of Google, Inc.
626+ ---------------------------------------------------------------------------------------------
627+
628+ License for Encoder.cs and LZWEncoder.cs
629+
630+ No copyright asserted on the source code of this class. May be used for any
631+ purpose, however, refer to the Unisys LZW patent for restrictions on use of
632+ the associated LZWEncoder class. Please forward any corrections to
633+ 634+
635+ -----------------------------------------------------------------------------
636+ License for NeuQuant.cs
637+
638+ Copyright (c) 1994 Anthony Dekker
639+
640+ NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
641+ "Kohonen neural networks for optimal colour quantization" in "Network:
642+ Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of
643+ the algorithm.
644+
645+ Any party obtaining a copy of these files from the author, directly or
646+ indirectly, is granted, free of charge, a full and unrestricted irrevocable,
647+ world-wide, paid up, royalty-free, nonexclusive right and license to deal in
648+ this software and documentation files (the "Software"), including without
649+ limitation the rights to use, copy, modify, merge, publish, distribute,
650+ sublicense, and/or sell copies of the Software, and to permit persons who
651+ receive copies from any such party to do so, with the only requirement being
652+ that this copyright notice remain intact.
0 commit comments