From: Alexandre Emsenhuber Date: Fri, 11 May 2012 08:34:29 +0000 (+0200) Subject: Added missing GPLv2 headers in some places. X-Git-Tag: 1.31.0-rc.0~23644^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=d1f8640a3b95243ce0d28564b07ed5da336de542;p=lhc%2Fweb%2Fwiklou.git Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: Ia45d0756cd84138da267bf1cbd1a58be7f28c6d1 --- diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php index 747140a99f..46a43f6338 100644 --- a/includes/OutputHandler.php +++ b/includes/OutputHandler.php @@ -1,6 +1,21 @@ 0 && $only !== ResourceLoaderModule::TYPE_STYLES ) { // If we're only getting the styles, we don't need to do anything for empty modules. - $links .= Html::inlineScript( - ResourceLoader::makeLoaderConditionalScript( - ResourceLoader::makeLoaderStateScript( $emptyModules ) - ) + $links .= Html::inlineScript( + + ResourceLoader::makeLoaderConditionalScript( + + ResourceLoader::makeLoaderStateScript( $emptyModules ) + + ) + ) . "\n"; } diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 5c79e8b0e4..dad71f82f5 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -1,4 +1,25 @@