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/chainNet.h src/hg/inc/chainNet.h
index 1ad8e01..12b1629 100644
--- src/hg/inc/chainNet.h
+++ src/hg/inc/chainNet.h
@@ -1,18 +1,21 @@
 /* chainNet - read/write and free nets which are constructed
  * of chains of genomic alignments. */
 
+/* Copyright (C) 2003 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef CHAINNET_H
 #define CHAINNET_H
 
 #ifndef BITS_H
 #include "bits.h"
 #endif
 
 struct chainNet
 /* A net on one chromosome. */
     {
     struct chainNet *next;
     char *name;			/* Chromosome name. */
     int size;			/* Chromosome size. */
     struct cnFill *fillList;	/* Top level fills. */
     struct hash *nameHash; 	/* Hash of all strings in fillList. */