[Bug 218843] add WTFPL license to ports tree
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 25 22:12:11 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218843
--- Comment #4 from Dave Cottlehuber <dch at skunkwerks.at> ---
Comment on attachment 182065
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182065
v2 patch fixes _LICENSE_GROUPS and uses UNIX line endings on WTFPL2 file
>Index: Mk/bsd.licenses.db.mk
>===================================================================
>--- Mk/bsd.licenses.db.mk (revision 439342)
>+++ Mk/bsd.licenses.db.mk (working copy)
>@@ -41,7 +41,7 @@
>
> _LICENSE_LIST= BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \
> ISCL MIT MPL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \
>- RUBY ZLIB ZPL21
>+ RUBY WTFPL2 ZLIB ZPL21
>
> # GNU family
> _LICENSE_LIST+= AGPLv3 GPLv1 GPLv2 GPLv3 GPLv3RLE LGPL20 LGPL21 LGPL3
>@@ -385,6 +385,10 @@
> _LICENSE_NAME_RUBY= Ruby License
> _LICENSE_GROUPS_RUBY= FSF
>
>+_LICENSE_NAME_WTFPL2= Do What the Fuck You Want to Public License
>+_LICENSE_GROUPS_WTFPL2= COPYFREE
>+_LICENSE_PERMS_WTFPL2= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
>+
> _LICENSE_NAME_NONE= No license specified
> _LICENSE_GROUPS_NONE= # empty
> _LICENSE_PERMS_NONE= none
>Index: Templates/Licenses/WTFPL2
>===================================================================
>--- Templates/Licenses/WTFPL2 (nonexistent)
>+++ Templates/Licenses/WTFPL2 (working copy)
>@@ -0,0 +1,14 @@
>+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
>+ Version 2, December 2004
>+
>+ Copyright (C) 2004 Sam Hocevar <sam at hocevar.net>
>+
>+ Everyone is permitted to copy and distribute verbatim or modified
>+ copies of this license document, and changing it is allowed as long
>+ as the name is changed.
>+
>+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
>+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
>+
>+ 0. You just DO WHAT THE FUCK YOU WANT TO.
>+
>
>Property changes on: Templates/Licenses/WTFPL2
>___________________________________________________________________
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list