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/blatServers.h src/hg/inc/blatServers.h
index ac30659..5b96de3 100644
--- src/hg/inc/blatServers.h
+++ src/hg/inc/blatServers.h
@@ -1,19 +1,22 @@
 /* blatServers.h was originally generated by the autoSql program, which also 
  * generated blatServers.c and blatServers.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2002 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef BLATSERVERS_H
 #define BLATSERVERS_H
 
 struct blatServers
 /* Description of online BLAT servers */
     {
     struct blatServers *next;  /* Next in singly linked list. */
     char *db;	/* Database name */
     char *host;	/* Host (machine) name */
     int port;	/* TCP/IP port on host */
     signed char isTrans;	/* 0 for nucleotide/1 for translated nucleotide */
     };
 
 void blatServersStaticLoad(char **row, struct blatServers *ret);
 /* Load a row from blatServers table into ret.  The contents of ret will