strcmp.3: Add license to example programs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-12 09:04:33 +02:00
parent f379a700e3
commit fe1e88877a
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ $ \fB./string_comp ABC AB 2\fP
.SS Program source
\&
.EX
/* string_comp.c
Licensed under GNU General Public License v2 or later.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>