aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-12 09:02:08 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-12 09:11:20 +0200
commit1a576c58581325399cb8de98b82a1bbf93c37fc4 (patch)
tree34e67d4030ed25349b3870b8d4b4f6f94d54cb85
parent78391fde75cc20e4f20c63b571b4bb673d600c6a (diff)
downloadman-pages-1a576c58581325399cb8de98b82a1bbf93c37fc4.tar.gz
shmop.2: Add license to example programs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/shmop.28
1 files changed, 8 insertions, 0 deletions
diff --git a/man2/shmop.2 b/man2/shmop.2
index cc6c0bb280..ed30ca9111 100644
--- a/man2/shmop.2
+++ b/man2/shmop.2
@@ -374,6 +374,10 @@ shared memory segment by the "writer".
.PP
.in +4n
.EX
+/* svshm_string_read.c
+
+ Licensed under GNU General Public License v2 or later.
+*/
#include "svshm_string.h"
int
@@ -444,6 +448,10 @@ and then decrements the semaphore value to 0 in order to inform the
.PP
.in +4n
.EX
+/* svshm_string_write.c
+
+ Licensed under GNU General Public License v2 or later.
+*/
#include "svshm_string.h"
int