summaryrefslogtreecommitdiff
path: root/mediawiki-matter
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-04 17:15:19 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-04 17:15:19 +0100
commit019be0e004d7d646709e3a0a01aafaa9ad48c384 (patch)
treeef2463b01c80a08e72ba134b2b80865563d40761 /mediawiki-matter
parent3eb8cb8867f083047c277527e83692cfaa479613 (diff)
Add separately authored copyright text (and drop upstream copyright section).
Diffstat (limited to 'mediawiki-matter')
-rwxr-xr-xmediawiki-matter1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediawiki-matter b/mediawiki-matter
index 584e5f4..04f5393 100755
--- a/mediawiki-matter
+++ b/mediawiki-matter
@@ -20,7 +20,6 @@ s|^((?:.*?\n)?)(= Foreword(?:(?!\n=).)*\n)(=.*)$|$1$3|s;
path('foreword.mw')->spew_utf8($2);
s|^((?:.*?\n)?)(= Copyright(?:(?!\n=).)*\n)(=.*)$|$1$3|s;
-path('copyright.mw')->spew_utf8($2);
s|^((?:.*?\n)?)(= Table of Contents(?:(?!\n=).)*\n)(=.*)$|$1$3|s;