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/das/das.c src/hg/das/das.c
index 166582d..ca18337 100644
--- src/hg/das/das.c
+++ src/hg/das/das.c
@@ -1,22 +1,25 @@
 /* das - Distributed Annotation System server.
  * Needs to be called from a Web server generally.
  * You can spoof it from the command line by giving
  * it a command argument such as:
  *      das dsn
  *      das hg6/types segment=chr22
  */
+
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "htmshell.h"
 #include "psl.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "chromInfo.h"
 #include "bed.h"
 #include "genePred.h"
 #include "trackTable.h"