]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwStream.pm
note the source code is AGPL for cloning
[public-inbox.git] / lib / PublicInbox / WwwStream.pm
index dfbcf4105a14ae74d97181183f547c01aef9318a..12f5fa571ec27d57eb8a11859ce944df8deb067f 100644 (file)
@@ -106,7 +106,7 @@ sub _html_end {
        '<hr><pre>'.join("\n\n",
                $desc,
                $urls,
-               'Code for this site: '.
+               'AGPL code for this site: '.
                qq(git clone <a\nhref="$url">$url</a> $PROJECT)
        ).'</pre></body></html>';
 }