diff options
Diffstat (limited to 'maintenance/parse.php')
-rw-r--r-- | maintenance/parse.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/parse.php b/maintenance/parse.php index b87a716f622d..cf2fe541f22f 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -46,7 +46,7 @@ * @file * @ingroup Maintenance * @author Antoine Musso <hashar at free dot fr> - * @license GNU General Public License 2.0 or later + * @license GPL-2.0-or-later */ require_once __DIR__ . '/Maintenance.php'; |