Jump to content

Source Code & License


draje

Recommended Posts

dcrdev

Well another day of being ignored -

 

Wrote a small script to check on the licensing situation for the libs they are packaging without providing the source code:

#!/bin/bash
embyLibs="/opt/emby-server/lib/"
printf "%-40s | %-50s | %-30s | %-40s\n" "Name" "Upstream URL" "License" "Emby Path"
echo "+-------------------------------------------------------------------------------------------------------------------------------------------------------+"

qryBase () {

    for file in $embyLibs*; do
      lib=$(basename "$file")
      repoquery --whatprovides "*/$lib" --qf "%-40{name} | %-50{url} | %-30{license} | $file"
    done;

}

qryBase | grep GPL

Output:

Name                     | License                   | Emby Path                                       | Upstream URL   
+-------------------------------------------------------------------------------------------------------------------------------+
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libdcerpc-binding.so.0.0.1 | http://www.samba.org/                         
elfutils-libelf-devel    | GPLv2+ or LGPLv3+         | /opt/emby-server/lib/libelf.so                  | http://elfutils.org/                 
elfutils-libelf-devel    | GPLv2+ or LGPLv3+         | /opt/emby-server/lib/libelf.so                  | http://elfutils.org/                 
elfutils-libelf          | GPLv2+ or LGPLv3+         | /opt/emby-server/lib/libelf.so.1                | http://elfutils.org/                 
elfutils-libelf          | GPLv2+ or LGPLv3+         | /opt/emby-server/lib/libelf.so.1                | http://elfutils.org/                 
gmp-devel                | LGPLv3+ or GPLv2+         | /opt/emby-server/lib/libgmp.so                  | http://gmplib.org/                 
gmp-devel                | LGPLv3+ or GPLv2+         | /opt/emby-server/lib/libgmp.so                  | http://gmplib.org/                 
gmp                      | LGPLv3+ or GPLv2+         | /opt/emby-server/lib/libgmp.so.10               | http://gmplib.org/                 
gmp                      | LGPLv3+ or GPLv2+         | /opt/emby-server/lib/libgmp.so.10               | http://gmplib.org/                 
gnutls-devel             | GPLv3+ and LGPLv2+        | /opt/emby-server/lib/libgnutls.so               | http://www.gnutls.org/                 
gnutls-devel             | GPLv3+ and LGPLv2+        | /opt/emby-server/lib/libgnutls.so               | http://www.gnutls.org/                 
nettle-devel             | LGPLv2+                   | /opt/emby-server/lib/libhogweed.so              | http://www.lysator.liu.se/~nisse/nettle/                 
nettle-devel             | LGPLv2+                   | /opt/emby-server/lib/libhogweed.so              | http://www.lysator.liu.se/~nisse/nettle/                 
lame-devel               | GPLv2+                    | /opt/emby-server/lib/libmp3lame.so              | http://lame.sourceforge.net/                 
lame-libs                | GPLv2+                    | /opt/emby-server/lib/libmp3lame.so.0            | http://lame.sourceforge.net/                 
lame-libs                | GPLv2+                    | /opt/emby-server/lib/libmp3lame.so.0.0.0        | http://lame.sourceforge.net/                  
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-krb5pac.so.0.0.1    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-nbt.so.0.0.1        | http://www.samba.org/                  
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so                  | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr.so.0                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libndr-standard.so.0.0.1   | http://www.samba.org/                       
nettle-devel             | LGPLv2+                   | /opt/emby-server/lib/libnettle.so               | http://www.lysator.liu.se/~nisse/nettle/                 
nettle-devel             | LGPLv2+                   | /opt/emby-server/lib/libnettle.so               | http://www.lysator.liu.se/~nisse/nettle/                 
qmmp                     | GPLv2+                    | /opt/emby-server/lib/libopus.so                 | http://qmmp.ylsoftware.com/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0  | http://www.samba.org/                        
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-credentials.so.0.0| http://www.samba.org/.1                          
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-errors.so.1       | http://www.samba.org/                   
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0   | http://www.samba.org/                       
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-hostconfig.so.0.0.| http://www.samba.org/1                          
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so           | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0         | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamba-util.so.0.0.1     | http://www.samba.org/                     
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so                | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsamdb.so.0.0.1          | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient-devel       | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so            | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0          | http://www.samba.org/                 
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
libsmbclient             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbclient.so.0.2.3      | http://www.samba.org/                    
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so              | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libsmbconf.so.0            | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-devel              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so          | http://www.samba.org/                 
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0        | http://www.samba.org/                  
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
samba-client-libs        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libtevent-util.so.0.0.1    | http://www.samba.org/                      
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-bp.so              | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-cds.so             | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-common.so          | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-mb.so              | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-qsbr.so            | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu-signal.so          | http://lttng.org/urcu/                 
userspace-rcu-devel      | LGPLv2+                   | /opt/emby-server/lib/liburcu.so                 | http://lttng.org/urcu/                 
xmms-libs                | GPLv2+                    | /opt/emby-server/lib/libvorbis.so               | http://legacy.xmms2.org/                 
qmmp                     | GPLv2+                    | /opt/emby-server/lib/libvorbis.so               | http://qmmp.ylsoftware.com/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
libwbclient-devel        | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | http://www.samba.org/                 
sssd-libwbclient-devel   | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so             | https://pagure.io/SSSD/sssd/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
sssd-libwbclient         | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | https://pagure.io/SSSD/sssd/                 
sssd-libwbclient         | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | https://pagure.io/SSSD/sssd/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
sssd-libwbclient         | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | https://pagure.io/SSSD/sssd/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
sssd-libwbclient         | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | https://pagure.io/SSSD/sssd/                 
libwbclient              | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/libwbclient.so.0           | http://www.samba.org/                 
darktable                | GPLv3+                    | /opt/emby-server/lib/libwebp.so                 | http://www.darktable.org/                 
samba-common             | GPLv3+ and LGPLv3+        | /opt/emby-server/lib/samba                      | http://www.samba.org/
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Yes, but it will come later this week as things have been a little slow moving due to the holidays. Thanks.

  • Like 1
