tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
CommitLineData
9d16b343
MJ
1/*
2 * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
d8ed06af
MD
8#ifndef _LIBBAR_H
9#define _LIBBAR_H
10
11int bar(void);
12
13#endif /* _LIBBAR_H */
This page took 0.037225 seconds and 5 git commands to generate.