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/protein/inc/pbCalPi.h src/hg/protein/inc/pbCalPi.h
index c3730a4..ffd388b 100644
--- src/hg/protein/inc/pbCalPi.h
+++ src/hg/protein/inc/pbCalPi.h
@@ -1,19 +1,19 @@
 /* pbCalPi - Calculate pI values from a list of protein IDs */
 
 /* Copyright (C) 2007 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. */
 
 #include "common.h"
 #include "hdb.h"
 
 #define PH_MIN 0 /* minimum pH value */
 #define PH_MAX 14 /* maximum pH value */
 #define MAXLOOP 2000 /* maximum number of iterations */
 #define EPSI 0.0001 /* desired precision */
 #define ALPHABET_LEN 26 /* number of cPk values */
 
 /* Note: This table comes directly from SwissProt and is copied verbatim, with new comments */
 /* Note: Ambiguity codes from http://virology.wisc.edu/acp/CommonRes/SingleLetterCode.html */
 
 /* Table of pk values : */
 /*  Note: the current algorithm does not use the last two columns. Each */