4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/inc/tilingPath.h src/hg/inc/tilingPath.h index ad5b7d3..d90499d 100644 --- src/hg/inc/tilingPath.h +++ src/hg/inc/tilingPath.h @@ -1,21 +1,21 @@ /* tilingPath.h was originally generated by the autoSql program, which also * generated tilingPath.c and tilingPath.sql. This header links the database and * the RAM representation of objects. */ /* Copyright (C) 2002 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #ifndef TILINGPATH_H #define TILINGPATH_H struct tilingPath /* A tiling path of clones through a chromosome */ { struct tilingPath *next; /* Next in singly linked list. */ char *chrom; /* Chromosome name: chr1, chr2, etc. */ char *accession; /* Clone accession or ? or GAP */ char *clone; /* Clone name in BAC library */ char *contig; /* Contig (or gap size) */ int chromIx; /* Number of clone in tiling path starting chrom start */ };