Fix --config-file for relative paths.
[dss.git] / file.h
diff --git a/file.h b/file.h
index f82643a57fe961d3d1f67c837b69f794670188d0..d8f1092ee18d78544aedbfdf3a75732161e50532 100644 (file)
--- a/file.h
+++ b/file.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006-2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
 int for_each_subdir(int (*func)(const char *, void *), void *private_data);
 __must_check int mark_fd_nonblocking(int fd);
 static inline int dss_rename(const char *old_path, const char *new_path)