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/nonCodingUi.h src/hg/inc/nonCodingUi.h index 3218f4d..c8673f9 100644 --- src/hg/inc/nonCodingUi.h +++ src/hg/inc/nonCodingUi.h @@ -1,28 +1,28 @@ /* nonCodingUi.h - enums and char arrays for Non-Coding gene UI features */ /* Copyright (C) 2007 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. */ #include "common.h" #ifndef NONCODINGUI_H #define NONCODINGUI_H /********* Biotype related controls *********/ /* Types: miRNA, rRNA, snRNA, pseudogene, snoRNA, misc_RNA */ extern char *nonCodingTypeLabels[]; extern char *nonCodingTypeStrings[]; extern char *nonCodingTypeDataName[]; extern char *nonCodingTypeIncludeStrings[]; extern boolean nonCodingTypeIncludeDefault[]; extern boolean nonCodingTypeIncludeCart[]; extern int nonCodingTypeLabelsSize; extern int nonCodingTypeStringsSize; extern int nonCodingTypeDataNameSize; extern int nonCodingTypeIncludeStringsSize; extern int nonCodingTypeIncludeDefaultSize; extern int nonCodingTypeIncludeCartSize; #endif /* NONCODINGUI_H */