X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=hashmap.c;h=28256bd353b9a0e29a846257ecbea926964a8704;hb=100a76ee327132db201beda0fa432af79a3ff9fd;hp=5bcf692eb78b2ae2ded25a95c4d1a5384e5d5959;hpb=034c6ed7da5e44bfdde5a5d0da75f7b7a59953b8;p=elogind.git diff --git a/hashmap.c b/hashmap.c index 5bcf692eb..28256bd35 100644 --- a/hashmap.c +++ b/hashmap.c @@ -1,8 +1,23 @@ /*-*- Mode: C; c-basic-offset: 8 -*-*/ -#ifdef HAVE_CONFIG_H -#include -#endif +/*** + This file is part of systemd. + + Copyright 2010 Lennart Poettering + + systemd is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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 + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with systemd; If not, see . +***/ #include #include