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/hgc/ccdsClick.h src/hg/hgc/ccdsClick.h
index 9312cca..587ee29 100644
--- src/hg/hgc/ccdsClick.h
+++ src/hg/hgc/ccdsClick.h
@@ -1,24 +1,27 @@
 /* ccdsClick - click handling for CCDS track and related functions  */
+
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef CCDSCLICK_H
 #define CCDSCLICK_H
 
 void printCcdsExtUrl(char *ccdsId);
 /* Print out URL to link to CCDS database at NCBI */
 
 void printCcdsForSrcDb(struct sqlConnection *conn, char *acc);
 /* Print out CCDS hc link for a refseq, ensembl, or vega gene, if it
  * exists.  */
 
 struct ccdsGeneMap *getCcdsGenesForMappedGene(struct sqlConnection *conn, char *acc,
                                               char *mapTable);
 /* get a list of ccds genes associated with a current and window from a
  * mapping table, or NULL */
 
 void printCcdsUrl(struct sqlConnection *conn, char *ccdsId);
 /* Print out CCDS hgc URL for a gene  */
 
 void doCcdsGene(struct trackDb *tdb, char *ccdsId);
 /* Process click on a CCDS gene. */
 
 
 #endif