From a8fa0597584504ea5db72a3a34c77b50e01e5348 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 7 Jul 2016 09:08:45 +0200 Subject: [PATCH] sysinfo.2: srcfix: change page license The license on the original versoin of this page is troublesome, because of restrictions imposed by the clause that the page may be modified "for the purpose of improving Linux or its documentation efforts". By now, I have rewritten all except trivial pieces of the page, and the structure definitions in any case came from kernel header files. So, I'm relicensing the page to the "verbatim" license. See https://bugzilla.kernel.org/show_bug.cgi?id=118311 Reported-by: Tom Callaway Signed-off-by: Michael Kerrisk --- man2/sysinfo.2 | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index d9f8202c3..4a527198a 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -5,11 +5,29 @@ .\" The structure definitions are taken more or less straight from the kernel .\" source files. .\" -.\" %%%LICENSE_START(FREELY_REDISTRIBUTABLE) -.\" Permission is granted to freely distribute or modify this file -.\" for the purpose of improving Linux or its documentation efforts. +.\" %%%LICENSE_START(VERBATIM) +.\" Permission is granted to make and distribute verbatim copies of this +.\" manual provided the copyright notice and this permission notice are +.\" preserved on all copies. +.\" +.\" Permission is granted to copy and distribute modified versions of this +.\" manual under the conditions for verbatim copying, provided that the +.\" entire resulting derived work is distributed under the terms of a +.\" permission notice identical to this one. +.\" +.\" Since the Linux kernel and libraries are constantly changing, this +.\" manual page may be incorrect or out-of-date. The author(s) assume no +.\" responsibility for errors or omissions, or for damages resulting from +.\" the use of the information contained herein. The author(s) may not +.\" have taken the same level of care in the production of this manual, +.\" which is licensed free of charge, as they might when working +.\" professionally. +.\" +.\" Formatted or processed versions of this manual, if unaccompanied by +.\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" +.\" .\" Modified Sat Jul 24 12:35:12 1993 by Rik Faith .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond .\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier