feat: update license breakdown (fixes rhbz#2155217, fixes rhbz#1944501)

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2023-07-06 16:58:09 +01:00
commit 10323e80dc
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD

View file

@ -16,50 +16,62 @@ Release: %autorelease
Summary: Interactive plots and applications in the browser from Python
# License breakdown: licensecheck -r . | sed '/UNKNOWN/ d' | sort -t ':' -k 2
# The software is released under the BSD license, but includes files that are
# independently also marked with ASL 2.0 and MIT licenses
# The JS bits are npm based
# The software is released under the BSD license
# ASL:
# bokeh/palettes.py
# bokeh/server/static/lib/lib.*
# Apache License 2.0
#./src/bokeh/palettes.py: Apache License 2.0
#./src/bokeh/server/static/lib/lib.*
# BSD:
# bokeh/server/static/js/bokeh-api.js
# bokeh/server/static/js/bokeh-api.legacy.js
# bokeh/server/static/js/bokeh-api.legacy.min.js
# bokeh/server/static/js/bokeh-api.min.js
# bokeh/server/static/js/bokeh.js
# bokeh/server/static/js/bokeh.legacy.js
# bokeh/server/static/js/bokeh.legacy.min.js
# bokeh/server/static/js/bokeh.min.js
# bokeh/server/static/js/bokeh-tables.js
# bokeh/server/static/js/bokeh-tables.legacy.js
# bokeh/server/static/js/bokeh-widgets.js
# bokeh/server/static/js/bokeh-widgets.legacy.js
# bokeh/server/static/js/bokeh-widgets.legacy.min.js
# bokeh/server/static/js/bokeh-widgets.min.js
# bokeh/server/static/js/compiler.js
# bokeh/server/static/js/compiler/prelude.js
# tests/unit/bokeh/test___init__.py
# bokeh/server/static/js/lib/api/palettes.js
# bokeh/server/static/js/types/api/palettes.d.ts
# BSD 3-Clause
#./src/bokeh/server/static/js/bokeh-api.js
#./src/bokeh/server/static/js/bokeh-api.min.js
#./src/bokeh/server/static/js/bokeh-gl.js
#./src/bokeh/server/static/js/bokeh-gl.min.js
#./src/bokeh/server/static/js/bokeh.js
#./src/bokeh/server/static/js/bokeh-mathjax.js:
#./src/bokeh/server/static/js/bokeh-mathjax.min.js
#./src/bokeh/server/static/js/bokeh.min.js
#./src/bokeh/server/static/js/bokeh-tables.js
#./src/bokeh/server/static/js/bokeh-widgets.js
#./src/bokeh/server/static/js/bokeh-widgets.min.js
#./src/bokeh/server/static/js/compiler.js
# MIT
#./src/bokeh/sampledata/antibiotics.py: MIT License
#./src/bokeh/sampledata/haar_cascade.py: MIT License
#./src/bokeh/sampledata/perceptions.py: MIT License
#./src/bokeh/server/static/js/lib/core/util/wheel.d.ts: MIT License
# CC
#./src/bokeh/sampledata/gapminder.py: Creative Commons Attribution 2.0
#./src/bokeh/sampledata/us_cities.py: Creative Commons Attribution 2.0
#./src/bokeh/sampledata/world_cities.py: Creative Commons Attribution 2.0
#./src/bokeh/sampledata/population.py: Creative Commons Attribution 3.0
#./src/bokeh/sampledata/les_mis.py: Creative Commons Attribution-NoDerivatives 4.0
#./src/bokeh/sampledata/anscombe.py: Creative Commons Attribution-ShareAlike 3.0
#./src/bokeh/sampledata/browsers.py: Creative Commons Attribution-ShareAlike 3.0
# ODC
#./src/bokeh/sampledata/airport_routes.py: ODC Open Database License v1.0
# Public Domain
#./src/bokeh/sampledata/airports.py: Public domain
#./src/bokeh/sampledata/commits.py: Public domain
#./src/bokeh/sampledata/periodic_table.py: Public domain
#./src/bokeh/sampledata/unemployment1948.py: Public domain
#./src/bokeh/sampledata/unemployment.py: Public domain
#./src/bokeh/sampledata/us_marriages_divorces.py: Public domain
# MIT (Expat)
# bokeh/server/static/js/lib/core/util/array.js
# bokeh/server/static/js/lib/core/util/callback.js
# bokeh/server/static/js/lib/core/util/types.js
# bokeh/server/static/js/lib/core/util/wheel.js
# bokeh/server/static/js/types/core/util/wheel.d.ts
# Multiple licenses:
# bokeh/server/static/js/bokeh.json: Expat License Apache License 2.0
# bokeh/server/static/js/bokeh-tables.legacy.min.js: Expat License BSD 3-clause "New" or "Revised" License
# bokeh/server/static/js/bokeh-tables.min.js: Expat License BSD 3-clause "New" or "Revised" License
#./src/bokeh/server/static/js/lib/api/palettes.d.ts: BSD 3-Clause License Apache License 2.0
#./src/bokeh/server/static/js/bokeh-tables.min.js: MIT License BSD 3-Clause License
# Also see the breakdown in the bundled JS below
# and https://github.com/bokeh/bokeh/blob/branch-2.2/bokehjs/LICENSE
License: BSD and ASL 2.0 and MIT and ISC
# NC: non free: to remove?
#./src/bokeh/sampledata/movies_data.py: Creative Commons Attribution-NonCommercial 4.0
License: Apache-2.0 and BSD-3-Clause and MIT and ODbL-1.0 and LicenseRef-Fedora-Public-Domain and CC-BY-2.0 and CC-BY-3.0 and CC-BY-ND-4.0 and CC-BY-SA-3.0
URL: https://github.com/bokeh/bokeh
Source0: %{pypi_source bokeh}