diff options
Diffstat (limited to 'src/basic/list.h')
-rw-r--r-- | src/basic/list.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/list.h b/src/basic/list.h index 6ae88ec6b9..643e0bea88 100644 --- a/src/basic/list.h +++ b/src/basic/list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - /* The head of the linked list. Use this in the structure that shall * contain the head of the linked list */ #define LIST_HEAD(t,name) \ |