]> Sergey Matveev's repositories - public-inbox.git/commitdiff
note the source code is AGPL for cloning
authorEric Wong <e@80x24.org>
Tue, 29 Nov 2016 21:40:35 +0000 (21:40 +0000)
committerEric Wong <e@80x24.org>
Tue, 29 Nov 2016 22:56:13 +0000 (22:56 +0000)
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.

README
lib/PublicInbox/WwwStream.pm

diff --git a/README b/README
index 32352754a95d06d760ac5ba804c4d03a4975867b..150dbeccd2f07f1c123ba5c4fcab0b1090ccbf9b 100644 (file)
--- 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
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>';
 }