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/kgMapName.h src/hg/inc/kgMapName.h
index 84b5274..2f0908a 100644
--- src/hg/inc/kgMapName.h
+++ src/hg/inc/kgMapName.h
@@ -1,19 +1,22 @@
 /* kgMapName.h was originally generated by the autoSql program, which also 
  * generated kgMapName.c and kgMapName.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2004 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef KGMAPNAME_H
 #define KGMAPNAME_H
 
 #define KGMAPNAME_NUM_COLS 2
 
 struct kgMapName
 /* Maps kg pep names to common name */
     {
     struct kgMapName *next;  /* Next in singly linked list. */
     char *kgPepId;	/* pep ID */
     char *geneName;	/* gene name */
     };
 
 void kgMapNameStaticLoad(char **row, struct kgMapName *ret);
 /* Load a row from kgMapName table into ret.  The contents of ret will