Merge "Use SPDX 3.0 license identifier"

This commit is contained in:
jenkins-bot 2018-03-04 13:08:03 +00:00 committed by Gerrit Code Review
commit 780800c088
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://phabricator.wikimedia.org/diffusion/ERSL/RevisionSlider.git"
},
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"scripts": {
"test": "grunt test"
},

View file

@ -6,7 +6,7 @@ use MediaWiki\MediaWikiServices;
*
* @file
* @ingroup Extensions
* @license GPL-2.0+
* @license GPL-2.0-or-later
*/
class RevisionSliderHooks {