diff options
| -rw-r--r-- | man2/epoll_create.2 | 2 | ||||
| -rw-r--r-- | man2/epoll_ctl.2 | 2 | ||||
| -rw-r--r-- | man2/epoll_wait.2 | 2 | ||||
| -rw-r--r-- | man2/eventfd.2 | 2 | ||||
| -rw-r--r-- | man2/ioprio_set.2 | 2 | ||||
| -rw-r--r-- | man2/signalfd.2 | 2 | ||||
| -rw-r--r-- | man2/spu_create.2 | 2 | ||||
| -rw-r--r-- | man2/spu_run.2 | 2 | ||||
| -rw-r--r-- | man2/timerfd_create.2 | 2 | ||||
| -rw-r--r-- | man5/charmap.5 | 2 | ||||
| -rw-r--r-- | man5/locale.5 | 2 | ||||
| -rw-r--r-- | man5/nscd.conf.5 | 2 | ||||
| -rw-r--r-- | man7/epoll.7 | 2 | ||||
| -rw-r--r-- | man7/spufs.7 | 2 | ||||
| -rw-r--r-- | man8/ldconfig.8 | 2 | ||||
| -rw-r--r-- | man8/nscd.8 | 2 |
16 files changed, 32 insertions, 0 deletions
diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 043977d319..090e6b8567 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -1,6 +1,7 @@ .\" epoll by Davide Libenzi ( efficient event notification retrieval ) .\" Copyright (C) 2003 Davide Libenzi .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" Davide Libenzi <davidel@xmailserver.org> .\" diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 8b1faebe32..96ee9d0433 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -1,6 +1,7 @@ .\" epoll by Davide Libenzi ( efficient event notification retrieval ) .\" Copyright (C) 2003 Davide Libenzi .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" Davide Libenzi <davidel@xmailserver.org> .\" diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index a8036f585f..b3401f41f3 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -1,6 +1,7 @@ .\" epoll by Davide Libenzi ( efficient event notification retrieval ) .\" Copyright (C) 2003 Davide Libenzi .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" Davide Libenzi <davidel@xmailserver.org> .\" diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 773c3f9545..8feea4db25 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -1,6 +1,7 @@ .\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com> .\" starting from a version by Davide Libenzi <davidel@xmailserver.org> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC .\" diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2 index 286d65bbad..e8b52c754e 100644 --- a/man2/ioprio_set.2 +++ b/man2/ioprio_set.2 @@ -1,5 +1,6 @@ .\" Copyright (c) International Business Machines orp., 2006 .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -13,6 +14,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" HISTORY: .\" 2006-04-27, created by Eduardo M. Fleury <efleury@br.ibm.com> diff --git a/man2/signalfd.2 b/man2/signalfd.2 index 3c6deded04..b71e6829f3 100644 --- a/man2/signalfd.2 +++ b/man2/signalfd.2 @@ -1,6 +1,7 @@ .\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com> .\" starting from a version by Davide Libenzi <davidel@xmailserver.org> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .TH SIGNALFD 2 2009-01-13 Linux "Linux Programmer's Manual" .SH NAME diff --git a/man2/spu_create.2 b/man2/spu_create.2 index 1fead37962..b8f84d6bdf 100644 --- a/man2/spu_create.2 +++ b/man2/spu_create.2 @@ -1,5 +1,6 @@ .\" Copyright (c) International Business Machines Corp., 2006 .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -13,6 +14,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" HISTORY: .\" 2005-09-28, created by Arnd Bergmann <arndb@de.ibm.com> diff --git a/man2/spu_run.2 b/man2/spu_run.2 index 5813f79648..e5ce0a686d 100644 --- a/man2/spu_run.2 +++ b/man2/spu_run.2 @@ -1,5 +1,6 @@ .\" Copyright (c) International Business Machines Corp., 2006 .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -13,6 +14,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" HISTORY: .\" 2005-09-28, created by Arnd Bergmann <arndb@de.ibm.com> diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 51910e6d9d..3f319d9f32 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -1,5 +1,6 @@ .\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -13,6 +14,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" FIXME: Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag. .\" diff --git a/man5/charmap.5 b/man5/charmap.5 index 2b6e974554..0db4b939eb 100644 --- a/man5/charmap.5 +++ b/man5/charmap.5 @@ -2,6 +2,7 @@ .\" current locale. .\" Copyright (C) 1994 Jochen Hein (Hein@Student.TU-Clausthal.de) .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -15,6 +16,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .TH CHARMAP 5 1994-11-28 "" "Linux User Manual" .SH NAME diff --git a/man5/locale.5 b/man5/locale.5 index 3d0b9e15fa..914cd34dd7 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -3,6 +3,7 @@ .\" Copyright (C) 1994 Jochen Hein (Hein@Student.TU-Clausthal.de) .\" Copyright (C) 2008 Petr Baudis (pasky@suse.cz) .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -16,6 +17,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" 2008-06-17 Petr Baudis <pasky@suse.cz> .\" LC_TIME: Describe first_weekday and first_workday diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 492b081e39..00d6728dc9 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1999, 2000 SuSE GmbH Nuernberg, Germany .\" Author: Thorsten Kukuk <kukuk@suse.de> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of the @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .TH NSCD.CONF 5 2013-02-12 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man7/epoll.7 b/man7/epoll.7 index 9f6227186e..662ec0087d 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -1,6 +1,7 @@ .\" epoll by Davide Libenzi ( efficient event notification retrieval ) .\" Copyright (C) 2003 Davide Libenzi .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" Davide Libenzi <davidel@xmailserver.org> .\" diff --git a/man7/spufs.7 b/man7/spufs.7 index f2917577b7..ecc79ed0db 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -1,5 +1,6 @@ .\" Copyright (c) International Business Machines Corp., 2006 .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of @@ -13,6 +14,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" HISTORY: .\" 2005-09-28, created by Arnd Bergmann <arndb@de.ibm.com>, diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index d827001ce7..97a4879fef 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -1,6 +1,7 @@ .\" Copyright 1999 SuSE GmbH Nuernberg, Germany .\" Author: Thorsten Kukuk <kukuk@suse.de> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of the @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com> .\" Change listed order of /usr/lib and /lib diff --git a/man8/nscd.8 b/man8/nscd.8 index 997086c58e..31b2cd57d3 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -1,6 +1,7 @@ .\" Copyright 1999 SuSE GmbH Nuernberg, Germany .\" Author: Thorsten Kukuk <kukuk@suse.de> .\" +.\" %%%LICENSE_START(GPLv2+_3_PARA_SW) .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of the @@ -14,6 +15,7 @@ .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" <http://www.gnu.org/licenses/>. +.\" %%%END_LICENSE .\" .\" 2008-12-05 Petr Baudis <pasky@suse.cz> .\" Rewrite the NOTES section to reflect modern reality |
