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/hgGene/rgdInfo.c src/hg/hgGene/rgdInfo.c index 96f1892..279a082 100644 --- src/hg/hgGene/rgdInfo.c +++ src/hg/hgGene/rgdInfo.c @@ -1,17 +1,20 @@ /* rgdGeneInfo - functions related to RGD Genes */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "hdb.h" #include "hgGene.h" // define external URLs used #define RGD_GENE_URL "http://rgd.mcw.edu/tools/genes/genes_view.cgi?id=" #define PUBMED_URL "http://www.ncbi.nlm.nih.gov/pubmed/" #define GBNK_PROT_URL "http://www.ncbi.nlm.nih.gov/protein/" #define GBNK_DNA_URL "http://www.ncbi.nlm.nih.gov/nuccore/" #define ENTREZ_URL "http://www.ncbi.nlm.nih.gov/sites/entrez?db=gene&cmd=retrieve&list_uids=" #define UNIPROT_URL "http://www.uniprot.org/uniprot/" #define UNIGENE_URL "http://www.ncbi.nlm.nih.gov/UniGene/clust.cgi?ORG=Rn&CID="