commit e6a5c736cbf01e47bfb2b45c0372671b119812f8 parent 443de0a85990ab38011ba8b176266f53b1315ca5 Author: sin <sin@2f30.org> Date: Tue, 3 Mar 2015 13:36:25 +0000 Add license header in col(1) Diffstat:
M | col.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/col.c b/col.c @@ -1,4 +1,4 @@ - +/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <stdint.h> #include <stdlib.h>