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/makeDb/tfbsConsLoc/tfbsConsLocUtil.h src/hg/makeDb/tfbsConsLoc/tfbsConsLocUtil.h index d00e01a..e931ee5 100644 --- src/hg/makeDb/tfbsConsLoc/tfbsConsLocUtil.h +++ src/hg/makeDb/tfbsConsLoc/tfbsConsLocUtil.h @@ -1,17 +1,17 @@ /* Copyright (C) 2004 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. */ #ifndef TFLOCUTIL #define TFLOCUTIL #include "tfbsConsLoc.h" /* subroutines for freeing up and allocating memory */ void free_char_arr (char **arr, int size); void free_int_arr (int **arr, int size); void free_match_list (struct MATCH **matches); void free_motif_list (struct MOTIF **motif_head); void allocate_submat (struct MOTIF **new_motif); /* subroutines for printing various data structures */ void print5_int_arr (int *arr, int nrow);