Move to kernel style SPDX license identifiers
[deliverable/lttng-ust.git] / tests / unit / gcc-weak-hidden / d.c
index 05e10b4e11f607fc15bf46068ed32c1624738d82..23d432ed8bbf5cb49dc0f282bdf07c9064bb1dea 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.025283 seconds and 5 git commands to generate.