8a30a9881f6b200c1313c0f898974efb182341dd
max
  Tue Nov 23 13:25:30 2021 -0800
more license details fixes, after a longer chat with Bob

diff --git LICENSE LICENSE
index fd5aacc..87b11a2 100644
--- LICENSE
+++ LICENSE
@@ -1,27 +1,28 @@
 The default license of this repository is the MIT License (copied below), but
 LICENSE files in subdirectories override this default. As a result, the
 majority of the source code falls under the MIT license, however, some parts
 are under two non-commercial licenses (see below). The Genome Browser Web CGI
 programs are under a non-commercial license by UC, the BLAT program suite is
 licensed by Kent Informatics.  Two libraries are bundled for convenience, they 
 can be redistributed under their original open source licenses.
 
 As a result, if you are a non-commercial entity, you can use all the source
 code for free. However, if you are commercial, you may need to pay if you want
 to install a web-based Genome Browser locally or use BLAT locally, either 
-as the blat/gfServer/gfClient command line programs or the or the webBlat GUI). 
+as the blat/gfServer/gfClient command line programs or the webBlat GUI 
+running locally on your servers.
  
 This means that all UCSC Genome Browser command-line tools and their required
 libraries are released under the MIT License. This includes our various file
 format converters, such as bedToBigBed and wigToBigWig, and any tools to create
 files needed for track hubs. They can be redistributed in any way necessary.
 
 In total, the code in this repository is covered by five different licenses:
 
 FREE Licenses:
 
 1. the default is the MIT license (attached below) 
   - this includes, for example, all code to read and write the Genome Browser
     file formats, such as bigBed and bigWig, and the command line tools for
     these, bedToBigBed, wigToBigWig and the tagStorm tools and the parasol job
     scheduler.