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/genomeRangeTreeFile.h src/hg/inc/genomeRangeTreeFile.h
index 5deb03e..4f6473a 100644
--- src/hg/inc/genomeRangeTreeFile.h
+++ src/hg/inc/genomeRangeTreeFile.h
@@ -1,21 +1,24 @@
 /* genomeRangeTreeFile - This module is a way of serializing
  * and saving genomeRangeTrees, and for modifying saved range trees
  * by creating a file representing the intersection or union of two
  * saved genomeRangeTrees.
  * Also see genomeRangeTree and rangeTree for more information. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef GENOMERANGETREEFILE_H
 #define GENOMERANGETREEFILE_H
 
 //#ifndef RANGETREE_H
 //#include "rangeTree.h"
 //#endif
 
 #ifndef GENOMERANGETREE_H
 #include "genomeRangeTree.h"
 #endif
 
 
 struct genomeRangeTreeFile 
 /* A structure which stores header, index, and file state information
  * for a genomeRangeTree saved to a file. */