From: Alejandro Colomar Date: Sat, 15 Jul 2023 17:15:06 +0000 (+0200) Subject: man2/: Use SPDX-License-Identifier: Linux-man-pages-copyleft-2-para X-Git-Tag: man-pages-6.05~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9695e5e2ea5a76bf34b7bc6c6465fa38cd559d35;p=thirdparty%2Fman-pages.git man2/: Use SPDX-License-Identifier: Linux-man-pages-copyleft-2-para Signed-off-by: Alejandro Colomar --- diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2 index babc08b837..72ffd4a476 100644 --- a/man2/migrate_pages.2 +++ b/man2/migrate_pages.2 @@ -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 diff --git a/man2/move_pages.2 b/man2/move_pages.2 index c98edf7ff8..5ef134b9b3 100644 --- a/man2/move_pages.2 +++ b/man2/move_pages.2 @@ -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)).