On Tue, Jun 18, 2024 at 05:14:08PM +0000, Amonson, Paul D wrote:
> > And this bit doesn't look good.  The LICENSE file says:
> ...
> > > //    * 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.
> ...
> > The second clause essentially says we would have to add a page to our
> > "documentation and/or other materials" with the contents of the license 
> > file.
> 
> According to one of Intel’s lawyers, 55 instances of this clause was found 
> when they searched in the PostgreSQL repository. Therefore, I assume that 
> this obligation has either been satisfied or determined not to apply, given 
> that the second BSD clause already appears in the PostgreSQL source tree. I 
> might have misunderstood the concern, but the lawyer believes this is a 
> non-issue. Could you please provide more clarifying details about the concern?

Yes, I can confirm that:

        grep -Rl 'Redistributions in binary form must reproduce' . | wc -l

reports 54;  file list attached.

-- 
  Bruce Momjian  <br...@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.
./src/include/lib/sort_template.h
./src/tools/pg_bsd_indent/err.c
./src/tools/pg_bsd_indent/lexi.c
./src/tools/pg_bsd_indent/indent_globs.h
./src/tools/pg_bsd_indent/pr_comment.c
./src/tools/pg_bsd_indent/indent.c
./src/tools/pg_bsd_indent/parse.c
./src/tools/pg_bsd_indent/io.c
./src/tools/pg_bsd_indent/indent_codes.h
./src/tools/pg_bsd_indent/err.h
./src/tools/pg_bsd_indent/indent.h
./src/tools/pg_bsd_indent/args.c
./src/backend/utils/mb/wstrcmp.c
./src/backend/utils/mb/wstrncmp.c
./src/common/md5.c
./src/common/sha2_int.h
./src/common/sha1_int.h
./src/common/sha2.c
./src/common/sha1.c
./src/common/md5_int.h
./src/timezone/strftime.c
./src/port/pgmkdirp.c
./src/port/getopt_long.c
./src/port/mkdtemp.c
./src/port/getopt.c
./src/port/snprintf.c
./src/port/bsearch_arg.c
./src/port/inet_aton.c
./contrib/pgcrypto/openssl.c
./contrib/pgcrypto/pgp-pubdec.c
./contrib/pgcrypto/pgp-cfb.c
./contrib/pgcrypto/pgcrypto.h
./contrib/pgcrypto/mbuf.h
./contrib/pgcrypto/pgcrypto.c
./contrib/pgcrypto/crypt-des.c
./contrib/pgcrypto/px-hmac.c
./contrib/pgcrypto/pgp-armor.c
./contrib/pgcrypto/px.c
./contrib/pgcrypto/px-crypt.c
./contrib/pgcrypto/mbuf.c
./contrib/pgcrypto/px-crypt.h
./contrib/pgcrypto/pgp-pgsql.c
./contrib/pgcrypto/pgp-mpi.c
./contrib/pgcrypto/pgp-mpi-openssl.c
./contrib/pgcrypto/pgp-decrypt.c
./contrib/pgcrypto/pgp.h
./contrib/pgcrypto/px.h
./contrib/pgcrypto/pgp-info.c
./contrib/pgcrypto/pgp-pubenc.c
./contrib/pgcrypto/pgp-encrypt.c
./contrib/pgcrypto/pgp-compress.c
./contrib/pgcrypto/pgp-s2k.c
./contrib/pgcrypto/pgp.c
./contrib/pgcrypto/pgp-pubkey.c

Reply via email to