aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-12 09:03:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-12 09:11:20 +0200
commitf379a700e33854517ff204e5fcaae914f32a969d (patch)
tree5c4ecd8df08659ab4f79783735bbea08895951b2 /man3
parent1a576c58581325399cb8de98b82a1bbf93c37fc4 (diff)
downloadman-pages-f379a700e33854517ff204e5fcaae914f32a969d.tar.gz
shm_open.3: Add license to example programs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/shm_open.38
1 files changed, 8 insertions, 0 deletions
diff --git a/man3/shm_open.3 b/man3/shm_open.3
index 0feb1885cf..9c7e5cdfeb 100644
--- a/man3/shm_open.3
+++ b/man3/shm_open.3
@@ -355,6 +355,10 @@ to tell the "send" program that it may now access the shared memory.
.PP
.in +4n
.EX
+/* pshm_ucase_bounce.c
+
+ Licensed under GNU General Public License v2 or later.
+*/
#include <ctype.h>
#include "pshm_ucase.h"
@@ -441,6 +445,10 @@ on standard output.
.PP
.in +4n
.EX
+/* pshm_ucase_send.c
+
+ Licensed under GNU General Public License v2 or later.
+*/
#include <string.h>
#include "pshm_ucase.h"