From 92723deb2f8dce456556ae1f260eedbba798ca4b Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 29 Jul 2020 10:16:25 -0700 Subject: [PATCH 1/2] Roll zlib Picks up the buildroot change to roll zlib to the latest version from Chromium. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 36b04b50577ea..bfe91bda37ba1 100644 --- a/DEPS +++ b/DEPS @@ -107,7 +107,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '6728d80355083a20ceecb6db1d73c16dee255a43', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e4267494a4529637f06739dc7e1ab7a747e280a5', # Fuchsia compatibility # From 2015ad88d87dd8312ff1bbbfa39cd5803141e56d Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 29 Jul 2020 15:52:33 -0400 Subject: [PATCH 2/2] License updates --- ci/licenses_golden/licenses_third_party | 328 +++++++++++++----------- ci/licenses_golden/tool_signature | 2 +- sky/packages/sky_engine/LICENSE | 142 +++++----- tools/licenses/lib/patterns.dart | 10 +- 4 files changed, 271 insertions(+), 211 deletions(-) diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index 1b3ca3fe025b0..d84f6f6acf5d4 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: ace4b50b35dcf1f0615ef82b87950698 +Signature: 9d7ac05c1b69c1e68a0f5e37bbc21b39 UNUSED LICENSES: @@ -3588,6 +3588,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: base LIBRARY: icu +LIBRARY: zlib ORIGIN: ../../../LICENSE TYPE: LicenseType.bsd FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_conversions.h @@ -3595,6 +3596,9 @@ FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/ FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_math.h FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_math_impl.h FILE: ../../../third_party/icu/icu.isolate +FILE: ../../../third_party/zlib/google/compression_utils.cc +FILE: ../../../third_party/zlib/google/compression_utils.h +FILE: ../../../third_party/zlib/google/compression_utils_unittest.cc ---------------------------------------------------------------------------------------------------- Copyright 2014 The Chromium Authors. All rights reserved. @@ -3671,9 +3675,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: base +LIBRARY: zlib ORIGIN: ../../../third_party/angle/src/common/third_party/base/anglebase/no_destructor.h + ../../../LICENSE TYPE: LicenseType.bsd FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/no_destructor.h +FILE: ../../../third_party/zlib/contrib/bench/zlib_bench.cc +FILE: ../../../third_party/zlib/contrib/optimizations/slide_hash_neon.h +FILE: ../../../third_party/zlib/cpu_features.c +FILE: ../../../third_party/zlib/cpu_features.h ---------------------------------------------------------------------------------------------------- Copyright 2018 The Chromium Authors. All rights reserved. @@ -22045,6 +22054,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. LIBRARY: zlib ORIGIN: ../../../third_party/zlib/LICENSE TYPE: LicenseType.zlib +FILE: ../../../third_party/zlib/DEPS FILE: ../../../third_party/zlib/contrib/minizip/ChangeLogUnzip FILE: ../../../third_party/zlib/contrib/minizip/crypt.h FILE: ../../../third_party/zlib/contrib/minizip/ioapi.c @@ -22058,17 +22068,19 @@ FILE: ../../../third_party/zlib/contrib/minizip/mztools.h FILE: ../../../third_party/zlib/contrib/minizip/unzip.c FILE: ../../../third_party/zlib/contrib/minizip/zip.c FILE: ../../../third_party/zlib/crc32.h -FILE: ../../../third_party/zlib/google.patch FILE: ../../../third_party/zlib/google/DEPS FILE: ../../../third_party/zlib/inffixed.h -FILE: ../../../third_party/zlib/mixed-source.patch -FILE: ../../../third_party/zlib/mozzconf.h +FILE: ../../../third_party/zlib/patches/0000-build.patch +FILE: ../../../third_party/zlib/patches/0001-simd.patch +FILE: ../../../third_party/zlib/patches/0002-uninitializedcheck.patch +FILE: ../../../third_party/zlib/patches/0003-uninitializedjump.patch +FILE: ../../../third_party/zlib/patches/0004-fix-uwp.patch +FILE: ../../../third_party/zlib/patches/0005-infcover-gtest.patch FILE: ../../../third_party/zlib/trees.h ---------------------------------------------------------------------------------------------------- -zlib.h -- interface of the 'zlib' general purpose compression library -version 1.2.4, March 14th, 2010 +version 1.2.11, January 15th, 2017 -Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22085,9 +22097,6 @@ freely, subject to the following restrictions: 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. - -Jean-loup Gailly -Mark Adler ==================================================================================================== ==================================================================================================== @@ -22096,7 +22105,7 @@ ORIGIN: ../../../third_party/zlib/adler32.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib FILE: ../../../third_party/zlib/adler32.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2007 Mark Adler +Copyright (C) 1995-2011, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22121,7 +22130,7 @@ ORIGIN: ../../../third_party/zlib/compress.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib FILE: ../../../third_party/zlib/compress.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2005 Jean-loup Gailly. +Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22209,42 +22218,49 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/crc32.c + ../../../third_party/zlib/zlib.h -TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/crc32.c +ORIGIN: ../../../third_party/zlib/contrib/optimizations/chunkcopy.h + ../../../LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/zlib/contrib/optimizations/chunkcopy.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2006, 2010 Mark Adler +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors. All rights reserved. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source 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 +OWNER 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. ==================================================================================================== ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/crc_folding.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/crc_folding.c +FILE: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.c +FILE: ../../../third_party/zlib/inffast.c +FILE: ../../../third_party/zlib/inftrees.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2013 Intel Corporation. All rights reserved. -Authors: - Wajdi Feghali - Jim Guilford - Vinodh Gopal - Erdinc Ozturk - Jim Kukunas +Copyright (C) 1995-2017 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22265,11 +22281,12 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/deflate.h + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.h + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/deflate.h +FILE: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2010 Jean-loup Gailly +Copyright (C) 1995-2003, 2010 Mark Adler +Copyright (C) 2017 ARM, Inc. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22290,14 +22307,14 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/fill_window_sse.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/contrib/optimizations/inflate.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/fill_window_sse.c +FILE: ../../../third_party/zlib/contrib/optimizations/inflate.c +FILE: ../../../third_party/zlib/infback.c +FILE: ../../../third_party/zlib/inflate.c +FILE: ../../../third_party/zlib/inflate.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 2013 Intel Corporation -Authors: - Arjan van de Ven - Jim Kukunas +Copyright (C) 1995-2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22318,8 +22335,9 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/google/compression_utils_portable.cc + ../../../LICENSE +ORIGIN: ../../../third_party/zlib/contrib/optimizations/insert_string.h + ../../../LICENSE TYPE: LicenseType.bsd +FILE: ../../../third_party/zlib/contrib/optimizations/insert_string.h FILE: ../../../third_party/zlib/google/compression_utils_portable.cc FILE: ../../../third_party/zlib/google/compression_utils_portable.h ---------------------------------------------------------------------------------------------------- @@ -22354,48 +22372,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/google/zip.cc + ../../../LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/zlib/google/zip.cc -FILE: ../../../third_party/zlib/google/zip_reader.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2012 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. -==================================================================================================== - -==================================================================================================== -LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/gzclose.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/crc32.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/gzclose.c -FILE: ../../../third_party/zlib/gzlib.c +FILE: ../../../third_party/zlib/crc32.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2004, 2010 Mark Adler +Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22416,13 +22397,17 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/gzguts.h + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/crc_folding.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/gzguts.h -FILE: ../../../third_party/zlib/gzread.c -FILE: ../../../third_party/zlib/gzwrite.c +FILE: ../../../third_party/zlib/crc_folding.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2004, 2005, 2010 Mark Adler +Copyright (C) 2013 Intel Corporation. All rights reserved. +Authors: + Wajdi Feghali + Jim Guilford + Vinodh Gopal + Erdinc Ozturk + Jim Kukunas This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22443,12 +22428,11 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/infback.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/deflate.h + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/infback.c -FILE: ../../../third_party/zlib/inflate.h +FILE: ../../../third_party/zlib/deflate.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2009 Mark Adler +Copyright (C) 1995-2016 Jean-loup Gailly This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22469,11 +22453,14 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/inffast.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/fill_window_sse.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/inffast.c +FILE: ../../../third_party/zlib/fill_window_sse.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2008, 2010 Mark Adler +Copyright (C) 2013 Intel Corporation +Authors: + Arjan van de Ven + Jim Kukunas This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22494,37 +22481,88 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/inffast.h + ../../../third_party/zlib/zlib.h -TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/inffast.h +ORIGIN: ../../../third_party/zlib/google/zip.cc + ../../../LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/zlib/google/zip.cc +FILE: ../../../third_party/zlib/google/zip_reader.cc ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2003, 2010 Mark Adler +Copyright (c) 2012 The Chromium Authors. All rights reserved. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source 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 +OWNER 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. ==================================================================================================== ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/inflate.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/google/zip_writer.cc + ../../../LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/zlib/adler32_simd.c +FILE: ../../../third_party/zlib/adler32_simd.h +FILE: ../../../third_party/zlib/chromeconf.h +FILE: ../../../third_party/zlib/crc32_simd.c +FILE: ../../../third_party/zlib/crc32_simd.h +FILE: ../../../third_party/zlib/google/zip_writer.cc +FILE: ../../../third_party/zlib/google/zip_writer.h +---------------------------------------------------------------------------------------------------- +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +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 +OWNER 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. +==================================================================================================== + +==================================================================================================== +LIBRARY: zlib +ORIGIN: ../../../third_party/zlib/gzclose.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/inflate.c -FILE: ../../../third_party/zlib/inftrees.c +FILE: ../../../third_party/zlib/gzclose.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2010 Mark Adler +Copyright (C) 2004, 2010 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22545,11 +22583,12 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/inftrees.h + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/gzguts.h + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/inftrees.h +FILE: ../../../third_party/zlib/gzguts.h +FILE: ../../../third_party/zlib/gzread.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2005, 2010 Mark Adler +Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22570,11 +22609,12 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/simd_stub.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/gzlib.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/simd_stub.c +FILE: ../../../third_party/zlib/gzlib.c +FILE: ../../../third_party/zlib/gzwrite.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2014 Intel Corporation +Copyright (C) 2004-2017 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22595,12 +22635,11 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/trees.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/inffast.h + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/trees.c +FILE: ../../../third_party/zlib/inffast.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2010 Jean-loup Gailly -detect_data_type() function provided freely by Cosmin Truta, 2006 +Copyright (C) 1995-2003, 2010 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22621,11 +22660,11 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/uncompr.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/inftrees.h + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/uncompr.c +FILE: ../../../third_party/zlib/inftrees.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2003, 2010 Jean-loup Gailly. +Copyright (C) 1995-2005, 2010 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22646,13 +22685,12 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/x86.c + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/trees.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/x86.c +FILE: ../../../third_party/zlib/trees.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2013 Intel Corporation. All rights reserved. -Author: - Jim Kukunas +Copyright (C) 1995-2017 Jean-loup Gailly +detect_data_type() function provided freely by Cosmin Truta, 2006 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22673,11 +22711,11 @@ freely, subject to the following restrictions: ==================================================================================================== LIBRARY: zlib -ORIGIN: ../../../third_party/zlib/x86.h + ../../../third_party/zlib/zlib.h +ORIGIN: ../../../third_party/zlib/uncompr.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib -FILE: ../../../third_party/zlib/x86.h +FILE: ../../../third_party/zlib/uncompr.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 2013 Intel Corporation Jim Kukunas +Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22703,7 +22741,7 @@ TYPE: LicenseType.zlib FILE: ../../../third_party/zlib/zconf.h FILE: ../../../third_party/zlib/zutil.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2010 Jean-loup Gailly. +Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22729,7 +22767,7 @@ TYPE: LicenseType.zlib FILE: ../../../third_party/zlib/deflate.c FILE: ../../../third_party/zlib/zlib.h ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -22754,7 +22792,7 @@ ORIGIN: ../../../third_party/zlib/zutil.c + ../../../third_party/zlib/zlib.h TYPE: LicenseType.zlib FILE: ../../../third_party/zlib/zutil.c ---------------------------------------------------------------------------------------------------- -Copyright (C) 1995-2005, 2010 Jean-loup Gailly. +Copyright (C) 1995-2017 Jean-loup Gailly This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index c0093fc52503c..710e27a49734a 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 7d6c8db696965832bc69c4289701d394 +Signature: af78da7ecf2921dc867b7088d451f3af diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index 997f61ca0f15f..22f2319c6bae5 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -1109,6 +1109,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. base fuchsia_sdk skia +zlib Copyright 2018 The Chromium Authors. All rights reserved. @@ -1140,6 +1141,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- base icu +zlib Copyright 2014 The Chromium Authors. All rights reserved. @@ -13116,7 +13118,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2003, 2010 Jean-loup Gailly. +Copyright (C) 1995-2003, 2010 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13137,6 +13139,7 @@ freely, subject to the following restrictions: zlib Copyright (C) 1995-2003, 2010 Mark Adler +Copyright (C) 2017 ARM, Inc. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13156,7 +13159,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2005 Jean-loup Gailly. +Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13176,7 +13179,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2005, 2010 Jean-loup Gailly. +Copyright (C) 1995-2005, 2010 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13196,7 +13199,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2005, 2010 Mark Adler +Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13216,7 +13219,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2006, 2010 Mark Adler +Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13236,7 +13239,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2007 Mark Adler +Copyright (C) 1995-2011, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13256,7 +13259,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2008, 2010 Mark Adler +Copyright (C) 1995-2016 Jean-loup Gailly This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13276,7 +13279,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2009 Mark Adler +Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13296,7 +13299,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2010 Jean-loup Gailly +Copyright (C) 1995-2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13316,8 +13319,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2010 Jean-loup Gailly -detect_data_type() function provided freely by Cosmin Truta, 2006 +Copyright (C) 1995-2017 Jean-loup Gailly This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13337,7 +13339,8 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler +Copyright (C) 1995-2017 Jean-loup Gailly +detect_data_type() function provided freely by Cosmin Truta, 2006 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13357,7 +13360,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2010 Jean-loup Gailly. +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13377,7 +13380,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2010 Mark Adler +Copyright (C) 1995-2017 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13454,7 +13457,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 2004, 2005, 2010 Mark Adler +Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13494,10 +13497,7 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 2013 Intel Corporation -Authors: - Arjan van de Ven - Jim Kukunas +Copyright (C) 2004-2017 Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13517,29 +13517,10 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 2013 Intel Corporation Jim Kukunas - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. --------------------------------------------------------------------------------- -zlib - -Copyright (C) 2013 Intel Corporation. All rights reserved. -Author: - Jim Kukunas +Copyright (C) 2013 Intel Corporation +Authors: + Arjan van de Ven + Jim Kukunas This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13585,23 +13566,34 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -Copyright (C) 2014 Intel Corporation +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors. All rights reserved. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source 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 +OWNER 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. -------------------------------------------------------------------------------- zlib @@ -13635,10 +13627,39 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- zlib -zlib.h -- interface of the 'zlib' general purpose compression library -version 1.2.4, March 14th, 2010 +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +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 +OWNER 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. +-------------------------------------------------------------------------------- +zlib + +version 1.2.11, January 15th, 2017 -Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -13655,6 +13676,3 @@ freely, subject to the following restrictions: 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. - -Jean-loup Gailly -Mark Adler diff --git a/tools/licenses/lib/patterns.dart b/tools/licenses/lib/patterns.dart index a500ace3f4192..74ad3533ab7f1 100644 --- a/tools/licenses/lib/patterns.dart +++ b/tools/licenses/lib/patterns.dart @@ -322,9 +322,13 @@ final List csReferencesByFilename =