Update licensing info
[lttng-modules.git] / probes / lttng.h
index 22ebd90d2cbc606af77ce3614ac68ffa72410e8c..e16fc2dd8ce5b8e6283e515a289c02cd077358bc 100644 (file)
@@ -1,2 +1,15 @@
+#ifndef _LTTNG_PROBES_LTTNG_H
+#define _LTTNG_PROBES_LTTNG_H
 
-#error "blah"
+/*
+ * lttng.h
+ *
+ * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * Dual LGPL v2.1/GPL v2 license.
+ */
+
+#undef PARAMS
+#define PARAMS(args...)                args
+
+#endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.023082 seconds and 4 git commands to generate.