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/genePredToMafFrames/mkMafFrames.h src/hg/genePredToMafFrames/mkMafFrames.h index 89e028e..cedd735 100644 --- src/hg/genePredToMafFrames/mkMafFrames.h +++ src/hg/genePredToMafFrames/mkMafFrames.h @@ -1,9 +1,12 @@ /* mkMafFrames - build mafFrames objects for exons */ + +/* Copyright (C) 2006 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef MKMAFFRAMES_H #define MKMAFFRAMES_H struct orgGenes; void mkMafFramesForMaf(char *targetDb, struct orgGenes *orgs, char *mafFilePath); /* create mafFrames objects from an MAF file */ #endif