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/makeDb/outside/hgFlyBase/hgFlyBase.c src/hg/makeDb/outside/hgFlyBase/hgFlyBase.c
index f4e22bd..c1bdda8 100644
--- src/hg/makeDb/outside/hgFlyBase/hgFlyBase.c
+++ src/hg/makeDb/outside/hgFlyBase/hgFlyBase.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. */
 
 /* hgFlyBase - Parse FlyBase genes.txt file and turn it into a couple of 
  * tables.  See http://flybase.org/.data/docs/refman/refman-B.html for a 
  * description of these files.  We don't try too hard to extract and 
  * normalize every piece of data here,  just the particularly valuable parts 
  * we can't find elsewhere. In particular we want to get information on 
  * wild-type function, phenotypes, and synonyms.
  *
  * Flybase records are separated by a line with a '#'.  The fields
  * are line separated and each begin with a two character code that
  * defines the line type.  Most fields start with '*' and a letter.
  * The first field is always '*a' and contains the gene symbol.
  * A particularly important and complex field is the '*E' field.
  * This describes a literature reference and data derived from it.
  * Subfields of the *E field start with % instead of * and are followed