diff options
Diffstat (limited to 'includes/libs/IEContentAnalyzer.php')
-rw-r--r-- | includes/libs/IEContentAnalyzer.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/libs/IEContentAnalyzer.php b/includes/libs/IEContentAnalyzer.php index 01e72e6875b4..cfc7f536ecf0 100644 --- a/includes/libs/IEContentAnalyzer.php +++ b/includes/libs/IEContentAnalyzer.php @@ -1,4 +1,10 @@ <?php +/** + * Simulation of Microsoft Internet Explorer's MIME type detection algorithm. + * + * @file + * @todo Define the exact license of this file. + */ /** * This class simulates Microsoft Internet Explorer's terribly broken and |