Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / main.c
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2017 Julien Desfossez <jdesfossez@efficios.com>
5 */
6
7 #include <stdio.h>
8 #include "libhello.h"
9 #include "tp.h"
10
11 int main()
12 {
13 foo();
14 bar();
15 baz();
16 return 0;
17 }
This page took 0.03038 seconds and 5 git commands to generate.