e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/inc/pbCommon.h src/hg/inc/pbCommon.h
index 734691e..bb7c56e 100644
--- src/hg/inc/pbCommon.h
+++ src/hg/inc/pbCommon.h
@@ -1,18 +1,21 @@
 /* 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. */
+
 #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) */