Twenty Twenty-Four: Update license information in readme.
Adds missing license information for bundled fonts. Props acosmin, shailu25, poena, sabernhardt. Fixes #59838 Built from https://develop.svn.wordpress.org/trunk@57324 git-svn-id: http://core.svn.wordpress.org/trunk@56830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
646240956c
commit
4ca84cc0ee
|
@ -33,7 +33,33 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
|
||||
This theme bundles the following third-party resources:
|
||||
|
||||
=== Fonts ===
|
||||
|
||||
Cardo Font
|
||||
Copyright (c) 2002-2011, David J. Perry (hospes02@scholarsfonts.net)
|
||||
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
|
||||
Source: http://scholarsfonts.net
|
||||
|
||||
Instrument Sans Font
|
||||
Copyright 2022 The Instrument Sans Project Authors.
|
||||
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
|
||||
Source: https://github.com/Instrument/instrument-sans
|
||||
|
||||
Inter Font
|
||||
Copyright 2020 The Inter Project Authors.
|
||||
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
|
||||
Source: https://github.com/rsms/inter
|
||||
|
||||
Jost Font
|
||||
Copyright 2020 The Jost Project Authors.
|
||||
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
|
||||
Source: https://github.com/indestructible-type/Jost
|
||||
|
||||
=== Images ===
|
||||
|
||||
License: CC0 https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
museum.webp - https://www.rawpixel.com/image/3297419/free-photo-image-interior-hallway-architecture
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57323';
|
||||
$wp_version = '6.5-alpha-57324';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue