Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / gcc-weak-hidden / c.c
index 1a744e29feda691995db3ad64808064d53fb1486..8f3cef0fd0b193c55b48a0529d50aea956a14c20 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.035041 seconds and 4 git commands to generate.