Licence related helper functions.
    |  |  | 
    |  | 
        
          | license_list(lic_search_path) Split the given license search path up into individual items.
 |  |  | 
    |  | 
        
          | license_is_dummy(lic_file) Determine whether the given license file contains any actual 
      licenses, or not.
 |  |  | 
    |  | 
        
          | license_requires_server(lic_file) Determine whether the given license file requires a server or not.
 |  |  | 
    |  | 
        
          | license_is_remote(lic_file) Determine whether the given "license file" is actually just
      the network address of a remote license server 
      (<port>@<server-host>)
 |  |  | 
    |  | 
        
          | host_is_local(hostname) Determine whether the given hostname refers to the current host.
 |  |  | 
    |  | 
        
          | is_ipv4_addr(addr) Determine whether the given string is an IPv4 address.
 |  |  | 
    |  | 
        
          | get_license_paths() Get path to the file defining the license and the actual
license file.
 |  |  | 
    |  | 
        
          | fix_cmd(cmd,
        logger=None) This function prefix the command to map a temporary drive for the 
      current working directory if the current directory is an UNC.
 |  |  | 
    |  | 
        
          | same_host(hostname1,
        hostname2) |  |  | 
    |  |  |