From 4c29dba5e8524060c0c6da5f9f0235280b1c3d1d Mon Sep 17 00:00:00 2001 From: victorbarbu Date: Sat, 23 Jan 2016 11:42:22 +0200 Subject: [PATCH] Add license information Bug: T123943 Change-Id: Ib8de2c84e7e962efce656530021a44617a9dcb8a --- Scribunto.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Scribunto.php b/Scribunto.php index 49961cf7..78342535 100644 --- a/Scribunto.php +++ b/Scribunto.php @@ -29,6 +29,7 @@ $wgExtensionCredits['parserhook']['Scribunto'] = array( 'author' => array( 'Victor Vasiliev', 'Tim Starling', 'Brad Jorsch' ), 'descriptionmsg' => 'scribunto-desc', 'url' => 'https://www.mediawiki.org/wiki/Extension:Scribunto', + 'license-name' => 'GPL-2.0+', ); define( 'CONTENT_MODEL_SCRIBUNTO', 'Scribunto' );