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/hgTracks/renderMain.c src/hg/hgTracks/renderMain.c index 7a557e5..606bc19 100644 --- src/hg/hgTracks/renderMain.c +++ src/hg/hgTracks/renderMain.c @@ -1,18 +1,21 @@ /* renderMain - execute enough of browser to render list of tracks without touching cart or * writing form. . */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "hash.h" #include "htmshell.h" #include "options.h" #include "errabort.h" #include "portable.h" #include "cheapcgi.h" #include "ra.h" #include "hdb.h" #include "net.h" #include "hgTracks.h" #include "imageV2.h" static void usage()