diff options
Diffstat (limited to 'src/filepath.c')
-rw-r--r-- | src/filepath.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/filepath.c b/src/filepath.c index fd6f953..d31a008 100644 --- a/src/filepath.c +++ b/src/filepath.c @@ -1,3 +1,11 @@ +/* filepath.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #include <stdbool.h> #include <assert.h> #include <unistd.h> |