svn commit: r50249 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold mat at FreeBSD.org
Wed May 10 12:51:47 UTC 2017


Author: mat
Date: Wed May 10 12:51:46 2017
New Revision: 50249
URL: https://svnweb.freebsd.org/changeset/doc/50249

Log:
  Keep up-to-date.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Wed May 10 12:51:43 2017	(r50248)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Wed May 10 12:51:46 2017	(r50249)
@@ -4277,6 +4277,24 @@ LICENSE_FILE=	${WRKSRC}/COPYING</program
 	      <entry>(default)</entry>
 	    </row>
 
+	    <row xml:id="licenses-license-WTFPL">
+	      <entry><literal>WTFPL</literal></entry>
+	      <entry>Do What the Fuck You Want To Public License
+		version 2</entry>
+	      <entry><literal>GPL</literal> <literal>FSF</literal>
+		<literal>COPYFREE</literal></entry>
+	      <entry>(default)</entry>
+	    </row>
+
+	    <row xml:id="licenses-license-WTFPL1">
+	      <entry><literal>WTFPL1</literal></entry>
+	      <entry>Do What the Fuck You Want To Public License
+		version 1</entry>
+	      <entry><literal>GPL</literal> <literal>FSF</literal>
+		<literal>COPYFREE</literal></entry>
+	      <entry>(default)</entry>
+	    </row>
+
 	    <row xml:id="licenses-license-ZLIB">
 	      <entry><literal>ZLIB</literal></entry>
 	      <entry>zlib License</entry>


More information about the svn-doc-all mailing list