Link to comment
Share on other sites

Protektor

Can I ask why when I went to install the Christmas server release on Linux, the deb file came up and said the license was proprietary? I thought the server was GPL v2. Does this mean that the server license is in the process of changing and going proprietary away from GPL v2 license? This is not a good sign.

Edited by Protektor
Link to comment
Share on other sites

No, the source code isn't changing. We will address that when we respond to dcrdev's questions. thanks.

Link to comment
Share on other sites

dcrdev

Can I ask why when I went to install the Christmas server release on Linux, the deb file came up and said the license was proprietary? I thought the server was GPL v2. Does this mean that the server license is in the process of changing and going proprietary away from GPL v2 license? This is not a good sign because this has to be explicitly set when creating the deb file.

 

I'm guessing you installed it via Gnome Software Center or something similar? The default license for those packagekit based managers is to state the license is propriety, since Emby doesn't provide any appstream xml metadata - that's the case here.

Link to comment
Share on other sites

chiefnerd

Dear me, this lot really getting rather comical. Pay for premium, their servers don't recognise the number of licenses, GPL license but they want to covet all code...all I have ever said is provide transparency in what you do- very simple, tell people what you have planned but Emby refuse to do this and seeing dcrdev's repeated requests for a tiny bit of clarity to be shrugged off by Luke's standard rude replies is just even more insulting.

 

As I see it:

 

1) You have offered no transparency and are simply making up your own terms as you go along.

2) You have taken a GPL license but are now doing your very best to covet any and all code to generate revenue- this makes Emby and the team look so bad it's not even funny.

3) People like myself who did pay have never been given any answers to why their licensing is so wishy washy. With 100 licenses attached to the server we still got constant emby premiere nags but there was only maybe 20 'premiere' (this is from what I have gleaned because time after time they refuse to list what is and was wasn't a premiere device and opt to be as ambiguous as possible) devices connecting to the servers- no reply from them bar the excuse of their licensing servers weren't setup for multiple licenses- why are you taking money if this is the case? Again- all cause by ambiguity, vague responses and total lack of transparency.

 

I see Emby quite rapidly heading toward the plughole which is a shame. I've tried to support the project monetarily as well as by providing recommendations but I fear things are coming to an end for my use of Emby. To think I first used this in the very, very early days as Media Browser, all the work from there until now and I feel very, very annoyed by the team's total lack of regard for any of their users in this matter. Luke's 'I'll get to you when I can bothered' attitude has always stank. His incessant calls for post your logs, post your logs when he knows full well the forums are compromised and have many users sniffing logs but instead of warning users about this- he asks for more logs without any secure mechanism in position (this is damn right attrocious).

 

Like dcrdev, I'm waiting around to hear Luke's 'clarification' that he's been waiting over a month for- it should make for interesting reading indeed.

Link to comment
Share on other sites

...time after time they refuse to list what is and was wasn't a premiere device and opt to be as ambiguous as possible) ...

 

Available from the website and Wiki for a while now: Feature Matrix

Link to comment
Share on other sites

chiefnerd

Not for that long a 'while' in any, way shape or form. IF it had been then every time I'd asked I would have been steered to it by you or someone else...like I said before, making it up as you go along

Link to comment
Share on other sites

@@chiefnerd, I apologize but that's not really our intention. Sometimes we launch something, and then we realize something we missed or something we could have done better, and community feedback leads us in that direction. Yes the matrix should have been up much earlier, but we did respond to feedback and got it up on the website.

Link to comment
Share on other sites

chiefnerd

That's 1 thing which post problem you remedied (when monetising you firm up all paths not decide after you've start charging). I believe you might want to pop a little answer down to dcrdev's question because there isn't just 1 person waiting to hear an answer, I believe there's rather alot.

  • Like 1
