Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / gcc-weak-hidden / b.c
index 6344a75290ebf93cf68c678393dfbf10756095c6..69dc125f3312bc193401d535b45b5d12fcbf9609 100644 (file)
@@ -1,6 +1,8 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- */
+// 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")));
This page took 0.022883 seconds and 4 git commands to generate.