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/fishClones/fishClones.c src/hg/fishClones/fishClones.c index afb19ec..8d061fd 100644 --- src/hg/fishClones/fishClones.c +++ src/hg/fishClones/fishClones.c @@ -1,23 +1,26 @@ /* File: fishClones.c Author: Terry Furey Date: 6/3/2003 Description: Create Fish Clones track from FISH info file and clone placement information */ +/* 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 "memalloc.h" #include "hash.h" #include "jksql.h" #include "hdb.h" #include "fuzzyFind.h" #include "portable.h" #include "psl.h" #include "options.h" #include "binRange.h" #include "hgConfig.h" #include "clonePos.h" #include "stsAlias.h" #include "stsMap.h"