chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / basic / hash-funcs.c
index b62f2bd877e768f0fc4404ff05594e04c3ccd6af..2892346886fad86fd658177ae2bcf7cd0065ce74 100644 (file)
@@ -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 <string.h>
@@ -24,7 +21,6 @@ const struct hash_ops string_hash_ops = {
         .compare = string_compare_func
 };
 
-
 void path_hash_func(const void *p, struct siphash *state) {
         const char *q = p;
         size_t n;