There was an error while loading. Please reload this page.
2 parents ea362ab + 555b572 commit 4b4effaCopy full SHA for 4b4effa
3 files changed
LICENSE/LICENSE_CARLOGO
doc/project/license.rst
@@ -151,12 +151,6 @@ Fonts
151
.. literalinclude:: ../../LICENSE/LICENSE_BAKOMA
152
:language: none
153
154
-.. dropdown:: Carlogo
155
- :class-container: sdd
156
-
157
- .. literalinclude:: ../../LICENSE/LICENSE_CARLOGO
158
- :language: none
159
160
.. dropdown:: Courier 10
161
:class-container: sdd
162
meson.build
@@ -7,15 +7,14 @@ project(
7
'-m', 'setuptools_scm', check: true).stdout().strip(),
8
# qt_editor backend is MIT
9
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0
10
- # Carlogo, STIX, Computer Modern, and Last Resort are OFL
+ # STIX, Computer Modern, and Last Resort are OFL
11
# DejaVu is Bitstream Vera and Public Domain
12
license: 'PSF-2.0 AND MIT AND CC0-1.0 AND OFL-1.1 AND Bitstream-Vera AND Public-Domain',
13
license_files: [
14
'LICENSE/LICENSE',
15
'extern/agg24-svn/src/copying',
16
'LICENSE/LICENSE_AMSFONTS',
17
'LICENSE/LICENSE_BAKOMA',
18
- 'LICENSE/LICENSE_CARLOGO',
19
'LICENSE/LICENSE_COLORBREWER',
20
'LICENSE/LICENSE_COURIERTEN',
21
'LICENSE/LICENSE_FREETYPE',
0 commit comments