about summary refs log tree commit homepage
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
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.
-rw-r--r--README2
-rw-r--r--lib/PublicInbox/WwwStream.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 32352754..150dbecc 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ See https://public-inbox.org/INSTALL
 Hacking
 -------
 
-Source code is available via git:
+AGPL source code is available via git:
 
         git clone https://public-inbox.org/ public-inbox
         git clone git://repo.or.cz/public-inbox
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>';
 }