diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-22 14:13:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-22 16:39:45 +0200 |
commit | 25612ecba42cd45e12438c1f63540a930c6de475 (patch) | |
tree | 2b55f0e020b04a35ea6a16568688b27bb10ed193 /src/test/test-hashmap.c | |
parent | meson: bump package and library version (diff) | |
download | systemd-25612ecba42cd45e12438c1f63540a930c6de475.tar.xz systemd-25612ecba42cd45e12438c1f63540a930c6de475.zip |
tree-wide: drop copyright lines for more authors
Acks in https://github.com/systemd/systemd/issues/9320.
Diffstat (limited to 'src/test/test-hashmap.c')
-rw-r--r-- | src/test/test-hashmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test-hashmap.c b/src/test/test-hashmap.c index b319fa6ba9..d525ba7700 100644 --- a/src/test/test-hashmap.c +++ b/src/test/test-hashmap.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright © 2013 Daniel Buch -***/ #include "hashmap.h" #include "util.h" |