diff options
Diffstat (limited to 'src/basic/hashmap.c')
-rw-r--r-- | src/basic/hashmap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c index cf51167c1a..df9660560a 100644 --- a/src/basic/hashmap.c +++ b/src/basic/hashmap.c @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - This file is part of systemd. - - Copyright 2010 Lennart Poettering - Copyright 2014 Michal Schmidt + Copyright © 2014 Michal Schmidt ***/ #include <errno.h> |