Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 22:12:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218843] add WTFPL license to ports tree
Message-ID:  <bug-218843-13-ttXPlNOFZd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218843-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218843-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218843

--- Comment #4 from Dave Cottlehuber <dch@skunkwerks.at> ---
Comment on attachment 182065
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182065
v2 patch fixes _LICENSE_GROUPS and uses UNIX line endings on WTFPL2 file

>Index: Mk/bsd.licenses.db.mk
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- Mk/bsd.licenses.db.mk	(revision 439342)
>+++ Mk/bsd.licenses.db.mk	(working copy)
>@@ -41,7 +41,7 @@
>=20
> _LICENSE_LIST=3D 	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
>=20
> # GNU family
> _LICENSE_LIST+=3D AGPLv3 GPLv1 GPLv2 GPLv3 GPLv3RLE LGPL20 LGPL21 LGPL3
>@@ -385,6 +385,10 @@
> _LICENSE_NAME_RUBY=3D	Ruby License
> _LICENSE_GROUPS_RUBY=3D	FSF
>=20
>+_LICENSE_NAME_WTFPL2=3D	Do What the Fuck You Want to Public License
>+_LICENSE_GROUPS_WTFPL2=3D	COPYFREE
>+_LICENSE_PERMS_WTFPL2=3D	dist-mirror dist-sell pkg-mirror pkg-sell auto-a=
ccept
>+
> _LICENSE_NAME_NONE=3D	No license specified
> _LICENSE_GROUPS_NONE=3D	# empty
> _LICENSE_PERMS_NONE=3D	none
>Index: Templates/Licenses/WTFPL2
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- 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@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218843-13-ttXPlNOFZd>