aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist.c')
-rw-r--r--lib/plist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/plist.c b/lib/plist.c
index d3bd8827186f..0d86ed7a76ac 100644
--- a/lib/plist.c
+++ b/lib/plist.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * lib/plist.c 3 * lib/plist.c
3 * 4 *
@@ -14,8 +15,6 @@
14 * Simplifications of the original code by 15 * Simplifications of the original code by
15 * Oleg Nesterov <oleg@tv-sign.ru> 16 * Oleg Nesterov <oleg@tv-sign.ru>
16 * 17 *
17 * Licensed under the FSF's GNU Public License v2 or later.
18 *
19 * Based on simple lists (include/linux/list.h). 18 * Based on simple lists (include/linux/list.h).
20 * 19 *
21 * This file contains the add / del functions which are considered to 20 * This file contains the add / del functions which are considered to