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/ratStuff/mafAddQRows/mafAddQRows.c src/hg/ratStuff/mafAddQRows/mafAddQRows.c
index d10317a..c8632de 100644
--- src/hg/ratStuff/mafAddQRows/mafAddQRows.c
+++ src/hg/ratStuff/mafAddQRows/mafAddQRows.c
@@ -1,17 +1,17 @@
 /* Copyright (C) 2014 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. */
 
 /* mafAddQRows - Add quality data to a maf.                                  */
 /*                                                                           */
 /* For each species with quality data we want to add to the maf, the quality */
 /* data is stored in an external qac file which contains quality data for    */
 /* each chromosome.  We additionally build an index (qdx file) which allows  */
 /* us to seek directly to quality data for a particular chromosome in the    */
 /* qac file.                                                                 */
 /*                                                                           */
 /* We build a hash containing data for each species with quality data.       */
 /* The hash contains the name of the species, an open file descriptor to     */
 /* the appropriate qac file, a hash mapping chromosome to file offset in     */
 /* the qac file, and a qaSeq structure for holding quality data.  The qaSeq  */
 /* structure acts as a one element cache, holding quality data for the most  */
 /* recently requested chromosome.                                            */