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/affyGnf/affyUclaMergePslData.c src/hg/affyGnf/affyUclaMergePslData.c index b28c65a..7a06152 100644 --- src/hg/affyGnf/affyUclaMergePslData.c +++ src/hg/affyGnf/affyUclaMergePslData.c @@ -1,17 +1,20 @@ /** affyUclaMergePslData.c - Program to merge data from Allen at UCLA and the alignments of the HG-U133B chip from Affymetrix. */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "psl.h" #include "hash.h" #include "linefile.h" #include "bed.h" #include "options.h" static boolean doHappyDots; /* output activity dots? */ char *prefix = ":"; /* Prefext to our affymetrix names. */ static struct optionSpec optionSpecs[] = /* Our acceptable options to be called with. */ { {"help", OPTION_BOOLEAN}, {"pslFile", OPTION_STRING},