Created page with "===MediaWiki:Copyright=== Changed from:<br> <code>Content is available under $1.</code><br> To:<br> <code>Except where otherwise noted content is available under $1.</code> =..."
===[[MediaWiki:Copyright]]===
Changed from:<br>
<code>Content is available under $1.</code><br>
To:<br>
<code>Except where otherwise noted content is available under $1.</code>
===Localsetting.php===
Lines added:
<syntaxhighlight lang="php">
$wgRightsPage = "http://creativecommons.org/licenses/by-nc-nd/2.0/uk/";
$wgRightsText = "Creative Commons Attribution 2.0 License";
</syntaxhighlight>