tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
index d6c59aa9808a13474cf9dece6c2e69896cd2a3b3..f33442850de640733ab125604520cb9f41742f33 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Copyright (C) 2016 Antoine Busque <abusque@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #ifndef _LIBFOO_H
 #define _LIBFOO_H
 
-int foo();
+int foo(void);
 
 #endif  /* _LIBFOO_H */
This page took 0.023745 seconds and 5 git commands to generate.