Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / ust-elf / data / pic / hello.c
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 */
4
5 #include <stdio.h>
6
7 int main()
8 {
9 puts("hello, world");
10
11 return 0;
12 }
This page took 0.028927 seconds and 4 git commands to generate.