X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-context-callstack.c;h=0876b12269ecc26a90c73b948d8c0dc9bb954f6e;hp=432fadb652f349566ae1eee7e646ed29f83b507b;hb=80bb26003945e96a8ade9c8788dab9b2e08cbc08;hpb=b874d3f33576e84221ae1be02505c47c0e7899bf diff --git a/lttng-context-callstack.c b/lttng-context-callstack.c index 432fadb6..0876b122 100644 --- a/lttng-context-callstack.c +++ b/lttng-context-callstack.c @@ -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 * Copyright (C) 2014 Francis Giraldeau * - * 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 @@ -376,7 +363,3 @@ int lttng_add_callstack_to_ctx(struct lttng_ctx **ctx, int type) } } EXPORT_SYMBOL_GPL(lttng_add_callstack_to_ctx); - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Francis Giraldeau"); -MODULE_DESCRIPTION("Linux Trace Toolkit Callstack Support");