4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/cgilib/lsSnpPdbChimera.c src/hg/cgilib/lsSnpPdbChimera.c index f59ad78..f27d0e1 100644 --- src/hg/cgilib/lsSnpPdbChimera.c +++ src/hg/cgilib/lsSnpPdbChimera.c @@ -1,25 +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. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ 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 =