File 8001-Update-license-information-for-OTP-25.patch of Package erlang
From 1c80edea23ca65a256bb9a690d7b781ee1072309 Mon Sep 17 00:00:00 2001 From: Rickard Green <rickard@erlang.org> Date: Sat, 9 Dec 2023 17:58:53 +0100 Subject: [PATCH] Update license information for OTP 25 --- system/COPYRIGHT | 87 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 83 insertions(+), 4 deletions(-) diff --git a/system/COPYRIGHT b/system/COPYRIGHT index 100e426fd3..1f363dac4e 100644 --- a/system/COPYRIGHT +++ b/system/COPYRIGHT @@ -106,8 +106,10 @@ terms specified in this license. ./lib/dialyzer/test/options1_SUITE_data/src/compiler/cerl_inline.erl * Copyright (C) 1999-2002 Richard Carlsson * ./lib/kernel/src/pg.erl and lib/kernel/doc/src/pg.xml and - ./lib/kernel/test/pg_SUITE.erl + ./lib/kernel/test/pg_SUITE.erl and ./lib/stdlib/src/peer.erl * Copyright WhatsApp Inc. and its affiliates. All rights reserved. +* ./lib/kernel/doc/src/peer.xml + * Maxim Fedorov, WhatsApp Inc. --------------------------------------------------------------------------- [AsmJit] @@ -247,14 +249,14 @@ End * Info: * SPDX-License-Identifier: Zlib * Library: Zlib - * Version: 1.2.11 + * Version: 1.2.12 * Website: https://zlib.net/ * OTP Location: ./erts/emulator/zlib /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.11, January 15th, 2017 + version 1.2.12, March 11th, 2022 - Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + Copyright (C) 1995-2022 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 @@ -281,6 +283,83 @@ End (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). */ +--------------------------------------------------------------------------- +[ryu] + +* Info: + * SPDX-License-Identifier: Apache-2.0 OR BSL-1.0 + * Library: RYU + * Git repository: https://github.com/ulfjack/ryu + * Commit: 844864ac213bdbf1fb57e6f51c653b3d90af0937 + * OTP Location: ./erts/emulator/ryu + +// Copyright 2018 Ulf Adams +// +// The contents of this file may be used under the terms of the Apache License, +// Version 2.0. +// +// (See accompanying file LICENSE-Apache or copy at +// http://www.apache.org/licenses/LICENSE-2.0) +// +// Alternatively, the contents of this file may be used under the terms of +// the Boost Software License, Version 1.0. +// (See accompanying file LICENSE-Boost or copy at +// https://www.boost.org/LICENSE_1_0.txt) +// +// Unless required by applicable law or agreed to in writing, this software +// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. + +--------------------------------------------------------------------------- +[to_chars() function in ryu] + +* Info: + * SPDX-License-Identifier: (Apache-2.0 WITH LLVM-exception) AND BSL-1.0 + * License Comment: The license information in the original file is not + clear on whether it should be AND or OR between + "Apache 2.0 with LLVM-exception" and "Boost Software + License 1.0". Therefore, just to be safe, an AND was + chosen in the SPDX license identifier expression + above. + * Library: STL + * Git repository: https://github.com/microsoft/STL + * Commit: e745bad3b1d05b5b19ec652d68abb37865ffa454 + * Original function: https://github.com/microsoft/STL/blob/e745bad3b1d05b5b19ec652d68abb37865ffa454/stl/inc/xcharconv_ryu.h#L1926 + * OTP Location: ./erts/emulator/ryu/d2s.c:to_chars() + +// xcharconv_ryu.h internal header + +// Copyright (c) Microsoft Corporation. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + + +// Copyright 2018 Ulf Adams +// Copyright (c) Microsoft Corporation. All rights reserved. + +// Boost Software License - Version 1.0 - August 17th, 2003 + +// Permission is hereby granted, free of charge, to any person or organization +// obtaining a copy of the software and accompanying documentation covered by +// this license (the "Software") to use, reproduce, display, distribute, +// execute, and transmit the Software, and to prepare derivative works of the +// Software, and to permit third-parties to whom the Software is furnished to +// do so, all subject to the following: + +// The copyright notices in the Software and this entire statement, including +// the above license grant, this restriction and the following disclaimer, +// must be included in all copies of the Software, in whole or in part, and +// all derivative works of the Software, unless such copies or derivative +// works are solely in the form of machine-executable object code generated by +// a source language processor. + +// 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT +// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +// DEALINGS IN THE SOFTWARE. + --------------------------------------------------------------------------- [fp16] -- 2.43.0