4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/inc/txCommon.h src/hg/inc/txCommon.h index a61c146..89cea37 100644 --- src/hg/inc/txCommon.h +++ src/hg/inc/txCommon.h @@ -1,18 +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. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ 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 */