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/txCommon.h src/hg/inc/txCommon.h index d8ab095..a61c146 100644 --- src/hg/inc/txCommon.h +++ src/hg/inc/txCommon.h @@ -1,15 +1,18 @@ /* txCommon - contains routines shared by various programs in * the txXxx family (which is used to make the UCSC gene set */ +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef TXCOMMON_H #define TXCOMMON_H char *txAccFromTempName(char *tempName); /* Given name in this.that.acc.version format, return * just acc.version. */ void txGeneAccFromId(int id, char acc[16]); /* Convert ID to accession in uc123ABC format. */ #endif /* TXCOMMON_H */