Remove all LGPL-licensed headers
[lttng-ust.git] / include / lttng / ust-events.h
index b930a3495d073c4c5e9cf640419cd72561810db8..6c272172a3a40dc61fe6a52eca601500d6f5dd41 100644 (file)
@@ -8,7 +8,14 @@
  *
  * Holds LTTng per-session event registry.
  *
- * Dual LGPL v2.1/GPL v2 license.
+ * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+ * OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
+ *
+ * Permission is hereby granted to use or copy this program
+ * for any purpose,  provided the above notices are retained on all copies.
+ * Permission to modify the code and to distribute modified code is granted,
+ * provided the above notices are retained, and a notice that the code was
+ * modified is included with the above copyright notice.
  */
 
 #include <urcu/list.h>
@@ -150,7 +157,7 @@ struct lttng_enum {
        const char *name;
        struct lttng_type container_type;
        const struct lttng_enum_entry *entries;
-       unsigned int len;
+       nsigned int len;
 };
 
 /* Event field description */
This page took 0.040988 seconds and 4 git commands to generate.