X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=python-lttngust%2Flttngust%2Fcmd.py;h=0cfff8c1a2e314b2e2efd83f19a42ddaac23b724;hb=524a1173abc7dc2325aef257e35eeaeb8a808715;hp=b6d8446bb1d5834fa30a10369561eb1b914eeb70;hpb=5b6ff569c0bf82b72f263a259e7a73a453903648;p=lttng-ust.git diff --git a/python-lttngust/lttngust/cmd.py b/python-lttngust/lttngust/cmd.py index b6d8446b..0cfff8c1 100644 --- a/python-lttngust/lttngust/cmd.py +++ b/python-lttngust/lttngust/cmd.py @@ -1,21 +1,10 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 - Philippe Proulx -# Copyright (C) 2014 - David Goulet -# Copyright (C) 2015 - Jérémie Galarneau +# SPDX-License-Identifier: LGPL-2.1-only # -# This library is free software; you can redistribute it and/or modify it under -# the terms of the GNU Lesser General Public License as published by the Free -# Software Foundation; version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more -# details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# Copyright (C) 2015 Philippe Proulx +# Copyright (C) 2014 David Goulet +# Copyright (C) 2015 Jérémie Galarneau from __future__ import unicode_literals import lttngust.debug as dbg