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/ec.h src/hg/inc/ec.h
index cd68f55..1338561 100644
--- src/hg/inc/ec.h
+++ src/hg/inc/ec.h
@@ -1,7 +1,10 @@
 /* ec - handles reading of EC codes, attributes and descriptions */
+
+/* Copyright (C) 2005 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef EC_H
 #define EC_H
 
 void getEcHtml(char *ecNumber);
 /* fetch ec codes and descriptions and output html */
 #endif /*EC_H */