9c0f463152095051a207201ce8d28eec87a1aaaa
hiram
  Tue Dec 6 13:39:52 2016 -0800
per Jim request, adding copyright information to a couple README files refs #13978

diff --git src/README src/README
index 3b47ea3..d20b30c 100644
--- src/README
+++ src/README
@@ -1,15 +1,30 @@
+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 infomation 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.