From 5e7262847fe1559136d401c2536fbfabb7b9f433 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sat, 5 Mar 2016 20:14:25 +0000 Subject: [PATCH] Clarify Copyright year Based on http://copyright.gov/title17/92chap4.html#401 and being more consistent with the rest of the document. See also https://make.wordpress.org/themes/2014/07/08/proper-copyrightlicense-attribution-for-themes/ Fixes #35278 Built from https://develop.svn.wordpress.org/trunk@36855 git-svn-id: http://core.svn.wordpress.org/trunk@36822 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- license.txt | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/license.txt b/license.txt index 85ee00db01..9166e62038 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ WordPress - Web publishing software -Copyright 2016 by the contributors +Copyright 2011-2016 by the contributors 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 diff --git a/wp-includes/version.php b/wp-includes/version.php index c6af263b8c..ae7079d1c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36854'; +$wp_version = '4.5-beta2-36855'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.