tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
CommitLineData
9d16b343
MJ
1/*
2 * Copyright (C) 2016 Antoine Busque <abusque@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
c70c42cc
AB
8#ifndef _LIBFOO_H
9#define _LIBFOO_H
10
d8ed06af 11int foo(void);
c70c42cc
AB
12
13#endif /* _LIBFOO_H */
This page took 0.0322 seconds and 4 git commands to generate.