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/agpFrag.h src/hg/inc/agpFrag.h
index 1227b2a..3ecc30b 100644
--- src/hg/inc/agpFrag.h
+++ src/hg/inc/agpFrag.h
@@ -1,19 +1,22 @@
 /* agpFrag.h was originally generated by the autoSql program, which also 
  * generated agpFrag.c and agpFrag.sql.  This header links the database and the RAM 
  * representation of objects. */
 
+/* Copyright (C) 2010 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef AGPFRAG_H
 #define AGPFRAG_H
 
 struct agpFrag
 /* How to get through chromosome based on fragments */
     {
     struct agpFrag *next;  /* Next in singly linked list. */
     char *chrom;	/* which chromosome */
     unsigned chromStart;	/* start position in chromosome */
     unsigned chromEnd;	/* end position in chromosome */
     int ix;	/* ix of this fragment (useless) */
     char type[2];	/* (P)redraft, (D)raft, (F)inished or (O)ther */
     char *frag;	/* which fragment */
     unsigned fragStart;	/* start position in frag */
     unsigned fragEnd;	/* end position in frag */