Move to kernel style SPDX license identifiers
[deliverable/lttng-ust.git] / tests / unit / gcc-weak-hidden / b.c
index 218a154537a3e4b60b65bee3ac20787ae05909b4..6344a75290ebf93cf68c678393dfbf10756095c6 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ */
+
 int testint __attribute__((weak, visibility("hidden")));
 void *testptr __attribute__((weak, visibility("hidden")));
 struct {
This page took 0.025337 seconds and 5 git commands to generate.