]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man2/: Use SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
authorAlejandro Colomar <alx@kernel.org>
Sat, 15 Jul 2023 17:15:06 +0000 (19:15 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 15 Jul 2023 17:20:57 +0000 (19:20 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/migrate_pages.2
man2/move_pages.2

index babc08b837a946e0652e7cb461df6f5a4cf77625..72ffd4a476e9a898755153eca333080df373ce84 100644 (file)
@@ -1,20 +1,11 @@
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
+.\"
 .\" Copyright 2009 Intel Corporation
 .\"                Author: Andi Kleen
 .\" Based on the move_pages manpage which was
 .\" This manpage is Copyright (C) 2006 Silicon Graphics, Inc.
 .\"                               Christoph Lameter
 .\"
-.\" %%%LICENSE_START(VERBATIM_TWO_PARA)
-.\" 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.
-.\" %%%LICENSE_END
-.\"
 .TH migrate_pages 2 (date) "Linux man-pages (unreleased)"
 .SH NAME
 migrate_pages \- move all pages in a process to another set of nodes
index c98edf7ff8ff6f7a31cff81c87f360cc19c05fbf..5ef134b9b3844185fa4d0ce410f7d7f57738de55 100644 (file)
@@ -1,17 +1,8 @@
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
+.\"
 .\" This manpage is Copyright (C) 2006 Silicon Graphics, Inc.
 .\"                               Christoph Lameter
 .\"
-.\" %%%LICENSE_START(VERBATIM_TWO_PARA)
-.\" 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.
-.\" %%%LICENSE_END
-.\"
 .\" FIXME Should programs normally be using move_pages() directly, or should
 .\" they rather be using interfaces in the numactl package?
 .\" (e.g., compare with recommendation in mbind(2)).