]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/zfs-dkms.templates
Fix install path of zpool.d scripts
[mirror_zfs-debian.git] / debian / zfs-dkms.templates
index 0527c839f4bfcb4538b638027f2bde025b3823ca..475fb66a4a80aa43559cb13466ceba158ad32423 100644 (file)
@@ -23,3 +23,17 @@ _Description: Abort building ZFS on an unknown kernel?
  are strongly advised to use a 64-bit kernel; if you do decide to
  proceed with using ZFS on this kernel then keep in mind that it is at
  your own risk.
+
+Template: zfs-dkms/note-incompatible-licenses
+Type: note
+_Description: Licenses of ZFS and Linux are incompatible
+ ZFS is licensed under the Common Development and Distribution License (CDDL),
+ and the Linux kernel is licensed under the GNU General Public License Version 2
+ (GPL-2). While both are free open source licenses they are restrictive
+ licenses. The combination of them causes problems because it prevents using
+ pieces of code exclusively available under one license with pieces of code
+ exclusively available under the other in the same binary. 
+ .
+ You are going to build ZFS using DKMS in which way they are not going to be built
+ into one monolithic binary. Please be aware that distributing both of the binaries
+ in the same media (disk images, virtual appliances, etc) may lead to infringing.