Update licensing info
[lttng-modules.git] / probes / lttng.h
... / ...
CommitLineData
1#ifndef _LTTNG_PROBES_LTTNG_H
2#define _LTTNG_PROBES_LTTNG_H
3
4/*
5 * lttng.h
6 *
7 * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 *
9 * Dual LGPL v2.1/GPL v2 license.
10 */
11
12#undef PARAMS
13#define PARAMS(args...) args
14
15#endif /* _LTTNG_PROBES_LTTNG_H */
This page took 0.022349 seconds and 4 git commands to generate.