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/sageExp.c src/hg/lib/sageExp.c index 7bf50fc..6532967 100644 --- src/hg/lib/sageExp.c +++ src/hg/lib/sageExp.c @@ -1,19 +1,22 @@ /* sageExp.c was originally generated by the autoSql program, which also * generated sageExp.h and sageExp.sql. This module links the database and * the RAM representation of objects. */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "jksql.h" #include "sageExp.h" void sageExpStaticLoad(char **row, struct sageExp *ret) /* Load a row from sageExp table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->num = sqlSigned(row[0]); ret->exp = row[1]; ret->totalCount = sqlSigned(row[2]); ret->tissueType = row[3];