mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Add 'license-name' matching SPDX conventions"
This commit is contained in:
commit
d53857c7c3
1
Echo.php
1
Echo.php
|
@ -40,6 +40,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'url' => 'https://www.mediawiki.org/wiki/Extension:Echo',
|
||||
'author' => array( 'Andrew Garrett', 'Ryan Kaldari', 'Benny Situ', 'Luke Welling' ),
|
||||
'descriptionmsg' => 'echo-desc',
|
||||
'license-name' => 'MIT',
|
||||
);
|
||||
|
||||
$dir = dirname( __FILE__ ) . '/';
|
||||
|
|
Loading…
Reference in a new issue