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.c src/hg/hgc/ccdsClick.c
index 2f7d108..b776a33 100644
--- src/hg/hgc/ccdsClick.c
+++ src/hg/hgc/ccdsClick.c
@@ -1,16 +1,19 @@
 /* ccdsClick - click handling for CCDS track and related functions  */
+
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "hgc.h"
 #include "ccdsClick.h"
 #include "ccdsInfo.h"
 #include "ccdsNotes.h"
 #include "ccdsGeneMap.h"
 #include "geneSimilarities.h"
 #include "genbank.h"
 #include "genePred.h"
 #include "genePredReader.h"
 #include "ensFace.h"
 #include "mgcClick.h"
 #include "htmshell.h"
 
 static struct ccdsInfo *getCcdsInfoForSrcDb(struct sqlConnection *conn, char *acc)