commit 68fb6754babd7a437f86f9d4b4051dc9a3d34487 parent 0b7644941494f9adb3d30c2ecec85a0192c99ae4 Author: sin <sin@2f30.org> Date: Mon, 27 Apr 2015 19:33:23 +0100 which: Add LICENSE header Diffstat:
M | which.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/which.c b/which.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/stat.h> #include <sys/types.h>