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/inc/bacCloneAlias.h src/hg/inc/bacCloneAlias.h index cea61c2..1ac2c66 100644 --- src/hg/inc/bacCloneAlias.h +++ src/hg/inc/bacCloneAlias.h @@ -1,19 +1,22 @@ /* bacCloneAlias.h was originally generated by the autoSql program, which also * generated bacCloneAlias.c and bacCloneAlias.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2005 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef BACCLONEALIAS_H #define BACCLONEALIAS_H #define BACCLONEALIAS_NUM_COLS 2 struct bacCloneAlias /* BAC clones aliases and associated STS aliases and external BAC clone names */ { struct bacCloneAlias *next; /* Next in singly linked list. */ char *alias; /* BAC clone alias (internal Sanger FPC name) and STS aliases */ char *sangerName; /* Sanger STS name */ }; void bacCloneAliasStaticLoad(char **row, struct bacCloneAlias *ret); /* Load a row from bacCloneAlias table into ret. The contents of ret will