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/netAlign.h src/hg/inc/netAlign.h index 4a396e4..7ac5a67 100644 --- src/hg/inc/netAlign.h +++ src/hg/inc/netAlign.h @@ -1,19 +1,22 @@ /* netAlign.h was originally generated by the autoSql program, which also * generated netAlign.c and netAlign.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2002 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef NETALIGN_H #define NETALIGN_H struct netAlign /* Database representation of a net of alignments. */ { struct netAlign *next; /* Next in singly linked list. */ unsigned level; /* Level of alignment */ char *tName; /* Target chromosome */ unsigned tStart; /* Start on target */ unsigned tEnd; /* End on target */ char strand[2]; /* Orientation of query. + or - */ char *qName; /* Query chromosome */ unsigned qStart; /* Start on query */ unsigned qEnd; /* End on query */