tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / parse-callstack.py
index da0bab626e5d736b9a29c4a8c11c5fa28567e196..3bfddd9eff36631b5d179f6495c672d7e28c9965 100755 (executable)
@@ -1,19 +1,9 @@
-#! /usr/bin/python3
-
-# Copyright (C) - 2017 Francis Deslauriers <francis.deslauriers@efficios.com>
+#!/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 <francis.deslauriers@efficios.com>
 #
-# 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
This page took 0.023579 seconds and 5 git commands to generate.