87e7961d71523fd532a5cac11b5dae5a81587520
ann
  Thu Dec 8 15:28:10 2016 -0800
removed Hiram's new license blurb from these files. Jim asked me to pull all of them out into their own LICENSE files. refs #13978

diff --git src/README src/README
index 48941d9..3b47ea3 100644
--- src/README
+++ src/README
@@ -1,30 +1,15 @@
-LICENSE
-
-The Genome Browser binaries and source code are freely available for
-academic, nonprofit, and personal use.  A license is required for
-commercial download and installation of most Genome Browser binaries
-and source code, with the exception of specific items in some directories
-that are freely available for all uses.  Please note the current
-license information with the list of specific directory permissions:
-
-   http://genome.ucsc.edu/license/
-
-============================================================================
-
-SOURCE TREE ORGANIZATION
-
 This file describes the most commonly used modules,
 and the code conventions used throughout the code base in
 and under this directory.
 
 SOURCE TREE ORGANIZATION
 
 The major source subdirectories of this source code are:
 o - lib - General purpose library routines, some with a biological bent,
     many just generally useful for computing.  
 o - inc - Interfaces to the library modules.
 o - utils - Command line utility programs. Like the library a mix of
     bioinformatically motivated, and general purpose.  
 o - hg - Stuff developed for the Human Genome Project and it's successors.
     Much of the code in this directory requires MySQL.
 o - hg/lib - Human Genome Project specific libraries.