From b50f58cabd40566030d30d5bfcb63035d91bf4e0 Mon Sep 17 00:00:00 2001 From: KJ Date: Mon, 13 Oct 2025 22:29:59 -0400 Subject: [PATCH] Update LICENSE-3rd-party with new copyright details Added copyright information for multiple third-party libraries including Marimo, JAX, Unsloth, and OpenCV. --- LICENSE-3rd-party | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/LICENSE-3rd-party b/LICENSE-3rd-party index eb3483b..f2a57e4 100644 --- a/LICENSE-3rd-party +++ b/LICENSE-3rd-party @@ -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 ---