Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHSON-007i0x-4s for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Jun 2024 18:08:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sHSOL-004C95-E0 for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Jun 2024 18:08:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHSOL-004C8x-4j for pgsql-hackers@lists.postgresql.org; Wed, 12 Jun 2024 18:08:14 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHSOF-001K0h-CG for pgsql-hackers@lists.postgresql.org; Wed, 12 Jun 2024 18:08:13 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 45CI82Fp1507252; Wed, 12 Jun 2024 14:08:02 -0400 From: Tom Lane To: "Amonson, Paul D" cc: Daniel Gustafsson , "pgsql-hackers@lists.postgresql.org" , Nathan Bossart , "Shankaran, Akash" Subject: Re: Proposal for Updating CRC32C with AVX-512 Algorithm. In-reply-to: References: Comments: In-reply-to "Amonson, Paul D" message dated "Wed, 12 Jun 2024 16:43:41 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1507250.1718215682.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Jun 2024 14:08:02 -0400 Message-ID: <1507251.1718215682@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Amonson, Paul D" writes: > I had our OSS internal team, who are experts in OSS licensing, review po= ssible conflicts between the PostgreSQL license and the BSD-Clause 3-like = license for the CRC32C AVX-512 code, and they found no issues. Therefore, = including the new license into the PostgreSQL codebase should be acceptabl= e. Maybe you should get some actual lawyers to answer this type of question. The Chromium license this code cites is 3-clause-BSD style, which is NOT compatible: the "advertising" clause is significant. In any case, writing copyright notices that are pointers to external web pages is not how it's done around here. We generally operate on the assumption that the Postgres source code will outlive any specific web site. Dead links to incidental material might be okay, but legally relevant stuff not so much. regards, tom lane