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/utils/bdfToGem/bdfToGem.c src/utils/bdfToGem/bdfToGem.c index c1e055e..7add9c5 100644 --- src/utils/bdfToGem/bdfToGem.c +++ src/utils/bdfToGem/bdfToGem.c @@ -1,17 +1,20 @@ /* bdfToGem - convert font bdf files to Gem C source font definitions */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "memgfx.h" #include "sqlNum.h" #include "options.h" #include "linefile.h" #include "gemfont.h" static char *name = (char *)NULL; /* to name the font in the .c file */ static boolean noHeader = FALSE; /* do not output the C header, data only */ /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"noHeader", OPTION_BOOLEAN}, {"name", OPTION_STRING},