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/rangeTreeFile.h src/hg/inc/rangeTreeFile.h
index 7169b09..4ecf2f5 100644
--- src/hg/inc/rangeTreeFile.h
+++ src/hg/inc/rangeTreeFile.h
@@ -1,20 +1,23 @@
 /* rangeTreeFile - This module is a way of reading and writing
  * rangeTrees, as well as creating the union and intersection of 
  * two range tree files.
  * See rangeTree and rbTree for more info. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef RANGETREEFILE_H
 #define RANGETREEFILE_H
 
 #ifndef BED_H
 #include "bed.h"
 #endif
 
 #ifndef RANGETREE_H
 #include "rangeTree.h"
 #endif
 
 struct rangeStartSize
 /* A utility struct for reading and writing arrays of ranges to/from disk */
     {
     bits32 start;