Link to comment
Share on other sites

dcrdev

That's 1 thing which post problem you remedied (when monetising you firm up all paths not decide after you've start charging). I believe you might want to pop a little answer down to dcrdev's question because there isn't just 1 person waiting to hear an answer, I believe there's rather alot.

 

He did provide an 'answer' (note the inverted commas) .

 

https://github.com/MediaBrowser/Emby/issues/3075#issuecomment-357336893

 

He said that the only thing they are obliged to provide is the license for ffmpeg, to which they plan on including a license document in a "license" directory in all packages going forward.

  • ffmpeg isn't the only binary being packaged that's formed from GPL code.
  • They are still obliged to provide the source code with the license or on request; this applies to anything that they are distributing that is licensed under the terms of the GPL - that includes but is not limited to Emby itself.
  • Specifically the GPL states:
The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

 

Source: https://www.gnu.org/licenses/gpl-2.0.html#SEC3

 

He's said that he'd be happy to address any specific concerns, yet will not answer that specific point. Which has been asked here:

https://github.com/MediaBrowser/Emby/issues/3075#issuecomment-357470522

Link to comment
Share on other sites

chiefnerd

Lol...'answer'. They don't actually ever answer anything, it's always a side step, 'answer' something unimportant then try and gloss over anything else.

 

To be honest I think the total lack of transparency or actual answers speaks a thousand words as to what they're doing. Shame they won't say it outright though.

Link to comment
Share on other sites

mrhollywood360

So if I'm reading this right, are the developers trying to move the server to being proprietary? 

The reason I chose emby is because it was GPL and not proprietary. 

Link to comment
Share on other sites

dcrdev

So if I'm reading this right, are the developers trying to move the server to being proprietary? 

The reason I chose emby is because it was GPL and not proprietary. 

 

No this is just speculation, although as things stand they are not GPL compliant whilst claiming to be.

 

In their last release - they included a license folder for each of third party components, stating the version number and the license under which it is being used. That brings the LGPL stuff back into line, but the GPL components still are not as they have yet to respond to my request for their source code and compilation scripts; this also applies to the .net core version of Emby itself - which is licensed under the GPL 2.0.

 

They have improved - so I'm hoping they will take the next steps to sort this out very soon, although so far Luke has been fairly absent from the discussion.

 

Parts of Emby are already binary blobs with no traceability to source code: https://github.com/MediaBrowser/Emby/tree/master/ThirdParty/emby

 

In reference to those particular assemblies, I think in their defence they are not actually called as part of the core server they are only called via plugins. Those particular assemblies don't appear to be included as part of the Linux packages, nor could I find any evidence that those namespaces were being called when I attached strace to the emby process.

 

Edit: Actually I take that back: "Emby.Naming.dll" is included in the Linux packages and it looks like it's used in the core:

https://github.com/MediaBrowser/Emby/search?utf8=✓&q="using+Emby.Naming%3B"&type=
Edited by dcrdev
Link to comment
Share on other sites

  • 3 weeks later...

Or at least a "we are working on [this specific part] but here is everything else. It will take up to [x] days because we need to talk to [Y] before going to [z]"

Link to comment
Share on other sites

dcrdev

Or at least a "we are working on [this specific part] but here is everything else. It will take up to [x] days because we need to talk to [Y] before going to [z]"

 

We will address your point about source code and build scripts for GPL libraries in the next release. I do want to clarify one area though and point out that all code is either written by us or has a CLA signature attached. Older contributions that predate the CLA's has been long removed. We are still weighing your other point, but we're a bit slow moving here as we spend our days supporting users, but we are discussing it.

 

Source: https://github.com/MediaBrowser/Emby/issues/3075

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...