diff options
author | Richard Yao <[email protected]> | 2012-07-10 09:27:09 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-07-10 15:00:16 -0700 |
commit | ba9b5428fd1d7bab68138a1442cd918d0f90200c (patch) | |
tree | bd35845dfa4a354f359a74f8ea5dddf0e0596295 /etc | |
parent | a3873583c2128c6a41e640fe35f544f8c54848d8 (diff) |
Relicense zfs.gentoo.in from GPLv2 to 2-clause BSD
As the Gentoo sys-fs/zfs maintainer, I receive license compatibility
questions and at times, those questions can be harassing. I feel that
the presence of the GPL in Gentoo's package metadata promotes such
questions. zfs.gentoo.in is the only GPLv2 licensed file in ZFS, so I
have taken the liberty of contacting all contributors to this file to
request permission to relicense it.
All of the contributors to this file have agreed to relicense it under
the 2-clause BSD license. I have added their Signed-offs to this commit,
in order of first contribution. Thank you everyone for being so
understanding.
Signed-off-by: devsk <[email protected]>
Signed-off-by: Alexey Shvetsov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrew Tselischev <[email protected]>
Signed-off-by: Zachary Bedell <[email protected]>
Signed-off-by: Gunnar Beutner <[email protected]>
Signed-off-by: Kyle Fuller <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Closes #819
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.d/zfs.gentoo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/zfs.gentoo.in b/etc/init.d/zfs.gentoo.in index 957be99ae..df883cfa4 100644 --- a/etc/init.d/zfs.gentoo.in +++ b/etc/init.d/zfs.gentoo.in @@ -1,6 +1,6 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Released under the 2-clause BSD license. # $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/files/zfs,v 0.9 2011/04/30 10:13:43 devsk Exp $ depend() |