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/landmarkUi.h src/hg/inc/landmarkUi.h
index 5f620b5..38a93fb 100644
--- src/hg/inc/landmarkUi.h
+++ src/hg/inc/landmarkUi.h
@@ -1,12 +1,15 @@
 /* hgMutUi.h - enums and char arrays for hgMut UI features */
+
+/* Copyright (C) 2006 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef LANDMARKUI_H
 #define LANDMARKUI_H
 
 extern char *landmarkTypeLabel[];
 extern char *landmarkTypeString[];
 extern char *landmarkTypeDbValue[];
 extern int landmarkTypeSize;
 extern char *landmarkAttributes[];
 extern int landmarkAttrSize;
 
 #endif