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/lib/lsSnpPdbChimera.c src/hg/lib/lsSnpPdbChimera.c
index 95cf282..c3fbf35 100644
--- src/hg/lib/lsSnpPdbChimera.c
+++ src/hg/lib/lsSnpPdbChimera.c
@@ -1,22 +1,25 @@
 /* lsSnpPdbChimera - Code for interfacing to LS-SNP and Chimera.  Generates
  * Chimera scripts to visualize proteins with SNPs annotated.  Takes an
  * external python script that defines methods used in the rendering.  The
  * generates a .chimerax file that contains the script as well as the code to
  * initialize Chimera for the specific PDB and SNP set.  This also includes
  * interfacing to LS-SNP/PDB, which is used to label Chimera images.
  */
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "lsSnpPdbChimera.h"
 #include "obscure.h"
 #include "jksql.h"
 #include "lsSnpPdb.h"
 #include "trashDir.h"
 
 /* Chimerax XML wrapper around python code in .chimerax files */
 static char *chimeraxHead =
     "<?xml version=\"1.0\"?>\n"
     "<ChimeraPuppet type=\"std_webdata\">\n"
     "  <commands>\n"
     "    <py_cmd>\n"
     "<![CDATA[\n";
 static char *chimeraxTail =