From 8f66e7884bbe33b81bb80159b2061519a2a72686 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 5 Oct 2023 22:46:18 +0000 Subject: [PATCH] Twenty Twenty-Three: Add missing font licenses in `readme.txt` file. Props benimub. Fixes #59483. Built from https://develop.svn.wordpress.org/trunk@56791 git-svn-id: http://core.svn.wordpress.org/trunk@56303 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentythree/readme.txt | 25 +++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwentythree/readme.txt b/wp-content/themes/twentytwentythree/readme.txt index f4e00bfee7..ae5d6c2a97 100644 --- a/wp-content/themes/twentytwentythree/readme.txt +++ b/wp-content/themes/twentytwentythree/readme.txt @@ -44,3 +44,28 @@ This program is distributed in the hope that it will be useful, 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: + +DM Sans Font +Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com) +Copyright 2019 Google LLC +Copyright 2014-2018 Adobe (http://www.adobe.com/) +License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 +Source: https://github.com/googlefonts/dm-fonts + +IBM Plex Font +Copyright 2017 IBM Corp. +License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 +Source: https://github.com/IBM/plex + +Inter Font +Copyright (c) 2016-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 + +Source Serif Font +Copyright 2014-2021 Adobe (http://www.adobe.com/) +License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 +Source: https://github.com/adobe-fonts/source-serif diff --git a/wp-includes/version.php b/wp-includes/version.php index 80ac737f04..96c1e96a0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56790'; +$wp_version = '6.4-beta2-56791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.