Update licensing info
[lttng-modules.git] / probes / lttng.h
index d09ecb115f172b09ca52dbacf3fba5451103e014..e16fc2dd8ce5b8e6283e515a289c02cd077358bc 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef _LTTNG_PROBES_LTTNG_H
 #define _LTTNG_PROBES_LTTNG_H
 
-#undef is_signed_type
-#define is_signed_type(type)           (((type)(-1)) < 0)
+/*
+ * 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
This page took 0.023668 seconds and 4 git commands to generate.