semget.2: Add license to example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-12 08:59:10 +02:00
parent 2f0182d20d
commit 927e2764ab
1 changed files with 4 additions and 0 deletions

View File

@ -399,6 +399,10 @@ ID = 9
.SS Program source
\&
.nf
/* t_semget.c
Licensed under GNU General Public License v2 or later.
*/
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>