]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
shmop.2: Add license to example programs
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 12 Apr 2020 07:02:08 +0000 (09:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 12 Apr 2020 07:11:20 +0000 (09:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/shmop.2

index cc6c0bb280925776ecd2a5902a255119cc2f3e68..ed30ca91118edd589f41fc1a2a1078c6a63743da 100644 (file)
@@ -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