e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/phyloGif/phyloGif.c src/hg/phyloGif/phyloGif.c
index 667ed9a..0da0300 100644
--- src/hg/phyloGif/phyloGif.c
+++ src/hg/phyloGif/phyloGif.c
@@ -1,15 +1,18 @@
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 /* phyloGif.c for parsing phylo tree and outputting a gif.
  *
  *  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 gif 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.
  *  Added another option to place form output in a static html page