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/hashJoin.h src/hg/inc/hashJoin.h
index 9a60b66..9e2b7dc 100644
--- src/hg/inc/hashJoin.h
+++ src/hg/inc/hashJoin.h
@@ -1,20 +1,20 @@
 /* hashJoin - join one or more columns of a hashed database table to an externally provided
  * char **row that contains the key and empty slot(s) for the column value(s) */
 
 /* Copyright (C) 2015 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. */
 
 #ifndef HASHJOIN_H
 #define HASHJOIN_H
 
 #include "dystring.h"
 #include "hash.h"
 #include "joiner.h"
 #include "localmem.h"
 
 struct hashJoin;
 
 struct hashJoin *hashJoinNew(struct joinerDtf *keyDtf, uint extRowKeyIx,
                              struct joinerDtf *valDtfs, uint *extRowValIxs,
                              struct joinerField *jfA, struct joinerField *jfB,
                              boolean naForMissing);