From 138e01287a088557de04cdaeb7353f86f12ffe14 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Feb 07 2018 15:07:17 +0000 Subject: Clarify licensing of patches/ subdirectory Signed-off-by: Daniel P. Berrangé --- diff --git a/LICENSE b/LICENSE index fd1021d..0fbe0fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,9 @@ -DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -Version 2, December 2004 +Licensing +========= -Copyright (C) 2004 Sam Hocevar -14 rue de Plaisance, 75014 Paris, France -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. +The patch files under the patches/ directory are taken from the upstream +GIT repositories of the respective projects, so must be considered to be +under the license of their project. -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. +The remaining content in this repo (makefile, scripts, spec file templates, +etc) are under the WTFPL (see LICENSE.WTFPL) diff --git a/LICENSE.WTFPL b/LICENSE.WTFPL new file mode 100644 index 0000000..fd1021d --- /dev/null +++ b/LICENSE.WTFPL @@ -0,0 +1,13 @@ +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar +14 rue de Plaisance, 75014 Paris, France +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.