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/nonCodingUi.h src/hg/inc/nonCodingUi.h index 6b7eda1..3218f4d 100644 --- src/hg/inc/nonCodingUi.h +++ src/hg/inc/nonCodingUi.h @@ -1,25 +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. */ #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 */