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/agpTweak/agpTweak.c src/hg/agpTweak/agpTweak.c
index 7439af1..9b0bee6 100644
--- src/hg/agpTweak/agpTweak.c
+++ src/hg/agpTweak/agpTweak.c
@@ -1,23 +1,26 @@
 /* agpToFa - Tweak an .agp file. 
  *  Galt Barber 2005-08-20
  *  This is handy for reducing the size of an agp element,
  *  i.e. chrUn.  You can squeeze some wasted space by changing
  *  the size of the clone gap padding, or simply split the chrom
  *  creating chrUn, chrUn2, etc.  You can also split chrUn into 
  *  scaffolds.
 */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "fa.h"
 #include "agpFrag.h"
 #include "agpGap.h"
 #include "options.h"
 
 
 static void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "agpTweak - Create a modified .agp file\n"