Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / wrapper / rcu.h
index 2fc60b137814e66dd08455a92cc06673bbaca1f3..c2f2115eddfc7ecedeeb50e0b84d5f4ea688abd7 100644 (file)
@@ -1,28 +1,15 @@
-#ifndef _LTTNG_WRAPPER_RCU_H
-#define _LTTNG_WRAPPER_RCU_H
-
-/*
+/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+ *
  * wrapper/rcu.h
  *
  * wrapper around linux/rcupdate.h and linux/rculist.h.
  *
  * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.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
  */
 
+#ifndef _LTTNG_WRAPPER_RCU_H
+#define _LTTNG_WRAPPER_RCU_H
+
 #include <linux/version.h>
 #include <linux/rculist.h>
 #include <linux/rcupdate.h>
This page took 0.024429 seconds and 4 git commands to generate.