Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / gcc-weak-hidden / b.c
index 218a154537a3e4b60b65bee3ac20787ae05909b4..69dc125f3312bc193401d535b45b5d12fcbf9609 100644 (file)
@@ -1,3 +1,9 @@
+// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+//
+// SPDX-License-Identifier: LGPL-2.1-only
+
+#include "b.h"
+
 int testint __attribute__((weak, visibility("hidden")));
 void *testptr __attribute__((weak, visibility("hidden")));
 struct {
This page took 0.023441 seconds and 4 git commands to generate.