4bfb857eaf3262775a93aa4415c0bd8c1d596e12 max Tue Nov 23 06:53:41 2021 -0800 more clarification on the license files, refs #27614, Removing the now obsolete file src/LICENSE diff --git src/hg/htdocs/license/index.html src/hg/htdocs/license/index.html index beff342..ef690f1 100755 --- src/hg/htdocs/license/index.html +++ src/hg/htdocs/license/index.html @@ -7,47 +7,55 @@ <h1>Graphics: No permission is needed to reproduce a graphic produced by the Genome Browser</h1> <p>Permission is granted for reuse of all graphics produced by the UCSC Genome Browser website. There is no need to contact us to get permission. If your publisher, notably Elsevier, insists on getting approval, please direct them to this webpage. However, when you use the UCSC Genome Browser in your work, please cite one of our <a href="../goldenPath/pubs.html">publications</a>.</p> <br> <h1>Data: No license is needed for the data files and database tables used by the Genome Browser</h1> <p> As far as the UCSC Genome Browser group is concerned, the raw table data and binary files used to create the graphics by the browser is freely available for both public and commercial use. This applies to data that is downloaded as files via http, https, ftp or rsync, and equally when data is accessed through -the public MySQL server or via the web API. +the public MySQL server or via the web API. The only exception are the liftOver chain files, +they can be linked, downloaded, used and redistributed, but only for non-commercial use +see the <a href="http://hgdownload.cse.ucsc.edu/goldenpath/hg38/liftOver/">liftOver README</a>. + </p> -<p>Sometimes, the source databases or authors place restrictions on the data. In very rare +<p>Sometimes, the source databases or authors place restrictions on data. In very rare cases, the genomes come with citation requirements. The README.txt file in the download directory of each assembly shows the original restrictions pertaining to the genome sequence itself by the original authors; most assemblies do not have any restrictions. </p> <p> Certain genome annotation data, mostly on the human genome and in the domain of clinical genetics, have specific restrictions. +For some of these, we are not allowed to make the data available. Usually the data must be obtained from the source database directly in the original format or licensed, rather from UCSC. Examples are HGMD, LOVD, OMIM, Decipher, -Genomenom, Genehancer and COSMIC, as well as any GISAID-derived data on viral -genomes. Please see the respective track documentation pages on these -assemblies for more details, by selecting the assembly and clicking the track -title in the genome browser.</p> <br> +Genomenon, Genehancer and COSMIC. For viral genomes, any GISAID-sequences or any data +derived from GISAID sequences cannot be shared by us. Please see the respective +track documentation pages on these assemblies for more details, by selecting +the assembly and clicking the track title in the genome browser. They usually +list or link to the exact license conditions. Files for these tracks are not +available from our download servers, please contact us for questions or if you +need a pointer to the respective conversion scripts in our Github code +repository.</p><br> <h1 id="free">Software: Most command-line tools and directories are freely available for all uses</h1> <p> The majority of the Genome Browser source code is available under the MIT license, see <a href="https://github.com/ucscGenomeBrowser/kent/blob/master/LICENSE" target=_blank>the LICENSE file in our source code repository</a>. As such, the <a href="https://hgdownload.soe.ucsc.edu/downloads.html#utilities_downloads"> Unix command line utilities</a> needed to build tracks, track hub files, computational pipelines, and our hundreds of tools to filter, sort, rearrange, join, and process genome annotation files can be used and redistributed freely via package managers and installation tools, even for commercial use (except BLAT/LiftOver). Notable examples are bedToBigBed, wigToBigWig, overlapSelect, featureBits, pslMap, pslFilter and pslCDnaFilter. </p>