summaryrefslogtreecommitdiff
path: root/src/shared/conf-files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/conf-files.h')
-rw-r--r--src/shared/conf-files.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/shared/conf-files.h b/src/shared/conf-files.h
index b769e56845..9436290f40 100644
--- a/src/shared/conf-files.h
+++ b/src/shared/conf-files.h
@@ -1,9 +1,5 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
-#pragma once
-
/***
- This file is part of systemd.
+ This file is part of eudev, forked from systemd.
Copyright 2010-2012 Lennart Poettering
Copyright 2010-2012 Kay Sievers
@@ -22,6 +18,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#pragma once
+
#include "macro.h"
int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dirs);