chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / basic / list.h
index 6ae88ec6b960e73106b544dba6ded86fc99c3886..643e0bea8887dffe74dce0e0fce596f00a48b40b 100644 (file)
@@ -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)                                               \