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/lib/validateGisaid.c src/hg/lib/validateGisaid.c
index 2d8370e..f76eaaf 100644
--- src/hg/lib/validateGisaid.c
+++ src/hg/lib/validateGisaid.c
@@ -1,16 +1,19 @@
 /* This is a dummy function for non-GISAID server */
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 
 #include "hCommon.h"
 
 boolean validateGisaidUser()
 {
 if (hIsGisaidServer())
     {
     /* The real implementation has confidential logic, which could not be exposed */
     errAbort("The correct validateGisaidUser() implementation is not installed on this GISAID server.");
     return FALSE;
     }
 else
     {
     return TRUE;