X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fsplice.h;h=a0e2b5f0144ed4164fc1799baca48beff5a21e9d;hb=1ff7013bcf7f068cf4371d12d758f9c0fd16a619;hp=ea3bfaca987692c9794419e88a8bee70683ab024;hpb=00525d3021664776c58f1dde19de6b7b5333f11a;p=lttng-modules.git diff --git a/wrapper/splice.h b/wrapper/splice.h index ea3bfaca..a0e2b5f0 100644 --- a/wrapper/splice.h +++ b/wrapper/splice.h @@ -1,16 +1,17 @@ -#ifndef _LTTNG_WRAPPER_SPLICE_H -#define _LTTNG_WRAPPER_SPLICE_H - -/* - * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com) +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * + * wrapper/splice.h * * wrapper around splice_to_pipe. Using KALLSYMS to get its address when * available, else we need to have a kernel that exports this function to GPL * modules. * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2011-2012 Mathieu Desnoyers */ +#ifndef _LTTNG_WRAPPER_SPLICE_H +#define _LTTNG_WRAPPER_SPLICE_H + #include ssize_t wrapper_splice_to_pipe(struct pipe_inode_info *pipe,