diff --git a/composer.json b/composer.json index bbaed11..3a1a50c 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,18 @@ "license": "GPL-2.0-or-later", "authors": [ { - "name": "Santhosh Thottingal", - "email": "santhosh.thottingal@gmail.com" + "name": "Amir E. Aharoni" }, { - "name": "Amir Aharoni" + "name": "Kartik Mistry" }, { "name": "Niklas Laxström", "email": "niklas.laxstrom@gmail.com" + }, + { + "name": "Santhosh Thottingal", + "email": "santhosh.thottingal@gmail.com" } ], "type": "library", diff --git a/package.json b/package.json index 0c3b6af..11b507e 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "contributors": [ "Amir Aharoni", - "Niklas Laxström", - "Santhosh Thottingal" + "Kartik Mistry", + "Niklas Laxström" ], "devDependencies": { "assert": "^2.0.0", diff --git a/src/util/ulsdata2json.php b/src/util/ulsdata2json.php index 9bfe2c7..9515504 100644 --- a/src/util/ulsdata2json.php +++ b/src/util/ulsdata2json.php @@ -2,9 +2,10 @@ /** * Script to create the language data in JSON format for ULS. * - * Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, + * Copyright (C) 2020 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris, * Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other - * contributors. See CREDITS for a list. + * contributors. See https://github.com/wikimedia/language-data/graphs/contributors + * for a list. * * @file * @ingroup Extensions