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/inc/pal.h src/hg/inc/pal.h
index c12222e..6cc171b 100644
--- src/hg/inc/pal.h
+++ src/hg/inc/pal.h
@@ -1,16 +1,16 @@
 /* Copyright (C) 2008 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. */
 
 
 void palOptions(struct cart *cart, 
 	struct sqlConnection *conn, void (*addButtons)(), 
 	char *extraVar);
 /* output the options dialog (select MAF file, output options */
 
 int palOutPredsInBeds(struct sqlConnection *conn, struct cart *cart,
     struct bed *beds, char *table);
 /* output the alignments whose names and coords match a bed*/
 
 int palOutPredList(struct sqlConnection *conn, struct cart *cart,
     struct genePred *list);
 /* output a list of genePreds in pal format */