X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Flist.h;h=4e167862f1b09acf9de241197c0206663de2ffe3;hb=27e6eda75df97483d07d61ba731bbc428e2161f9;hp=25e804069b71dd01f457c48b58cbc8c4e3022c50;hpb=ac5d8d008d298c7c08101d4a521686578deec6a9;p=lttng-modules.git diff --git a/wrapper/list.h b/wrapper/list.h index 25e80406..4e167862 100644 --- a/wrapper/list.h +++ b/wrapper/list.h @@ -1,31 +1,19 @@ -#ifndef _LTTNG_WRAPPER_LIST_H -#define _LTTNG_WRAPPER_LIST_H - -/* +/* SPDX-License-Identifier: GPL-2.0 + * * wrapper/list.h * * wrapper around linux/list.h. * * Copyright (C) 2015 Mathieu Desnoyers * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; only version 2 of the License. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * * This wrapper code is derived from Linux 3.19.2 include/linux/list.h * and include/linux/rculist.h, hence the GPLv2 license applied to this * file. */ +#ifndef _LTTNG_WRAPPER_LIST_H +#define _LTTNG_WRAPPER_LIST_H + #include #include