mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Merge "Use SPDX 3.0 license identifier"
This commit is contained in:
commit
780800c088
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -6,7 +6,7 @@ use MediaWiki\MediaWikiServices;
|
|||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
* @license GPL-2.0+
|
||||
* @license GPL-2.0-or-later
|
||||
*/
|
||||
class RevisionSliderHooks {
|
||||
|
||||
|
|
Loading…
Reference in a new issue