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/utils/cpgIslandExt/readseq.h src/utils/cpgIslandExt/readseq.h index 18d0a45..bfe426b 100644 --- src/utils/cpgIslandExt/readseq.h +++ src/utils/cpgIslandExt/readseq.h @@ -1,9 +1,12 @@ /* Last edited: Apr 26 14:37 1994 (rd) */ +/* Copyright (C) 2012 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + extern int readSequence (FILE *fil, int *conv, char **seq, char **id, char **desc, int *length) ; /* read next sequence from file */ extern int seqConvert (char *seq, int *length, int *conv) ; /* convert in place - can shorten */ extern int dna2textConv[] ; extern int dna2indexConv[] ;