Move to kernel style SPDX license identifiers
[lttng-ust.git] / python-lttngust / lttngust / __init__.py.in
... / ...
CommitLineData
1# -*- coding: utf-8 -*-
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4#
5# Copyright (C) 2015 Philippe Proulx <pproulx@efficios.com>
6
7from __future__ import unicode_literals
8
9# this creates the daemon threads and registers the application
10import lttngust.agent
11
12
13__version__ = '@PACKAGE_VERSION@'
This page took 0.022758 seconds and 4 git commands to generate.