4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/hg/utils/agpCondense/agpCondense.c src/hg/utils/agpCondense/agpCondense.c
index e0e552a..b18f276 100644
--- src/hg/utils/agpCondense/agpCondense.c
+++ src/hg/utils/agpCondense/agpCondense.c
@@ -1,17 +1,17 @@
 /* Copyright (C) 2005 The Regents of the University of California 
- * See README in this or parent directory for licensing information. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
 
 /* agpCondense - Get rid of extra lines in the AGP file that don't add any info.
  * For example:
  * 
  * Group13 1697787 1702288 114     W       Contig4781      1       4502    +
  * Group13 1702289 1702752 115     N       464     fragment        yes
  * Group13 1702753 1703708 116     W       Contig4782      1       956     +
  * Group13 1703709 1715808 117     W       Contig4782      957     13056   +
  * Group13 1715809 1715858 118     N       50      fragment        yes
  * 
  * is changed to:
  *
  * Group13 1697787 1702288 114     W       Contig4781      1       4502    +
  * Group13 1702289 1702752 115     N       464     fragment        yes
  * Group13 1702753 1715808 116     W       Contig4782      1       13056     +