From: Eric Wong Date: Tue, 29 Nov 2016 21:40:35 +0000 (+0000) Subject: note the source code is AGPL for cloning X-Git-Tag: v1.0.0~157 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=58d16a4870defada082e0d5c4b9d24347d37c7be;hp=c008654229a9a693840ed30fadf6930bcd633b71 note the source code is AGPL for cloning 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. --- 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 { '
'.join("\n\n",
 		$desc,
 		$urls,
-		'Code for this site: '.
+		'AGPL code for this site: '.
 		qq(git clone $url $PROJECT)
 	).'
'; }