All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] Update BSD license
@ 2019-10-07 13:08 Christophe PRIOUZEAU
  2019-10-07 13:08 ` [PATCH 01/23] libpcap: update license Christophe PRIOUZEAU
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-07 13:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christophe PRIOUZEAU

Some recipes use BSD as license while SPDX license reference : BSD-0-Clause,
BSD-1-Clause, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause.
The goal of this request are to indicate the SPDX license euqivalent for recipes
which indicate "BSD" as license.

The following changes since commit 108ce1447ca5dcb838ef67ef6b9a9d25e993da1d:

  meson: update patch status (2019-10-04 09:06:31 +0100)

are available in the Git repository at:

  git://github.com/cpriouzeau/openembedded-core oe-license
  https://github.com/cpriouzeau/openembedded-core/tree/oe-license

Christophe Priouzeau (23):
  libpcap: update license
  wpa-supplicant: update license
  ovmf: update license
  cmake: update license
  file: update license
  flex: update license
  python-async: update license
  python-smmap: update license
  libarchive: update license
  libtirpc: update license
  lighttpd: update license
  pbzip2: update license
  rpcbind: update license
  tcp-wrappers: update license
  libxpm: update license
  libogg: update license
  libtheora: update license
  libvorbis: update license
  speex: update license
  speexdsp: update license
  libwebp: update license
  libpcre: update license
  p11-kit: update license

 meta/recipes-connectivity/libpcap/libpcap_1.9.0.bb             | 2 +-
 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb | 2 +-
 meta/recipes-core/ovmf/ovmf_git.bb                             | 2 +-
 meta/recipes-devtools/cmake/cmake.inc                          | 2 +-
 meta/recipes-devtools/file/file_5.37.bb                        | 2 +-
 meta/recipes-devtools/flex/flex_2.6.0.bb                       | 2 +-
 meta/recipes-devtools/python/python-async.inc                  | 2 +-
 meta/recipes-devtools/python/python-smmap.inc                  | 2 +-
 meta/recipes-extended/libarchive/libarchive_3.4.0.bb           | 2 +-
 meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb               | 2 +-
 meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb              | 2 +-
 meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb                  | 2 +-
 meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb                 | 2 +-
 meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb         | 2 +-
 meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb                | 2 +-
 meta/recipes-multimedia/libogg/libogg_1.3.4.bb                 | 2 +-
 meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb           | 2 +-
 meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb           | 2 +-
 meta/recipes-multimedia/speex/speex_1.2.0.bb                   | 2 +-
 meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb               | 2 +-
 meta/recipes-multimedia/webp/libwebp_1.0.3.bb                  | 2 +-
 meta/recipes-support/libpcre/libpcre2_10.33.bb                 | 2 +-
 meta/recipes-support/libpcre/libpcre_8.43.bb                   | 2 +-
 meta/recipes-support/p11-kit/p11-kit_0.23.16.1.bb              | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-10-12  9:48 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 13:08 [PATCH 00/23] Update BSD license Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 01/23] libpcap: update license Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 03/23] ovmf: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 02/23] wpa-supplicant: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 06/23] flex: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 05/23] file: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 04/23] cmake: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 07/23] python-async: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 08/23] python-smmap: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 10/23] libtirpc: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 09/23] libarchive: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 13/23] rpcbind: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 11/23] lighttpd: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 12/23] pbzip2: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 15/23] libxpm: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 14/23] tcp-wrappers: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 17/23] libtheora: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 18/23] libvorbis: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 16/23] libogg: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 19/23] speex: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 20/23] speexdsp: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 21/23] libwebp: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 22/23] libpcre: " Christophe PRIOUZEAU
2019-10-07 13:08 ` [PATCH 23/23] p11-kit: " Christophe PRIOUZEAU
2019-10-12  9:48 ` [PATCH 00/23] Update BSD license Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.