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/gpcrParser/gpcrParser.c src/hg/gpcrParser/gpcrParser.c
index 5d321e0..a41aee2 100644
--- src/hg/gpcrParser/gpcrParser.c
+++ src/hg/gpcrParser/gpcrParser.c
@@ -1,16 +1,19 @@
 /** gpcrParser.c - Parses transmembrane cooridnates, outputs to xml file. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "memalloc.h"
 #include "dystring.h"
 
 
 /** Method prototypes */
 void catSeqFile(FILE* outfile, char* filename);
 void getTransFromFile(FILE* infile, char *path);
 FILE* createXMLFile(char* proteinID, char *path);
 void populateXMLFile(FILE *outfile, int tmNumber, char *proteinID, char *path);
 void addCoordinatesToXMLFile(FILE *outfile, int start, int end, char* mapTo, int count);
 void finishXMLFile(FILE *outfile, char *proteinID, int seqLength);
 void usage(char **argv);
 
 void usage(char **argv)