about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStream.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-11-29 21:40:35 +0000
committerEric Wong <e@80x24.org>2016-11-29 22:56:13 +0000
commit58d16a4870defada082e0d5c4b9d24347d37c7be (patch)
tree798e15760297efb624acf00d59dc5871557ee710 /lib/PublicInbox/WwwStream.pm
parentc008654229a9a693840ed30fadf6930bcd633b71 (diff)
downloadpublic-inbox-58d16a4870defada082e0d5c4b9d24347d37c7be.tar.gz
This should be adequate warning for folks who may be
uncomfortable or uncertain about even possessing AGPL
source code due to employer agreements and such.

Disclaimer: I remain completely in favor of AGPL and strong
copyleft, and am more than willing to risk my own future on it.
However, I refuse to even nudge people into downloading AGPL
source code if it presents any legal risk to them.
Diffstat (limited to 'lib/PublicInbox/WwwStream.pm')
-rw-r--r--lib/PublicInbox/WwwStream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index dfbcf410..12f5fa57 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -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>';
 }