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/liftUp/liftUp.c src/hg/liftUp/liftUp.c
index 0bc3d1c..bae6663 100644
--- src/hg/liftUp/liftUp.c
+++ src/hg/liftUp/liftUp.c
@@ -1,17 +1,20 @@
 /* liftUp - change coordinates of .psl, .agp, or .out file
  * to parent coordinate system. */
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "portable.h"
 #include "hash.h"
 #include "psl.h"
 #include "genePred.h"
 #include "genePredReader.h"
 #include "xAli.h"
 #include "rmskOut.h"
 #include "chromInserts.h"
 #include "axt.h"
 #include "chain.h"
 #include "chainNet.h"
 #include "liftUp.h"
 #include "options.h"