diff options
Diffstat (limited to 'src/build.c')
-rw-r--r-- | src/build.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/build.c b/src/build.c index f4e90da..bdb400b 100644 --- a/src/build.c +++ b/src/build.c @@ -1,3 +1,11 @@ +/* build.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. + */ + #define _XOPEN_SOURCE 600 #include <stdbool.h> #include <stdio.h> |