Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions LICENSE/LICENSE_CARLOGO

This file was deleted.

6 changes: 0 additions & 6 deletions doc/project/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ Fonts
.. literalinclude:: ../../LICENSE/LICENSE_BAKOMA
:language: none

.. dropdown:: Carlogo
:class-container: sdd

.. literalinclude:: ../../LICENSE/LICENSE_CARLOGO
:language: none

.. dropdown:: Courier 10
:class-container: sdd

Expand Down
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ project(
'-m', 'setuptools_scm', check: true).stdout().strip(),
# qt_editor backend is MIT
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0
# Carlogo, STIX, Computer Modern, and Last Resort are OFL
# STIX, Computer Modern, and Last Resort are OFL
# DejaVu is Bitstream Vera and Public Domain
license: 'PSF-2.0 AND MIT AND CC0-1.0 AND OFL-1.1 AND Bitstream-Vera AND Public-Domain',
license_files: [
'LICENSE/LICENSE',
'extern/agg24-svn/src/copying',
'LICENSE/LICENSE_AMSFONTS',
'LICENSE/LICENSE_BAKOMA',
'LICENSE/LICENSE_CARLOGO',
'LICENSE/LICENSE_COLORBREWER',
'LICENSE/LICENSE_COURIERTEN',
'LICENSE/LICENSE_FREETYPE',
Expand Down
Loading