From e7719c215c33ae13921e6869415cc3beea2082be Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 31 Dec 2015 01:01:23 +0000 Subject: [PATCH] =?utf8?q?Fix=20corrupt=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I2a875cf770e19834fdd22d57691ed945e524d7d7 --- includes/export/Dump7ZipOutput.php | 2 +- includes/export/DumpBZip2Output.php | 2 +- includes/export/DumpFileOutput.php | 2 +- includes/export/DumpFilter.php | 2 +- includes/export/DumpGZipOutput.php | 2 +- includes/export/DumpLatestFilter.php | 2 +- includes/export/DumpMultiWriter.php | 2 +- includes/export/DumpNamespaceFilter.php | 2 +- includes/export/DumpNotalkFilter.php | 2 +- includes/export/DumpOutput.php | 2 +- includes/export/DumpPipeOutput.php | 2 +- includes/export/WikiExporter.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/includes/export/Dump7ZipOutput.php b/includes/export/Dump7ZipOutput.php index ec7a6b2d68..c299166ab9 100644 --- a/includes/export/Dump7ZipOutput.php +++ b/includes/export/Dump7ZipOutput.php @@ -2,7 +2,7 @@ /** * Sends dump output via the p7zip compressor. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpBZip2Output.php b/includes/export/DumpBZip2Output.php index 8767b92b3c..bbc1c11fcd 100644 --- a/includes/export/DumpBZip2Output.php +++ b/includes/export/DumpBZip2Output.php @@ -2,7 +2,7 @@ /** * Sends dump output via the bgzip2 compressor. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpFileOutput.php b/includes/export/DumpFileOutput.php index de1c0a5880..4bec7d4532 100644 --- a/includes/export/DumpFileOutput.php +++ b/includes/export/DumpFileOutput.php @@ -2,7 +2,7 @@ /** * Stream outputter to send data to a file. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpFilter.php b/includes/export/DumpFilter.php index 224262d48d..5c27658af5 100644 --- a/includes/export/DumpFilter.php +++ b/includes/export/DumpFilter.php @@ -4,7 +4,7 @@ * This just does output filtering and streaming; XML formatting is done * higher up, so be careful in what you do. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpGZipOutput.php b/includes/export/DumpGZipOutput.php index 3f0333e8bc..d9e74a79e2 100644 --- a/includes/export/DumpGZipOutput.php +++ b/includes/export/DumpGZipOutput.php @@ -2,7 +2,7 @@ /** * Sends dump output via the gzip compressor. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpLatestFilter.php b/includes/export/DumpLatestFilter.php index d21dfa97a3..d3742b7382 100644 --- a/includes/export/DumpLatestFilter.php +++ b/includes/export/DumpLatestFilter.php @@ -2,7 +2,7 @@ /** * Dump output filter to include only the last revision in each page sequence. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpMultiWriter.php b/includes/export/DumpMultiWriter.php index 2f5a78251f..6fe11a3206 100644 --- a/includes/export/DumpMultiWriter.php +++ b/includes/export/DumpMultiWriter.php @@ -2,7 +2,7 @@ /** * Base class for output stream; prints to stdout or buffer or wherever. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpNamespaceFilter.php b/includes/export/DumpNamespaceFilter.php index c7d1b2e325..e8d4428009 100644 --- a/includes/export/DumpNamespaceFilter.php +++ b/includes/export/DumpNamespaceFilter.php @@ -2,7 +2,7 @@ /** * Dump output filter to include or exclude pages in a given set of namespaces. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpNotalkFilter.php b/includes/export/DumpNotalkFilter.php index 9974d675fa..d99b1b1da7 100644 --- a/includes/export/DumpNotalkFilter.php +++ b/includes/export/DumpNotalkFilter.php @@ -2,7 +2,7 @@ /** * Simple dump output filter to exclude all talk pages. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpOutput.php b/includes/export/DumpOutput.php index bdcaf35c24..edd73fcfc3 100644 --- a/includes/export/DumpOutput.php +++ b/includes/export/DumpOutput.php @@ -2,7 +2,7 @@ /** * Base class for output stream; prints to stdout or buffer or wherever. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/DumpPipeOutput.php b/includes/export/DumpPipeOutput.php index b4ad672413..61177abe25 100644 --- a/includes/export/DumpPipeOutput.php +++ b/includes/export/DumpPipeOutput.php @@ -4,7 +4,7 @@ * Even if compression is available in a library, using a separate * program can allow us to make use of a multi-processor system. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/export/WikiExporter.php b/includes/export/WikiExporter.php index a24418cb38..ab2632dae5 100644 --- a/includes/export/WikiExporter.php +++ b/includes/export/WikiExporter.php @@ -2,7 +2,7 @@ /** * Base class for exporting * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify -- 2.20.1