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/lib/ec.c src/hg/lib/ec.c index 448a31a..ce3564d 100644 --- src/hg/lib/ec.c +++ src/hg/lib/ec.c @@ -1,15 +1,18 @@ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "jksql.h" #include "hdb.h" #include "ecCode.h" #include "ecAttribute.h" #include "ecAttributeCode.h" void getEcHtml(char *ecNumber) /* fetch ec codes and descriptions and output html */ { char query[1024]; struct sqlConnection *conn = hAllocConn("ec"); char *level1 = NULL; char *level2 = NULL; char *level3 = NULL;