X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Fparse-callstack.py;fp=tests%2Futils%2Fparse-callstack.py;h=3bfddd9eff36631b5d179f6495c672d7e28c9965;hp=da0bab626e5d736b9a29c4a8c11c5fa28567e196;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=ec5b87f3610b3b0e52ce6109600930deb5996cca diff --git a/tests/utils/parse-callstack.py b/tests/utils/parse-callstack.py index da0bab626..3bfddd9ef 100755 --- a/tests/utils/parse-callstack.py +++ b/tests/utils/parse-callstack.py @@ -1,19 +1,9 @@ -#! /usr/bin/python3 - -# Copyright (C) - 2017 Francis Deslauriers +#!/usr/bin/python3 # -# 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. +# Copyright (C) 2017 Francis Deslauriers # -# 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. +# SPDX-License-Identifier: LGPL-2.1-only # -# 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 import sys import bisect