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/pal.h src/hg/inc/pal.h
index 1bba996..c12222e 100644
--- src/hg/inc/pal.h
+++ src/hg/inc/pal.h
@@ -1,13 +1,16 @@
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 
 void palOptions(struct cart *cart, 
 	struct sqlConnection *conn, void (*addButtons)(), 
 	char *extraVar);
 /* output the options dialog (select MAF file, output options */
 
 int palOutPredsInBeds(struct sqlConnection *conn, struct cart *cart,
     struct bed *beds, char *table);
 /* output the alignments whose names and coords match a bed*/
 
 int palOutPredList(struct sqlConnection *conn, struct cart *cart,
     struct genePred *list);
 /* output a list of genePreds in pal format */