4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/phyloPng/phyloPng.c src/hg/phyloPng/phyloPng.c index ee9dc37..ba4124b 100644 --- src/hg/phyloPng/phyloPng.c +++ src/hg/phyloPng/phyloPng.c @@ -1,17 +1,17 @@ /* Copyright (C) 2012 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ /* phyloPng.c for parsing phylo tree and outputting a png. * * Author: Galt Barber 2006 * * Designed to be run either as a cgi or as a command-line utility. * The input file spec matches the .nh tree format e.g. (cat:0.5,dog:0.6):1.2; * The output png layout was originally designed to ignore branch lengths. * However, options have now been added to allow it to use branchlengths, * and to label the length of the branches. * Any _suffix is stripped from labels both because pyloTree.c * can't tolerate underscores and because we don't want suffixes anyway. * A semi-colon is automatically appended to the input if left off. * Because phyloTree.c does errAbort on bad input, this causes cgi err 500 * if the input data has incorrect syntax. See the apache error_log.