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/ensFace.h src/hg/inc/ensFace.h
index c710025..9f79575 100644
--- src/hg/inc/ensFace.h
+++ src/hg/inc/ensFace.h
@@ -1,23 +1,26 @@
 /* ensFace - stuff to manage interface to Ensembl web site. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef ENSFACE_H
 #define ENSFACE_H
 
 char *ensOrgName(char *ucscOrgName);
 /* Convert from ucsc to Ensembl organism name */
 
 struct dyString *ensContigViewUrl(char *database, char *ensOrg, char *chrom,
 	int chromSize, int winStart, int winEnd, char *archive);
 /* Return a URL that will take you to ensembl's contig view on a chrom. */
 
 char *ensOrgNameFromScientificName(char *scientificName);
 /* Convert from ucsc to Ensembl organism name. */
 
 #define UCSC_TO_ENSEMBL "ucscToEnsembl"
 #define ENSEMBL_LIFT "ensemblLift"
 
 void ensGeneTrackVersion(char *database, char *ensVersionString,
     char *ensDateReference, int stringSize);
 /* check for trackVersion table and find Ensembl version */
 
 #endif /* ENSFACE_H */