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/inc/riken.h src/hg/inc/riken.h index 988c13b..675f009 100644 --- src/hg/inc/riken.h +++ src/hg/inc/riken.h @@ -1,16 +1,19 @@ /* riken.c autoXml generated file to load RIKEN annotations. */ + +/* Copyright (C) 2002 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef RIKEN_H #define RIKEN_H struct rikenMaxmlClusters { struct rikenMaxmlClusters *next; struct rikenCluster *rikenCluster; /** Possibly empty list. **/ }; void rikenMaxmlClustersSave(struct rikenMaxmlClusters *obj, int indent, FILE *f); /* Save rikenMaxmlClusters to file. */ struct rikenMaxmlClusters *rikenMaxmlClustersLoad(char *fileName); /* Load rikenMaxmlClusters from file. */