Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / libust / tracercore.c
index 3b571f1b99e3f2ef8a9ebcaa8a0a6c056fdd2f3e..652de1b1eb4f67592bc4122e3dc326aff3d37c20 100644 (file)
@@ -3,14 +3,26 @@
  *
  * Copyright 2006 - Mathieu Desnoyers mathieu.desnoyers@polymtl.ca
  *
- * Distributed under the GPL license
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
 //ust// #include <linux/ltt-core.h>
 //ust// #include <linux/percpu.h>
 //ust// #include <linux/module.h>
 //ust// #include <linux/debugfs.h>
-#include "kernelcompat.h"
+#include <ust/kernelcompat.h>
 #include "tracercore.h"
 
 /* Traces structures */
This page took 0.023065 seconds and 4 git commands to generate.