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/hgFindSpecCustom.c src/hg/lib/hgFindSpecCustom.c index 1ba1091..6c65a1f 100644 --- src/hg/lib/hgFindSpecCustom.c +++ src/hg/lib/hgFindSpecCustom.c @@ -1,19 +1,22 @@ /* hgFindSpecCustom - custom (not autoSQL generated) code for working * with hgFindSpec. This code is concerned with making the hgFindSpec * MySQL table out of the trackDb.ra files. */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "jksql.h" #include "hgFindSpec.h" #include "hdb.h" #include "hui.h" #include "ra.h" #include "hash.h" #include "obscure.h" #include "regexHelper.h" #include "trackDb.h" /* ----------- End of AutoSQL generated code --------------------- */ static void anchorTermRegex(struct hgFindSpec *hfs)