fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-x86_64 / tracehook.h
index d7588bf..b8b51df 100644 (file)
@@ -1,5 +1,13 @@
 /*
  * Tracing hooks, x86-64 CPU support
+ *
+ * Copyright (C) 2006, 2007 Red Hat, Inc.  All rights reserved.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * Red Hat Author: Roland McGrath.
  */
 
 #ifndef _ASM_TRACEHOOK_H
@@ -50,5 +58,4 @@ utrace_native_view(struct task_struct *tsk)
        return &utrace_x86_64_native;
 }
 
-
 #endif