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/findKGProtAlias.h src/hg/inc/findKGProtAlias.h
index 92bce98..a5806c4 100644
--- src/hg/inc/findKGProtAlias.h
+++ src/hg/inc/findKGProtAlias.h
@@ -1,11 +1,14 @@
 /* functions for searching Known Gene entries using protein aliases */
+
+/* Copyright (C) 2005 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef FINDKGPROTALIAS_H
 #define FINDKGPROTALIAS_H
 
 void addKGProtAlias(struct sqlConnection *conn, struct dyString *query,
        struct kgProtAlias **pList);
 /* Query database and add returned kgAlias to head of list. */
 
 struct kgProtAlias *findKGProtAlias(char *dataBase, char *spec, char *mode);
 /* findKGProtAlias Looks up protein aliases for Known Genes, given a seach spec */
 #endif