]> git.tuebingen.mpg.de Git - dss.git/blobdiff - fd.h
INSTALL: Fix typo in example.
[dss.git] / fd.h
diff --git a/fd.h b/fd.h
index d292db0aa668447e8065729cc99141b36de0dd2c..991afd4baa81755594f15016ff48a19632e8836d 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
 int dss_chdir(const char *path);
 int for_each_subdir(int (*func)(const char *, void *), void *private_data);
 __must_check int mark_fd_nonblocking(int fd);