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/pbCommon.h src/hg/inc/pbCommon.h
index bb7c56e..e4eb802 100644
--- src/hg/inc/pbCommon.h
+++ src/hg/inc/pbCommon.h
@@ -1,25 +1,25 @@
 /* pbCommon - contains data shared within the pb* family of programs
  * (which are used in building the Proteome Browser and data */
 
 /* Copyright (C) 2011 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 PBCOMMON_H
 #define PBCOMMON_H
 
 /* define the number of expected amino acid residues, including wildcards */
 #define NUM_AMINO_ACIDS 26 
 
 /* define the expected amino acid residues, including wildcards and 
  * nonstandard residues.  It's possible that the order is important*/
 #define AA_ALPHABET "WCMHYNFIDQKRTVPGEASLXZBJOU"
 
 /* define the size of the standard amino acid alphabet */
 #define NUM_STANDARD_AMINO_ACIDS 20
 
 /* define the standard amino acid alphabet.  The order here _might_ be
  * important (I'm guessing that the unusual order is there for a reason) */
 #define STNADARD_AA_ALPHABET "WCMHYNFIDQKRTVPGEASL"
 
 #endif /* PBCOMMON_H */