381f721e9b949828dce20fe816447a434dee155b ann Thu Dec 8 14:57:07 2016 -0800 adding info about LICENSE file refs #13978 diff --git README README index 1e54e87..efbabe2 100644 --- README +++ README @@ -1,26 +1,29 @@ CONTENTS AND COPYRIGHT This directory contains the entire source tree for the UCSC Genome Bioinformatics Group's suite of biological analysis and web display programs as well as some of Jim Kent's own tools. All files are copyrighted, but license is hereby granted for personal, -academic, and non-profit use. A license is also granted for the contents -of the src/lib, src/inc and src/utils and python directories for commercial -users. Commercial users should contact kent@soe.ucsc.edu for access to other -modules. Commercial users interested in the UCSC Genome Browser in particular -please see +academic, and non-profit use. Please see the LICENSE file in the +current directory for more details. Note that this LICENSE file may +be overridden by LICENSE files in other subdirectories. In +particular the LICENSE file in the lib, inc, utils, and several other +subdirectories allows for free commercial use as well. + +Commercial users should contact kent@soe.ucsc.edu for access to other modules. +Commercial users interested in the UCSC Genome Browser in particular please see http://genome.ucsc.edu/license/. If you want to run a local installation of the UCSC Genome Browser (we call this a mirror, even when it includes only a small part of the data), you do not need the whole source tree. We provide statically compiled binary CGI-bin executables, the apache htdocs folder, binary MySQL databases and ancillary large data files in /gbdb via an Rsync download server. For install details see http://genome.ucsc.edu/admin/mirror.html Most source code users will only be interested in the src/inc and src/lib directories, which contain the interfaces and implementations to the library routines, and in a few specific applications. The applications are scattered in other directories. Many of them are web based. The UCSC Genome Browser in particular is mostly found in src/hg/hgTracks.