Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / lttng-context-callstack.c
index 0718114d932eb45ec8b03604d55660757923ebc8..0876b12269ecc26a90c73b948d8c0dc9bb954f6e 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+ *
  * lttng-context-callstack.c
  *
  * LTTng callstack event context.
@@ -6,20 +7,6 @@
  * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (C) 2014 Francis Giraldeau <francis.giraldeau@gmail.com>
  *
- * 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; only
- * 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
- *
  * The callstack context can be added to any kernel event. It records
  * either the kernel or the userspace callstack, up to a max depth. The
  * context is a CTF sequence, such that it uses only the space required
This page took 0.024092 seconds and 4 git commands to generate.