X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Furcu%2Fhlist.h;fp=include%2Furcu%2Fhlist.h;h=9a1eb21e33990ea0bad4bb4e9388c6fbc1278208;hb=d3d3857f678627e7bbfb5a8d6f3bc15cd2a694d9;hp=c5ebbbecfaa2cb04ef43b22dbaa66a54847067f8;hpb=d001c88633f6a58e94eb73f4814976d13f61bd77;p=urcu.git diff --git a/include/urcu/hlist.h b/include/urcu/hlist.h index c5ebbbe..9a1eb21 100644 --- a/include/urcu/hlist.h +++ b/include/urcu/hlist.h @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2009 Novell Inc. +// SPDX-FileCopyrightText: 2010-2013 Mathieu Desnoyers +// +// SPDX-License-Identifier: LGPL-2.1-only + #ifndef _KCOMPAT_HLIST_H #define _KCOMPAT_HLIST_H @@ -5,15 +10,7 @@ * Kernel sourcecode compatible lightweight single pointer list head useful * for implementing hash tables * - * Copyright (C) 2009 Novell Inc. - * * Author: Jan Blunck - * - * Copyright (C) 2010-2013 Mathieu Desnoyers - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License version 2.1 as - * published by the Free Software Foundation. */ #include