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/hgc/ccdsClick.h src/hg/hgc/ccdsClick.h
index 587ee29..2d0b925 100644
--- src/hg/hgc/ccdsClick.h
+++ src/hg/hgc/ccdsClick.h
@@ -1,19 +1,19 @@
 /* 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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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 */