You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by li...@apache.org on 2019/11/23 04:46:48 UTC

[incubator-tvm] branch v0.6.0 updated (7429997 -> 452fa4b)

This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a change to branch v0.6.0
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    omit 7429997  [LICENSE] add 3rdparty licenses (#4402)
    omit 0f4b32f  Added tflite frontend support for quantized mean. (#4339)
     new 452fa4b  [LICENSE] add 3rdparty licenses (#4402)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7429997)
            \
             N -- N -- N   refs/heads/v0.6.0 (452fa4b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/tvm/relay/frontend/tflite.py          | 17 -----------------
 tests/python/frontend/tflite/test_forward.py | 26 ++------------------------
 2 files changed, 2 insertions(+), 41 deletions(-)


[incubator-tvm] 01/01: [LICENSE] add 3rdparty licenses (#4402)

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a commit to branch v0.6.0
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git

commit 452fa4bc57aae87bd3a93d13f0da4974c975cde2
Author: Yizhi Liu <li...@apache.org>
AuthorDate: Fri Nov 22 14:37:25 2019 -0800

    [LICENSE] add 3rdparty licenses (#4402)
    
    * [LICENSE] add 3rdparty licenses
    
    * rename license files to .txt
---
 LICENSE                                | 32 ++++++++++++++++++++++++++
 licenses/LICENSE.bfloat16.txt          |  9 ++++++++
 licenses/LICENSE.builtin_fp16.txt      | 19 +++++++++++++++
 licenses/LICENSE.cma.txt               | 22 ++++++++++++++++++
 LICENSE => licenses/LICENSE.dlpack.txt |  2 +-
 licenses/LICENSE.picojson.txt          | 42 ++++++++++++++++++++++++++++++++++
 licenses/LICENSE.rang.txt              | 24 +++++++++++++++++++
 7 files changed, 149 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index 8dada3e..2b45428 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,3 +199,35 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+------------------------------------------------------------------------------------
+This product bundles various third-party components under other open source licenses.
+This section summarizes those components and their licenses. See licenses/
+for text of these licenses.
+
+
+Apache Software Foundation License 2.0
+--------------------------------------
+
+3rdparty/bfloat16/bfloat16.cc
+3rdparty/dlpack
+3rdparty/dmlc-core
+3rdparty/picojson
+
+
+MIT License
+-----------
+
+3rdparty/cma
+
+
+LLVM Release License
+--------------------
+
+3rdparty/compiler-rt/builtin_fp16.h
+
+
+The Unlicense
+-------------
+
+3rdparty/rang
diff --git a/licenses/LICENSE.bfloat16.txt b/licenses/LICENSE.bfloat16.txt
new file mode 100644
index 0000000..ce537b4
--- /dev/null
+++ b/licenses/LICENSE.bfloat16.txt
@@ -0,0 +1,9 @@
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
\ No newline at end of file
diff --git a/licenses/LICENSE.builtin_fp16.txt b/licenses/LICENSE.builtin_fp16.txt
new file mode 100644
index 0000000..000100f
--- /dev/null
+++ b/licenses/LICENSE.builtin_fp16.txt
@@ -0,0 +1,19 @@
+Copyright (c) 2009-2015 by llvm/compiler-rt contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/licenses/LICENSE.cma.txt b/licenses/LICENSE.cma.txt
new file mode 100644
index 0000000..4205858
--- /dev/null
+++ b/licenses/LICENSE.cma.txt
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+COPYRIGHT (C) 2017 Institute of Electronics and Computer Science (EDI), Latvia.
+AUTHOR: Rihards Novickis (rihards.novickis@edi.lv)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/LICENSE b/licenses/LICENSE.dlpack.txt
similarity index 99%
copy from LICENSE
copy to licenses/LICENSE.dlpack.txt
index 8dada3e..20a9c8a 100644
--- a/LICENSE
+++ b/licenses/LICENSE.dlpack.txt
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright {yyyy} {name of copyright owner}
+   Copyright 2017 by Contributors
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/licenses/LICENSE.picojson.txt b/licenses/LICENSE.picojson.txt
new file mode 100644
index 0000000..b8a939e
--- /dev/null
+++ b/licenses/LICENSE.picojson.txt
@@ -0,0 +1,42 @@
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+Copyright 2009-2010 Cybozu Labs, Inc.
+Copyright 2011-2014 Kazuho Oku
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/licenses/LICENSE.rang.txt b/licenses/LICENSE.rang.txt
new file mode 100644
index 0000000..cf1ab25
--- /dev/null
+++ b/licenses/LICENSE.rang.txt
@@ -0,0 +1,24 @@
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to <http://unlicense.org>