wiki.techinc.nl/includes/content
Antoine Musso 42a8daaf5a (bug 26280) all files should have GPL header
MediaWiki is licensed under GPL so we should really add the header to
our PHP code unless reusing code licensed differently.

Tested using:
  ack-grep --php -L 'This program is free software' \
    includes/ maintenance/ mw-config/ resources/ skins/

Output the following files:
 includes/ExternalEdit.php (public domain)

Various other licenses:
 includes/json/Services_JSON.php
 includes/libs/CSSMin.php
 includes/libs/IEContentAnalyzer.php
 includes/libs/JavaScriptMinifier.php
 includes/libs/jsminplus.php
 includes/normal/Utf8Case.php
 includes/objectcache/MemcachedClient.php

File autogenerated from a GPL file and Unicode data:
 includes/ZhConversion.php

A few lines coming from stack overflow:
 maintenance/mwdoc-filter.php

Message files do not have any license :-/

Change-Id: I214a988edfa9e2dfcc762612a0f7d47eee8bcb74
2012-11-18 15:34:00 +01:00
..
AbstractContent.php Content::convert() for conv. betw. content models. 2012-11-06 17:39:10 +01:00
Content.php Content::convert() for conv. betw. content models. 2012-11-06 17:39:10 +01:00
ContentHandler.php (Bug 41658) Allow diffs across text based content. 2012-11-05 17:21:53 +01:00
CssContent.php Added docu headers to content(handler) files 2012-10-16 20:04:32 +02:00
CssContentHandler.php (bug 26280) all files should have GPL header 2012-11-18 15:34:00 +01:00
JavaScriptContent.php Added docu headers to content(handler) files 2012-10-16 20:04:32 +02:00
JavaScriptContentHandler.php (bug 26280) all files should have GPL header 2012-11-18 15:34:00 +01:00
MessageContent.php Added docu headers to content(handler) files 2012-10-16 20:04:32 +02:00
TextContent.php Content::convert() for conv. betw. content models. 2012-11-06 17:39:10 +01:00
TextContentHandler.php (bug 26280) all files should have GPL header 2012-11-18 15:34:00 +01:00
WikitextContent.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
WikitextContentHandler.php (bug 26280) all files should have GPL header 2012-11-18 15:34:00 +01:00