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/ncRna.h src/hg/inc/ncRna.h
index 5dd5c7a..c0c3638 100644
--- src/hg/inc/ncRna.h
+++ src/hg/inc/ncRna.h
@@ -1,19 +1,22 @@
 /* ncRna.h was originally generated by the autoSql program, which also 
  * generated ncRna.c and ncRna.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2007 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef NCRNA_H
 #define NCRNA_H
 
 #define NCRNA_NUM_COLS 11
 
 struct ncRna
 /* non-protein-coding genes */
     {
     struct ncRna *next;  /* Next in singly linked list. */
     short bin;	/* bin for browser speed up */
     char *chrom;	/* Reference sequence chromosome or scaffold */
     unsigned chromStart;	/* genomic start position */
     unsigned chromEnd;	/* gnomic end position */
     char *name;	/* Name of gene */
     int score;	/* score */