|
216 | 216 | The following components are provided under an Apache 2.0 license.
|
217 | 217 |
|
218 | 218 | 1. MXNet Cpp-package - For details, /cpp-package/LICENSE
|
219 |
| - Copyright (c) 2015-2016 by Contributors |
| 219 | + Copyright (c) 2015-2016 by Contributors |
220 | 220 | 2. MXNet rcnn - For details, see, example/rcnn/LICENSE
|
221 | 221 | Copyright (c) 2014, 2015, The Regents of the University of California (Regents)
|
222 | 222 | 3. MXNet scala-package - For details, see, scala-package/LICENSE
|
|
226 | 226 | 5. 3rdparty/dlpack - For details, see, 3rdparty/dlpack/LICENSE
|
227 | 227 | Copyright 2017 by Contributors
|
228 | 228 | 6. 3rdparty/dmlc-core - For details, see, 3rdparty/dmlc-core/LICENSE
|
229 |
| - Copyright (c) 2015 by Contributors |
| 229 | + Copyright (c) 2015 by Contributors |
230 | 230 | Copyright 2015 by dmlc-core developers
|
231 |
| - Copyright by Contributors |
| 231 | + Copyright by Contributors |
232 | 232 | 7. 3rdparty/mshadow - For details, see, 3rdparty/mshadow/LICENSE
|
233 | 233 | Copyright (c) 2014-2016 by Contributors
|
234 | 234 | Copyright by Contributors
|
|
237 | 237 | Copyright 2018 by Contributors
|
238 | 238 | Copyright (c) 2018 by Xilinx, Contributors
|
239 | 239 | 9. 3rdparty/tvm/dmlc-core - For details, see, 3rdparty/tvm/3rdparty/dmlc-core/LICENSE
|
240 |
| - Copyright (c) 2015 by Contributors |
| 240 | + Copyright (c) 2015 by Contributors |
241 | 241 | 10. 3rdparty/tvm/dlpack - For details, see, 3rdparty/tvm/3rdparty/dlpack/LICENSE
|
242 | 242 | Copyright (c) 2015-2017 by Contributors
|
243 | 243 | Copyright by Contributors
|
|
343 | 343 | 11. Numpy einsum operator - For details, see src/operator/numpy/np_einsum_op-inl.h
|
344 | 344 | Copyright (c) 2005-2019, NumPy Developers.
|
345 | 345 | Copyright (c) 2019, The Apache Software Foundation.
|
| 346 | + 12. Numpy einsum operator - For details, see src/operator/numpy/np_einsum_path_op-inl.h |
| 347 | + Copyright (c) 2005-2019, NumPy Developers. |
| 348 | + Copyright (c) 2019, The Apache Software Foundation. |
| 349 | + 13. Numpy einsum operator - For details, see src/operator/numpy/np_einsum_op.cc |
| 350 | + Copyright (c) 2005-2019, NumPy Developers. |
| 351 | + Copyright (c) 2019, The Apache Software Foundation. |
346 | 352 |
|
347 | 353 | =======================================================================================
|
348 | 354 | 2-clause BSD licenses
|
|
385 | 391 | 5. im2col.cuh - For details, see, src/operator/nn/im2col.cuh
|
386 | 392 | Copyright (c) 2014-2017 The Regents of the University of California (Regents)
|
387 | 393 | Copyright (c) 2014-2017, the respective contributors
|
388 |
| - |
389 | 394 | 6. deformable_im2col.h - For details, see, src/operator/contrib/nn/deformable_im2col.h
|
390 | 395 | Copyright (c) 2014-2017 The Regents of the University of California (Regents)
|
391 | 396 | Copyright (c) 2014-2017, the respective contributors
|
392 |
| - |
393 | 397 | 7. deformable_im2col.cuh - For details, see, src/operator/contrib/nn/deformable_im2col.cuh
|
394 | 398 | Copyright (c) 2014-2017 The Regents of the University of California (Regents)
|
395 | 399 | Copyright (c) 2014-2017, the respective contributors
|
| 400 | + 8. modulated_deformable_im2col.h - For details, see, src/operator/contrib/nn/modulated_deformable_im2col.h |
| 401 | + Copyright (c) 2014-2017 The Regents of the University of California (Regents) |
| 402 | + Copyright (c) 2014-2017, the respective contributors |
| 403 | + 9. modulated_deformable_im2col.cuh - For details, see, src/operator/contrib/nn/modulated_deformable_im2col.cuh |
| 404 | + Copyright (c) 2014-2017 The Regents of the University of California (Regents) |
| 405 | + Copyright (c) 2014-2017, the respective contributors |
396 | 406 |
|
397 | 407 |
|
398 | 408 | COPYRIGHT
|
|
667 | 677 | <none yet>
|
668 | 678 |
|
669 | 679 | =======================================================================================
|
670 |
| - |
| 680 | + |
671 | 681 | 13. FindJeMalloc.cmake
|
672 | 682 | For details, see cmake/Modules/FindJeMalloc.cmake
|
673 | 683 |
|
|
690 | 700 | # execute, and transmit the Software, and to prepare derivative works of the
|
691 | 701 | # Software, and to permit third-parties to whom the Software is furnished to
|
692 | 702 | # do so, all subject to the following:
|
693 |
| - # |
| 703 | + # |
694 | 704 | # The copyright notices in the Software and this entire statement, including
|
695 | 705 | # the above license grant, this restriction and the following disclaimer,
|
696 | 706 | # must be included in all copies of the Software, in whole or in part, and
|
697 | 707 | # all derivative works of the Software, unless such copies or derivative
|
698 | 708 | # works are solely in the form of machine-executable object code generated by
|
699 | 709 | # a source language processor.
|
700 |
| - # |
| 710 | + # |
701 | 711 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
702 | 712 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
703 | 713 | # FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
706 | 716 | # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
707 | 717 | # DEALINGS IN THE SOFTWARE.
|
708 | 718 |
|
709 |
| - Now it has been changed by Apache MXNet project. Modifications have the following license: |
| 719 | + Now it has been changed by Apache MXNet project. Modifications have the following license: |
710 | 720 |
|
711 | 721 | # Licensed to the Apache Software Foundation (ASF) under one
|
712 | 722 | # or more contributor license agreements. See the NOTICE file
|
|
724 | 734 | # KIND, either express or implied. See the License for the
|
725 | 735 | # specific language governing permissions and limitations
|
726 | 736 | # under the License.
|
727 |
| - |
728 |
| - |
| 737 | + |
| 738 | + |
729 | 739 | # Copyright (c) 2014 Thomas Heller
|
730 | 740 | # Copyright (c) 2007-2012 Hartmut Kaiser
|
731 | 741 | # Copyright (c) 2010-2011 Matt Anderson
|
|
848 | 858 | /*
|
849 | 859 | A C-program for MT19937, with initialization improved 2002/1/26.
|
850 | 860 | Coded by Takuji Nishimura and Makoto Matsumoto.
|
851 |
| - |
| 861 | + |
852 | 862 | Before using, initialize the state by using init_genrand(seed)
|
853 | 863 | or init_by_array(init_key, key_length).
|
854 |
| - |
| 864 | + |
855 | 865 | Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
|
856 | 866 | All rights reserved.
|
857 |
| - |
| 867 | + |
858 | 868 | Redistribution and use in source and binary forms, with or without
|
859 | 869 | modification, are permitted provided that the following conditions
|
860 | 870 | are met:
|
861 |
| - |
| 871 | + |
862 | 872 | 1. Redistributions of source code must retain the above copyright
|
863 | 873 | notice, this list of conditions and the following disclaimer.
|
864 |
| - |
| 874 | + |
865 | 875 | 2. Redistributions in binary form must reproduce the above copyright
|
866 | 876 | notice, this list of conditions and the following disclaimer in the
|
867 | 877 | documentation and/or other materials provided with the distribution.
|
868 |
| - |
| 878 | + |
869 | 879 | 3. The names of its contributors may not be used to endorse or promote
|
870 | 880 | products derived from this software without specific prior written
|
871 | 881 | permission.
|
872 |
| - |
| 882 | + |
873 | 883 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
874 | 884 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
875 | 885 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
881 | 891 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
882 | 892 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
883 | 893 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
884 |
| - |
885 |
| - |
| 894 | + |
| 895 | + |
886 | 896 | Any feedback is very welcome.
|
887 | 897 | http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
|
888 | 898 | email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
|
|
922 | 932 | For details, see /3rdparty/tvm/3rdparty/rang/LICENSE
|
923 | 933 |
|
924 | 934 | This is free and unencumbered software released into the public domain.
|
925 |
| - |
| 935 | + |
926 | 936 | Anyone is free to copy, modify, publish, use, compile, sell, or
|
927 | 937 | distribute this software, either in source code form or as a compiled
|
928 | 938 | binary, for any purpose, commercial or non-commercial, and by any
|
929 | 939 | means.
|
930 |
| - |
| 940 | + |
931 | 941 | In jurisdictions that recognize copyright laws, the author or authors
|
932 | 942 | of this software dedicate any and all copyright interest in the
|
933 | 943 | software to the public domain. We make this dedication for the benefit
|
934 | 944 | of the public at large and to the detriment of our heirs and
|
935 | 945 | successors. We intend this dedication to be an overt act of
|
936 | 946 | relinquishment in perpetuity of all present and future rights to this
|
937 | 947 | software under copyright law.
|
938 |
| - |
| 948 | + |
939 | 949 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
940 | 950 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
941 | 951 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
942 | 952 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
943 | 953 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
944 | 954 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
945 | 955 | OTHER DEALINGS IN THE SOFTWARE.
|
946 |
| - |
| 956 | + |
947 | 957 | For more information, please refer to <http://unlicense.org>
|
948 | 958 |
|
949 | 959 | 20. Font-Awesome, SIL Open Font License(OFL)
|
|
0 commit comments