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/bed.h src/hg/inc/bed.h
index 33ed934..0c9428a 100644
--- src/hg/inc/bed.h
+++ src/hg/inc/bed.h
@@ -1,25 +1,28 @@
 /* bed.h contains the interface to Browser Extensible Data (bed) files and tables.
  * The idea behind bed is that the first three fields are defined and required.
  * A total of 15 fields are defined, and the file can contain any number of these.
  * In addition after any number of defined fields there can be custom fields that
  * are not defined in the bed spec.
  *
  * Most of the code for this is actually in src/inc/basicBed.h.  Only the stuff that
  * depends on the database or other structures defined in src/hg/inc modules, is
  * done here. */
 
+/* Copyright (C) 2009 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef BED_H
 #define BED_H
 
 #ifndef GENEPRED_H
 #include "genePred.h"
 #endif
 
 #ifndef HASH_H
 #include "hash.h"
 #endif
 
 #ifndef RANGETREE_H
 #include "rangeTree.h"
 #endif