From 492e68fa7c40c5b58cab2a9407091694713304bf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Nov 2019 18:06:04 +0000 Subject: [PATCH] Bundled Themes: Update copyright year in `readme.txt`. Add a unit test to ensure the year stays up to date. Props dkarfa, SergeyBiryukov. Merges [46719] and [46720] to the 5.3 branch. Fixes #48566. Built from https://develop.svn.wordpress.org/branches/5.3@46721 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46521 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/readme.txt | 2 +- wp-content/themes/twentyfifteen/readme.txt | 2 +- wp-content/themes/twentyfourteen/readme.txt | 2 +- wp-content/themes/twentynineteen/readme.txt | 4 +- .../themes/twentynineteen/style-rtl.css | 2 +- wp-content/themes/twentynineteen/style.css | 2 +- wp-content/themes/twentynineteen/style.scss | 2 +- .../{README.txt => readme.txt} | 250 +++++++++--------- wp-content/themes/twentysixteen/readme.txt | 2 +- wp-content/themes/twentyten/readme.txt | 2 +- wp-content/themes/twentythirteen/readme.txt | 2 +- wp-content/themes/twentytwelve/readme.txt | 2 +- wp-content/themes/twentytwenty/readme.txt | 4 +- wp-includes/version.php | 2 +- 14 files changed, 140 insertions(+), 140 deletions(-) rename wp-content/themes/twentyseventeen/{README.txt => readme.txt} (95%) diff --git a/wp-content/themes/twentyeleven/readme.txt b/wp-content/themes/twentyeleven/readme.txt index 924c74598f..e126d08f6f 100644 --- a/wp-content/themes/twentyeleven/readme.txt +++ b/wp-content/themes/twentyeleven/readme.txt @@ -22,7 +22,7 @@ For more information about Twenty Eleven please go to https://codex.wordpress.or == Copyright == -Twenty Eleven WordPress Theme, Copyright 2011-2018 WordPress.org & Automattic.com +Twenty Eleven WordPress Theme, Copyright 2011-2019 WordPress.org & Automattic.com Twenty Eleven is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt index cb3d3555db..0e6a8af980 100644 --- a/wp-content/themes/twentyfifteen/readme.txt +++ b/wp-content/themes/twentyfifteen/readme.txt @@ -30,7 +30,7 @@ For more information about Twenty Fifteen please go to https://wordpress.org/sup == Copyright == -Twenty Fifteen WordPress Theme, Copyright 2014-2018 WordPress.org & Automattic.com +Twenty Fifteen WordPress Theme, Copyright 2014-2019 WordPress.org & Automattic.com Twenty Fifteen is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentyfourteen/readme.txt b/wp-content/themes/twentyfourteen/readme.txt index 3bbf5a34be..6a532e425a 100644 --- a/wp-content/themes/twentyfourteen/readme.txt +++ b/wp-content/themes/twentyfourteen/readme.txt @@ -22,7 +22,7 @@ For more information about Twenty Fourteen please go to https://codex.wordpress. == Copyright == -Twenty Fourteen WordPress Theme, Copyright 2013-2018 WordPress.org & Automattic.com +Twenty Fourteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com Twenty Fourteen is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentynineteen/readme.txt b/wp-content/themes/twentynineteen/readme.txt index 7436213081..08437d20dc 100644 --- a/wp-content/themes/twentynineteen/readme.txt +++ b/wp-content/themes/twentynineteen/readme.txt @@ -24,7 +24,7 @@ For more information about Twenty Nineteen please go to https://wordpress.org/su == Copyright == -Twenty Nineteen WordPress Theme, Copyright 2018 WordPress.org +Twenty Nineteen WordPress Theme, Copyright 2018-2019 WordPress.org Twenty Nineteen is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify @@ -66,4 +66,4 @@ Initial release == Resources == * normalize.css, © 2012-2018 Nicolas Gallagher and Jonathan Neal, MIT -* Underscores, © 2012-2018 Automattic, Inc., GNU GPL v2 or later +* Underscores, © 2012-2019 Automattic, Inc., GNU GPL v2 or later diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css index 2e1f701bbc..84f857a608 100644 --- a/wp-content/themes/twentynineteen/style-rtl.css +++ b/wp-content/themes/twentynineteen/style-rtl.css @@ -16,7 +16,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. -Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc. +Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css index 075f41819e..c7122e0160 100644 --- a/wp-content/themes/twentynineteen/style.css +++ b/wp-content/themes/twentynineteen/style.css @@ -15,7 +15,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. -Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc. +Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of diff --git a/wp-content/themes/twentynineteen/style.scss b/wp-content/themes/twentynineteen/style.scss index 666c8dab3c..7807837289 100644 --- a/wp-content/themes/twentynineteen/style.scss +++ b/wp-content/themes/twentynineteen/style.scss @@ -14,7 +14,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. -Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc. +Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of diff --git a/wp-content/themes/twentyseventeen/README.txt b/wp-content/themes/twentyseventeen/readme.txt similarity index 95% rename from wp-content/themes/twentyseventeen/README.txt rename to wp-content/themes/twentyseventeen/readme.txt index 5a67d3a7c2..f213d9b628 100644 --- a/wp-content/themes/twentyseventeen/README.txt +++ b/wp-content/themes/twentyseventeen/readme.txt @@ -1,125 +1,125 @@ -=== Twenty Seventeen === -Contributors: wordpressdotorg -Tested up to: 5.0 -Version: 2.2 -License: GPLv2 or later -License URI: http://www.gnu.org/licenses/gpl-2.0.html -Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready - -== Description == - -Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device. - -For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/. - -== Installation == - -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. -2. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard. -3. Click on the 'Activate' button to use your new theme right away. -4. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme. -5. Navigate to Appearance > Customize in your admin panel and customize to taste. - -== Copyright == - -Twenty Seventeen WordPress Theme, Copyright 2016 WordPress.org -Twenty Seventeen is distributed under the terms of the GNU GPL - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -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. - -Twenty Seventeen bundles the following third-party resources: - -HTML5 Shiv, Copyright 2014 Alexander Farkas -Licenses: MIT/GPL2 -Source: https://github.com/aFarkas/html5shiv - -jQuery scrollTo, Copyright 2007-2015 Ariel Flesler -License: MIT -Source: https://github.com/flesler/jquery.scrollTo - -normalize.css, Copyright 2012-2016 Nicolas Gallagher and Jonathan Neal -License: MIT -Source: https://necolas.github.io/normalize.css/ - -Font Awesome icons, Copyright Dave Gandy -License: SIL Open Font License, version 1.1. -Source: http://fontawesome.io/ - -Bundled header image, Copyright Alvin Engler -License: CC0 1.0 Universal (CC0 1.0) -Source: https://unsplash.com/@englr?photo=bIhpiQA009k - -== Changelog == - -= 2.2 = -* Released: May 7, 2019 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.2 - -= 2.1 = -* Released: February 21, 2019 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.1 - -= 2.0 = -* Released: January 9, 2019 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.0 - -= 1.9 = -* Released: December 19, 2018 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.9 - -= 1.8 = -* Released: December 6, 2018 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.8 - -= 1.7 = -* Released: August 2, 2018 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.7 - -= 1.6 = -* Released: May 17, 2018 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.6 - -= 1.5 = -* Released: April 4, 2018 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.5 - -= 1.4 = -* Released: November 14, 2017 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.4 - -= 1.3 = -* Released: June 8, 2017 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.3 - -= 1.2 = -* Released: April 18, 2017 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.2 - -= 1.1 = -* Released: January 6, 2017 - -https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.1 - -= 1.0 = -* Released: December 6, 2016 - -Initial release +=== Twenty Seventeen === +Contributors: wordpressdotorg +Tested up to: 5.0 +Version: 2.2 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready + +== Description == + +Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device. + +For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/. + +== Installation == + +1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +2. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard. +3. Click on the 'Activate' button to use your new theme right away. +4. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme. +5. Navigate to Appearance > Customize in your admin panel and customize to taste. + +== Copyright == + +Twenty Seventeen WordPress Theme, Copyright 2016-2019 WordPress.org +Twenty Seventeen is distributed under the terms of the GNU GPL + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +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. + +Twenty Seventeen bundles the following third-party resources: + +HTML5 Shiv, Copyright 2014 Alexander Farkas +Licenses: MIT/GPL2 +Source: https://github.com/aFarkas/html5shiv + +jQuery scrollTo, Copyright 2007-2015 Ariel Flesler +License: MIT +Source: https://github.com/flesler/jquery.scrollTo + +normalize.css, Copyright 2012-2016 Nicolas Gallagher and Jonathan Neal +License: MIT +Source: https://necolas.github.io/normalize.css/ + +Font Awesome icons, Copyright Dave Gandy +License: SIL Open Font License, version 1.1. +Source: http://fontawesome.io/ + +Bundled header image, Copyright Alvin Engler +License: CC0 1.0 Universal (CC0 1.0) +Source: https://unsplash.com/@englr?photo=bIhpiQA009k + +== Changelog == + += 2.2 = +* Released: May 7, 2019 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.2 + += 2.1 = +* Released: February 21, 2019 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.1 + += 2.0 = +* Released: January 9, 2019 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_2.0 + += 1.9 = +* Released: December 19, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.9 + += 1.8 = +* Released: December 6, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.8 + += 1.7 = +* Released: August 2, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.7 + += 1.6 = +* Released: May 17, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.6 + += 1.5 = +* Released: April 4, 2018 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.5 + += 1.4 = +* Released: November 14, 2017 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.4 + += 1.3 = +* Released: June 8, 2017 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.3 + += 1.2 = +* Released: April 18, 2017 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.2 + += 1.1 = +* Released: January 6, 2017 + +https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.1 + += 1.0 = +* Released: December 6, 2016 + +Initial release diff --git a/wp-content/themes/twentysixteen/readme.txt b/wp-content/themes/twentysixteen/readme.txt index 6ac5b6f674..e562dae7d2 100644 --- a/wp-content/themes/twentysixteen/readme.txt +++ b/wp-content/themes/twentysixteen/readme.txt @@ -28,7 +28,7 @@ For more information about Twenty Sixteen please go to https://wordpress.org/sup == Copyright == -Twenty Sixteen WordPress Theme, Copyright 2014-2018 WordPress.org +Twenty Sixteen WordPress Theme, Copyright 2014-2019 WordPress.org Twenty Sixteen is distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentyten/readme.txt b/wp-content/themes/twentyten/readme.txt index ed6e25680b..de843ad754 100644 --- a/wp-content/themes/twentyten/readme.txt +++ b/wp-content/themes/twentyten/readme.txt @@ -21,7 +21,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress == Copyright == -Twenty Ten WordPress Theme, Copyright 2010-2018 WordPress.org & Automattic.com +Twenty Ten WordPress Theme, Copyright 2010-2019 WordPress.org & Automattic.com Twenty Ten is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentythirteen/readme.txt b/wp-content/themes/twentythirteen/readme.txt index 492b5a1c24..a0d50ce35c 100644 --- a/wp-content/themes/twentythirteen/readme.txt +++ b/wp-content/themes/twentythirteen/readme.txt @@ -21,7 +21,7 @@ For more information about Twenty Thirteen please go to https://codex.wordpress. == Copyright == -Twenty Thirteen WordPress Theme, Copyright 2013-2018 WordPress.org & Automattic.com +Twenty Thirteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com Twenty Thirteen is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt index 8e088dbf27..e157f78223 100644 --- a/wp-content/themes/twentytwelve/readme.txt +++ b/wp-content/themes/twentytwelve/readme.txt @@ -21,7 +21,7 @@ For more information about Twenty Twelve please go to https://codex.wordpress.or == Copyright == -Twenty Twelve WordPress Theme, Copyright 2012-2018 WordPress.org & Automattic.com +Twenty Twelve WordPress Theme, Copyright 2012-2019 WordPress.org & Automattic.com Twenty Twelve is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index 482e41fa84..8bc1823f06 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -68,7 +68,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html Source: WordPress Social Link Block (See wp-includes\blocks\social-link.php) Code from Twenty Nineteen -Copyright (c) 2018 WordPress.org +Copyright (c) 2018-2019 WordPress.org License: GPLv2 Source: https://wordpress.org/themes/twentynineteen/ Included as part of the following classes and functions: @@ -78,7 +78,7 @@ Included as part of the following classes and functions: - twentytwenty_nav_menu_social_icons() Code from Twenty Seventeen -Copyright (c) 2016 WordPress.org +Copyright (c) 2016-2019 WordPress.org License: GPLv2 Source: https://wordpress.org/themes/twentyseventeen/ Included as part of the following classes and functions: diff --git a/wp-includes/version.php b/wp-includes/version.php index f8730b0af9..6a69d749b2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC5-46718'; +$wp_version = '5.3-RC5-46721'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.