Update LICENSE-3rd-party with new copyright details

Added copyright information for multiple third-party libraries including Marimo, JAX, Unsloth, and OpenCV.
This commit is contained in:
KJ 2025-10-13 22:29:59 -04:00 committed by GitHub
parent ecd88a2ac3
commit b50f58cabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
--- COPYRIGHT FOR marimo ---
/* Copyright 2024 Marimo. All rights reserved. */
--- LICENSE FOR marimo ---
Apache License
@ -202,6 +206,10 @@
See the License for the specific language governing permissions and
limitations under the License.
--- COPYRIGHT FOR jax ---
# Copyright 2024 The JAX Authors.
--- LICENSE FOR jax ---
Apache License
@ -406,6 +414,22 @@
See the License for the specific language governing permissions and
limitations under the License.
--- COPYRIGHT FOR unsloth ---
# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved.
#
# 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.
--- LICENSE FOR unsloth ---
Apache License
Version 2.0, January 2004
@ -664,6 +688,20 @@ 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.
--- COPYRIGHT FOR opencv ---
Copyright (C) 2000-2022, Intel Corporation, all rights reserved.
Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.
Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.
Copyright (C) 2015-2023, OpenCV Foundation, all rights reserved.
Copyright (C) 2008-2016, Itseez Inc., all rights reserved.
Copyright (C) 2019-2023, Xperience AI, all rights reserved.
Copyright (C) 2019-2022, Shenzhen Institute of Artificial Intelligence and Robotics for Society, all rights reserved.
Copyright (C) 2022-2023, Southern University of Science And Technology, all rights reserved.
Copyright (C) 2023-2025, OpenCV AI, all rights reserved.
Third party copyrights are property of their respective owners.
--- LICENSE FOR opencv ---