summaryrefslogtreecommitdiff
path: root/src/basic/khash.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-17 17:13:40 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-17 18:10:58 +0200
commita485a218fb4fc1baa0b279314b737ea0e36aa397 (patch)
tree75ac568be794bbf0865ffbabc52cb2f8d9e20336 /src/basic/khash.h
parent121b6a7693118c1e60fe95cdfbafcab945db8d60 (diff)
Prep v233: Add missing updates from upstream in src/basic
Diffstat (limited to 'src/basic/khash.h')
-rw-r--r--src/basic/khash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/basic/khash.h b/src/basic/khash.h
index c0439b6b1..410f3020e 100644
--- a/src/basic/khash.h
+++ b/src/basic/khash.h
@@ -1,22 +1,22 @@
#pragma once
/***
- This file is part of elogind.
+ This file is part of systemd.
Copyright 2016 Lennart Poettering
- elogind is free software; you can redistribute it and/or modify it
+ systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
- elogind is distributed in the hope that it will be useful, but
+ systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with elogind; If not, see <http://www.gnu.org/licenses/>.
+ along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <inttypes.h>