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/baseMask/baseMaskToBed.c src/hg/baseMask/baseMaskToBed.c index 93bc960..e0da2bd 100644 --- src/hg/baseMask/baseMaskToBed.c +++ src/hg/baseMask/baseMaskToBed.c @@ -1,17 +1,20 @@ /* baseMaskToBed - write baseMask file as bed file */ +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include <limits.h> #include "common.h" #include "genomeRangeTreeFile.h" #include "options.h" static struct optionSpec optionSpecs[] = { {"id", OPTION_BOOLEAN}, {"merge", OPTION_BOOLEAN}, {NULL, 0} }; static char *gChrom = NULL; static int gChromCount = 0; static FILE *gF = NULL; static boolean gId = FALSE;