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/lib/trackLayout.c src/hg/lib/trackLayout.c index 4e71613..4a7da2e 100644 --- src/hg/lib/trackLayout.c +++ src/hg/lib/trackLayout.c @@ -1,18 +1,21 @@ /* trackLayout - this controls the dimensions of the graphic * for the genome browser. Also used for the genome view. */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "memgfx.h" #include "cart.h" #include "hgConfig.h" #include "hCommon.h" #include "trackLayout.h" void trackLayoutSetPicWidth(struct trackLayout *tl, char *s) /* Set pixel width from ascii string. */ { if (s != NULL && isdigit(s[0])) { tl->picWidth = atoi(s);