]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/zfs-dkms.templates
Add dpkg-dev to Depends of zfs-dkms (Closes: #900714)
[mirror_zfs-debian.git] / debian / zfs-dkms.templates
index 0527c839f4bfcb4538b638027f2bde025b3823ca..b5f35a7600491a2f49734c1131502b11ec9791f2 100644 (file)
@@ -23,3 +23,18 @@ _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 such a way that 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.