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/lib/agp.c src/hg/lib/agp.c index 0f1475e..82e76c8 100644 --- src/hg/lib/agp.c +++ src/hg/lib/agp.c @@ -1,17 +1,20 @@ /* Process AGP file */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "agp.h" #include "agpFrag.h" #include "agpGap.h" #include "linefile.h" #include "hash.h" void agpAddAll(char *agpFile, struct hash *agpHash) /* add AGP entries from a file into a hash of AGP lists */ { int i; struct hashEl *hel; struct hash *hash = agpLoadAll(agpFile);