diff options
132 files changed, 264 insertions, 0 deletions
diff --git a/man1/getent.1 b/man1/getent.1 index 7e778ba6..7b676730 100644 --- a/man1/getent.1 +++ b/man1/getent.1 @@ -1,5 +1,6 @@ .\" Copyright (c) 2011, Mark R. Bannister <cambridge@users.sourceforge.net> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH GETENT 1 2011-10-31 "Linux" "User Commands" .SH NAME diff --git a/man2/_syscall.2 b/man2/_syscall.2 index 827d49ef..755c1546 100644 --- a/man2/_syscall.2 +++ b/man2/_syscall.2 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Tue Jul 6 12:42:46 MDT 1993 <dminer@nyx.cs.du.edu> .\" Added "Calling Directly" and supporting paragraphs diff --git a/man2/acct.2 b/man2/acct.2 index 26a62945..3d084dd7 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -2,6 +2,7 @@ .\" (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1993-07-22 by Rik Faith <faith@cs.unc.edu> .\" Modified 1993-08-10 by Alan Cox <iiitac@pyramid.swansea.ac.uk> diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index 509864c2..33c8c3c4 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl> diff --git a/man2/bdflush.2 b/man2/bdflush.2 index 0bde05ef..add93b87 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> @@ -2,6 +2,7 @@ .\" (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu> diff --git a/man2/cacheflush.2 b/man2/cacheflush.2 index 0358f61a..c9530a98 100644 --- a/man2/cacheflush.2 +++ b/man2/cacheflush.2 @@ -1,6 +1,7 @@ .\" Written by Ralf Baechle (ralf@waldorf-gmbh.de), .\" Copyright (c) 1994, 1995 Waldorf GMBH .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH CACHEFLUSH 2 2007-05-26 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/getsid.2 b/man2/getsid.2 index a730228a..b5f03720 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -1,5 +1,6 @@ .\" Copyright (C) 1996 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com> .\" Modified 2001-12-17, aeb diff --git a/man2/getxattr.2 b/man2/getxattr.2 index ea3a8f50..82f6428c 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -3,6 +3,7 @@ .\" Copyright (C) Andreas Gruenbacher, February 2001 .\" Copyright (C) Silicon Graphics Inc, September 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .TH GETXATTR 2 2013-01-19 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index 95714da5..02e2a04b 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -1,6 +1,7 @@ .\" Copyright (C) 2005 Robert Love .\" and Copyright, 2006 Michael Kerrisk .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version .\" 2006-02-07 mtk, various changes diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 1046824e..31b9df61 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -1,5 +1,6 @@ .\" Copyright (C) 2005 Robert Love .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version .\" 2006-02-07 mtk, minor changes diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2 index ce67cf2c..09cdad9a 100644 --- a/man2/inotify_rm_watch.2 +++ b/man2/inotify_rm_watch.2 @@ -1,5 +1,6 @@ .\" Copyright (C) 2005 Robert Love .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version .\" 2006-02-07 mtk, minor changes diff --git a/man2/ioperm.2 b/man2/ioperm.2 index 0c6782aa..deaad696 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -2,6 +2,7 @@ .\" (michael@moria.de) .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 15:12:05 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Tue Aug 1 16:27 1995 by Jochen Karrer @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com> .TH IPC 2 2012-10-16 "Linux" "Linux Programmer's Manual" diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 7fe35803..9bf0116e 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -3,6 +3,7 @@ .\" Copyright (C) Andreas Gruenbacher, February 2001 .\" Copyright (C) Silicon Graphics Inc, September 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .TH LISTXATTR 2 2013-01-27 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/mlock.2 b/man2/mlock.2 index 771b4064..c95de078 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -2,6 +2,7 @@ .\" using some material drawn from earlier man pages .\" written by Thomas Kuhn, Copyright 1996 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .TH MLOCK 2 2011-09-14 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/modify_ldt.2 b/man2/modify_ldt.2 index 8103c6b5..d2ad4c78 100644 --- a/man2/modify_ldt.2 +++ b/man2/modify_ldt.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Michael Chastain (mec@duracef.shout.net), 22 July 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH MODIFY_LDT 2 2012-07-13 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/mremap.2 b/man2/mremap.2 index bf5dffea..12212f85 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 1996 Tom Bjorkholm <tomb@mydata.se> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-11 Tom Bjorkholm <tomb@mydata.se> .\" First version written (1.3.86) diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 7a9ef077..2ac04aca 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -2,6 +2,7 @@ .\" and Copyright (C) Linux Foundation, 2008, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" First version written diff --git a/man2/outb.2 b/man2/outb.2 index c9f10d69..18518a83 100644 --- a/man2/outb.2 +++ b/man2/outb.2 @@ -2,6 +2,7 @@ .\" (gpg109@rsphy1.anu.edu.au) .\" Wed Nov 29 10:58:54 EST 1995 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" .TH OUTB 2 2012-12-31 "Linux" "Linux Programmer's Manual" diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index bb7feeb6..e87b6f75 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 2012, Vincent Weaver .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" This document is based on the perf_event.h header file, the .\" tools/perf/design.txt file, and a lot of bitter experience. diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 821a567c..a9cbf8ac 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -8,6 +8,7 @@ .\" .\" and Copyright (c) 2011, Denys Vlasenko <vda.linux@googlemail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -26,6 +27,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/>. +.\" %%%LICENSE_END .\" .\" Modified Fri Jul 23 23:47:18 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Fri Jan 31 16:46:30 1997 by Eric S. Raymond <esr@thyrsus.com> diff --git a/man2/removexattr.2 b/man2/removexattr.2 index a164f0da..8acbbff8 100644 --- a/man2/removexattr.2 +++ b/man2/removexattr.2 @@ -3,6 +3,7 @@ .\" Copyright (C) Andreas Gruenbacher, February 2001 .\" Copyright (C) Silicon Graphics Inc, September 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .TH REMOVEXATTR 2 2013-01-19 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/s390_runtime_instr.2 b/man2/s390_runtime_instr.2 index b76e49a0..973c2a7d 100644 --- a/man2/s390_runtime_instr.2 +++ b/man2/s390_runtime_instr.2 @@ -2,6 +2,7 @@ .\" Author: Jan Glauber <jang@linux.vnet.ibm.com> .\" Copyright (c) 2012, IBM Corp. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .TH S390_RUNTIME_INSTR 2 2012-12-17 "Linux Programmer's Manual" .SH NAME diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index f6e262cf..a76eecfe 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -1,5 +1,6 @@ .\" Copyright (C) Tom Bjorkholm & Markus Kuhn, 1996 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-01 Tom Bjorkholm <tomb@mydata.se> .\" First version written diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index 889f9824..f3336f69 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -1,5 +1,6 @@ .\" Copyright (C) Tom Bjorkholm & Markus Kuhn, 1996 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-01 Tom Bjorkholm <tomb@mydata.se> .\" First version written diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index db8b70af..2cbc574c 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -3,6 +3,7 @@ .\" Copyright (C) 2002 Robert Love .\" and Copyright (C) 2006 Michael Kerrisk .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .\" 2002-11-19 Robert Love <rml@tech9.net> - initial version .\" 2004-04-20 mtk - fixed description of return value diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2 index 7b2199d1..a1d7c917 100644 --- a/man2/sched_setparam.2 +++ b/man2/sched_setparam.2 @@ -1,5 +1,6 @@ .\" Copyright (C) Tom Bjorkholm & Markus Kuhn, 1996 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-01 Tom Bjorkholm <tomb@mydata.se> .\" First version written diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index a18fe1fb..b480067c 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -2,6 +2,7 @@ .\" and Copyright (C) 2007 Carsten Emde <Carsten.Emde@osadl.org> .\" and Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-01 Tom Bjorkholm <tomb@mydata.se> .\" First version written diff --git a/man2/sched_yield.2 b/man2/sched_yield.2 index 963fca81..0c70b9cf 100644 --- a/man2/sched_yield.2 +++ b/man2/sched_yield.2 @@ -1,5 +1,6 @@ .\" Copyright (C) Tom Bjorkholm & Markus Kuhn, 1996 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1996-04-01 Tom Bjorkholm <tomb@mydata.se> .\" First version written diff --git a/man2/setsid.2 b/man2/setsid.2 index bdbd749a..084d7d7b 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -1,6 +1,7 @@ .\" Copyright Michael Haardt (michael@cantor.informatik.rwth-aachen.de) .\" Sat Aug 27 20:43:50 MET DST 1994 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Sep 11 19:19:05 1994 <faith@cs.unc.edu> .\" Modified Mon Mar 25 10:19:00 1996 <aeb@cwi.nl> (merged a few diff --git a/man2/setxattr.2 b/man2/setxattr.2 index 1e5d1907..a858159d 100644 --- a/man2/setxattr.2 +++ b/man2/setxattr.2 @@ -3,6 +3,7 @@ .\" Copyright (C) Andreas Gruenbacher, February 2001 .\" Copyright (C) Silicon Graphics Inc, September 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .TH SETXATTR 2 2013-01-19 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/socketcall.2 b/man2/socketcall.2 index bbd401a5..1b5fb833 100644 --- a/man2/socketcall.2 +++ b/man2/socketcall.2 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com> .TH SOCKETCALL 2 2012-10-16 "Linux" "Linux Programmer's Manual" diff --git a/man2/unimplemented.2 b/man2/unimplemented.2 index a15f72da..94904681 100644 --- a/man2/unimplemented.2 +++ b/man2/unimplemented.2 @@ -1,5 +1,6 @@ .\" Copyright 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Updated, aeb, 980612 .\" diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index 740ccadb..4a98bde3 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_CANCEL 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_error.3 b/man3/aio_error.3 index 9ef3fa2e..69957a15 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_ERROR 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index 0e7b2b9a..66843e68 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_FSYNC 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_read.3 b/man3/aio_read.3 index 919abea8..2703cdb3 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_READ 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_return.3 b/man3/aio_return.3 index 78a1c51f..6a525227 100644 --- a/man3/aio_return.3 +++ b/man3/aio_return.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_RETURN 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 1f471084..d6adec49 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -1,6 +1,7 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" and Copyright (C) 2010 Michael kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH AIO_SUSPEND 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/aio_write.3 b/man3/aio_write.3 index 3f18da30..f67cd15f 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH AIO_WRITE 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cfree.3 b/man3/cfree.3 index 4fc0afb5..3fd25276 100644 --- a/man3/cfree.3 +++ b/man3/cfree.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH CFREE 3 2007-07-26 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/crypt.3 b/man3/crypt.3 index 051f9272..ae97956b 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -1,6 +1,7 @@ .\" Michael Haardt (michael@cantor.informatik.rwth.aachen.de) .\" Sat Sep 3 22:00:30 MET DST 1994 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Sun Feb 19 21:32:25 1995, faith@cs.unc.edu edited details away .\" diff --git a/man3/dlopen.3 b/man3/dlopen.3 index ae49203b..81884b93 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -3,6 +3,7 @@ .\" with typesetting help from Daniel Quinlan (quinlan@yggdrasil.com). .\" and Copyright 2003 Michael Kerrisk (mtk.manpages@gmail.com). .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .\" Modified by David A. Wheeler <dwheeler@dwheeler.com> 2000-11-28. .\" Applied patch by Terran Melconian, aeb, 2001-12-14. diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 6f6cce6f..a4deb48c 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -1,6 +1,7 @@ .\" Copyright 2000 Nicolįs Lichtmaier <nick@debian.org> .\" Created 2000-07-22 00:52-0300 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified 2002-07-23 19:21:35 CEST 2002 Walter Harms .\" <walter.harms@informatik.uni-oldenburg.de> diff --git a/man3/errno.3 b/man3/errno.3 index 31411c46..60eca226 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 1996 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 5 Oct 2002, Modified by Michael Kerrisk <mtk.manpages@gmail.com> .\" Updated for POSIX.1 2001 diff --git a/man3/fenv.3 b/man3/fenv.3 index 009e49b6..7e63ea65 100644 --- a/man3/fenv.3 +++ b/man3/fenv.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2000 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 2000-08-14 added GNU additions from Andreas Jaeger .\" 2000-12-05 some changes inspired by acahalan's remarks diff --git a/man3/ftime.3 b/man3/ftime.3 index 45d8dbf3..1f4600f6 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -2,6 +2,7 @@ .\" (michael@moria.de) .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 14:23:14 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl) @@ -3,6 +3,7 @@ .\" and copyright (c) 2006 Justin Pryzby <justinpryzby@users.sf.net> .\" and copyright (c) 2006 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 11:02:22 1993 by Rik Faith (faith@cs.unc.edu) .\" 2006-05-24, Justin Pryzby <justinpryzby@users.sf.net> diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3 index 6ff251ad..af890615 100644 --- a/man3/getgrent_r.3 +++ b/man3/getgrent_r.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH GETGRENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/getpass.3 b/man3/getpass.3 index 8bc64cae..af0bf993 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2000 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH GETPASS 3 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3 index 13d397fa..ac864108 100644 --- a/man3/getpwent_r.3 +++ b/man3/getpwent_r.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH GETPWENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/getutent.3 b/man3/getutent.3 index 5a3de857..740c16b2 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -1,5 +1,6 @@ .\" Copyright 1995 Mark D. Roth (roth@uiuc.edu) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code diff --git a/man3/hsearch.3 b/man3/hsearch.3 index 344def16..b6b866f3 100644 --- a/man3/hsearch.3 +++ b/man3/hsearch.3 @@ -2,6 +2,7 @@ .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" References consulted: .\" SunOS 4.1.1 man pages diff --git a/man3/lio_listio.3 b/man3/lio_listio.3 index ea5ea801..3ba8c61b 100644 --- a/man3/lio_listio.3 +++ b/man3/lio_listio.3 @@ -1,5 +1,6 @@ .\" Copyright (C) 2010, Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH LIO_LISTIO 3 2012-05-08 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/lockf.3 b/man3/lockf.3 index 4cab4ac4..b1dfcd79 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -1,6 +1,7 @@ .\" Copyright 1997 Nicolįs Lichtmaier <nick@debian.org> .\" Created Thu Aug 7 00:44:00 ART 1997 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Added section stuff, aeb, 2002-04-22. .\" Corrected include file, drepper, 2003-06-15. diff --git a/man3/login.3 b/man3/login.3 index 350302be..18d1a514 100644 --- a/man3/login.3 +++ b/man3/login.3 @@ -1,6 +1,7 @@ .\" Derived from text written by Martin Schulze (or taken from glibc.info) .\" and text written by Paul Thompson - both copyright 2002. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH LOGIN 3 2004-05-06 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/longjmp.3 b/man3/longjmp.3 index 74527264..dc759c23 100644 --- a/man3/longjmp.3 +++ b/man3/longjmp.3 @@ -1,5 +1,6 @@ .\" Written by Michael Haardt, Fri Nov 25 14:51:42 MET 1994 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Added siglongjmp, Sun Mar 2 22:03:05 EST 1997, jrv@vanzandt.mv.com .\" Modifications, Sun Feb 26 14:39:45 1995, faith@cs.unc.edu diff --git a/man3/perror.3 b/man3/perror.3 index 8b985f20..949792ec 100644 --- a/man3/perror.3 +++ b/man3/perror.3 @@ -3,6 +3,7 @@ .\" (michael@cantor.informatik.rwth-aachen.de), 1995-03-16 .\" Copyright (c) 1996 Andries Brouwer (aeb@cwi.nl), 1996-01-13 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .\" .\" 1996-01-13 aeb: merged in some text contributed by Melvin Smith .\" (msmith@falcon.mercer.peachnet.edu) and various other changes. diff --git a/man3/printf.3 b/man3/printf.3 index 90aa9353..faa493de 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 1999 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" .\" Earlier versions of this page influenced the present text. diff --git a/man3/scandirat.3 b/man3/scandirat.3 index 6e921e21..34f14439 100644 --- a/man3/scandirat.3 +++ b/man3/scandirat.3 @@ -1,6 +1,7 @@ .\" Copyright (c) 2012, Mark R. Bannister <cambridge@users.sourceforge.net> .\" based on text in mkfifoat.3 Copyright (c) 2006, Michael Kerrisk .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH SCANDIRAT 3 2012-03-17 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man3/setjmp.3 b/man3/setjmp.3 index ac90eb23..3edd556f 100644 --- a/man3/setjmp.3 +++ b/man3/setjmp.3 @@ -1,5 +1,6 @@ .\" Written by Michael Haardt, Fri Nov 25 14:51:42 MET 1994 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Added sigsetjmp, Sun Mar 2 22:03:05 EST 1997, jrv@vanzandt.mv.com .\" Modifications, Sun Feb 26 14:39:45 1995, faith@cs.unc.edu diff --git a/man3/strfmon.3 b/man3/strfmon.3 index 4978867f..337dcfa7 100644 --- a/man3/strfmon.3 +++ b/man3/strfmon.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2000 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH STRFMON 3 2000-12-05 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man3/strtoimax.3 b/man3/strtoimax.3 index 4a090eea..0bbcb580 100644 --- a/man3/strtoimax.3 +++ b/man3/strtoimax.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH STRTOIMAX 3 2003-11-28 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/termios.3 b/man3/termios.3 index 1a4b8066..44ab3348 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -2,6 +2,7 @@ .\" (michael@moria.de) .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu> .\" Modified 1995-02-25 by Jim Van Zandt <jrv@vanzandt.mv.com> diff --git a/man3/ttyname.3 b/man3/ttyname.3 index d67e0941..fb2ca18e 100644 --- a/man3/ttyname.3 +++ b/man3/ttyname.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Jim Van Zandt <jrv@vanzandt.mv.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org> .\" Added ttyname_r, aeb, 2002-07-20 diff --git a/man3/ualarm.3 b/man3/ualarm.3 index d1478ab0..bc7cea43 100644 --- a/man3/ualarm.3 +++ b/man3/ualarm.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH UALARM 3 2010-09-20 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/updwtmp.3 b/man3/updwtmp.3 index cf76082e..cca2ba98 100644 --- a/man3/updwtmp.3 +++ b/man3/updwtmp.3 @@ -1,6 +1,7 @@ .\" Copyright 1997 Nicolįs Lichtmaier <nick@debian.org> .\" Created Wed Jul 2 23:27:34 ART 1997 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Added info on availability, aeb, 971207 .\" Added -lutil remark, 030718 diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3 index 8daffbfa..e7fd00f1 100644 --- a/man3/wcstoimax.3 +++ b/man3/wcstoimax.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH WCSTOIMAX 3 2003-11-01 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/wordexp.3 b/man3/wordexp.3 index a59373fb..f263ae01 100644 --- a/man3/wordexp.3 +++ b/man3/wordexp.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH WORDEXP 3 2008-07-14 "" "Linux Programmer's Manual" .SH NAME diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4 index dcc0a136..a0faea59 100644 --- a/man4/console_ioctl.4 +++ b/man4/console_ioctl.4 @@ -1,6 +1,7 @@ .\" Copyright (c) 1995 Jim Van Zandt <jrv@vanzandt.mv.com> and aeb .\" Sun Feb 26 11:46:23 MET 1995 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified, Sun Feb 26 15:04:20 1995, faith@cs.unc.edu .\" Modified, Thu Apr 20 22:08:17 1995, jrv@vanzandt.mv.com diff --git a/man4/dsp56k.4 b/man4/dsp56k.4 index 5071b83b..36c5345b 100644 --- a/man4/dsp56k.4 +++ b/man4/dsp56k.4 @@ -1,6 +1,7 @@ '\" t .\" Copyright (c) 2000 lars brinkhoff <lars@nocrew.org> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified, Thu Jan 27 19:16:19 CET 2000, lars@nocrew.org .\" @@ -2,6 +2,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de) .\" and 1994,1995 Alain Knaff (Alain.Knaff@imag.fr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified, Sun Feb 26 15:00:02 1995, faith@cs.unc.edu .\" @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 16:56:20 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Mon Oct 21 21:38:51 1996 by Eric S. Raymond <esr@thyrsus.com> diff --git a/man4/intro.4 b/man4/intro.4 index 397edc39..2cf7f69a 100644 --- a/man4/intro.4 +++ b/man4/intro.4 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 16:57:14 1993 by Rik Faith (faith@cs.unc.edu) .TH INTRO 4 2007-10-23 "Linux" "Linux Programmer's Manual" @@ -2,6 +2,7 @@ .\" Copyright (c) Michael Haardt (michael@cantor.informatik.rwth-aachen.de), .\" Sun Jan 15 19:16:33 1995 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified, Sun Feb 26 15:02:58 1995, faith@cs.unc.edu .TH LP 4 1995-01-15 "Linux" "Linux Programmer's Manual" @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 16:59:10 1993 by Rik Faith (faith@cs.unc.edu) .TH MEM 4 1992-11-21 "Linux" "Linux Programmer's Manual" diff --git a/man4/null.4 b/man4/null.4 index 061292cc..02f4c549 100644 --- a/man4/null.4 +++ b/man4/null.4 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:00:12 1993 by Rik Faith (faith@cs.unc.edu) .TH NULL 4 2009-02-23 "Linux" "Linux Programmer's Manual" @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:01:11 1993 by Rik Faith (faith@cs.unc.edu) .TH RAM 4 1992-11-21 "Linux" "Linux Programmer's Manual" @@ -1,6 +1,7 @@ .\" rtc.4 .\" Copyright 2002 Urs Thuermann (urs@isnogud.escape.de) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" $Id: rtc.4,v 1.4 2005/12/05 17:19:49 urs Exp $ .\" diff --git a/man4/sk98lin.4 b/man4/sk98lin.4 index f9426c7e..a5fc6e98 100644 --- a/man4/sk98lin.4 +++ b/man4/sk98lin.4 @@ -2,6 +2,7 @@ .\" sk98lin.4 1.1 2003/12/17 10:03:18 .\" This manpage can be viewed using `groff -Tascii -man sk98lin.4 | less` .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .TH SK98LIN 4 2012-08-05 "Linux" "Linux Programmer's Manual" .SH NAME @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2003-04-07 by Michael Kerrisk diff --git a/man4/ttyS.4 b/man4/ttyS.4 index 0d4a6e99..7b3bdc41 100644 --- a/man4/ttyS.4 +++ b/man4/ttyS.4 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:03:24 1993 by Rik Faith (faith@cs.unc.edu) .TH TTYS 4 1992-12-19 "Linux" "Linux Programmer's Manual" @@ -1,6 +1,7 @@ .\" Copyright (c) 1995 James R. Van Zandt <jrv@vanzandt.mv.com> .\" Sat Feb 18 09:11:07 EST 1995 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified, Sun Feb 26 15:08:05 1995, faith@cs.unc.edu .\" 2007-12-17, Samuel Thibault <samuel.thibault@ens-lyon.org>: diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 07837aa7..eb58b87c 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -1,5 +1,6 @@ .\" Copyright 1996 Daniel Quinlan (Daniel.Quinlan@linux.org) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" diff --git a/man5/group.5 b/man5/group.5 index fb9ec18a..e97f45b3 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu) .TH GROUP 5 2010-10-21 "Linux" "Linux Programmer's Manual" diff --git a/man5/host.conf.5 b/man5/host.conf.5 index e3065082..cfd2426c 100644 --- a/man5/host.conf.5 +++ b/man5/host.conf.5 @@ -1,5 +1,6 @@ .\" Copyright (c) 1997 Martin Schulze (joey@infodrom.north.de) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" Much of the text is copied from the manpage of resolv+(8). .\" diff --git a/man5/hosts.5 b/man5/hosts.5 index 493adeff..db20cd78 100644 --- a/man5/hosts.5 +++ b/man5/hosts.5 @@ -1,6 +1,7 @@ .\" Hey, Emacs! This is an -*- nroff -*- source file. .\" Copyright (c) 2000 Manoj Srivastava <srivasta@debian.org> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Minor polishing, aeb .\" Modified, 2002-06-16, Mike Coleman diff --git a/man5/intro.5 b/man5/intro.5 index 6f163611..3c29be25 100644 --- a/man5/intro.5 +++ b/man5/intro.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:06:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jan 14 00:34:09 1996 by Andries Brouwer (aeb@cwi.nl) diff --git a/man5/issue.5 b/man5/issue.5 index e9563252..2c1ede30 100644 --- a/man5/issue.5 +++ b/man5/issue.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 11:06:22 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond <esr@thyrsus.com> diff --git a/man5/motd.5 b/man5/motd.5 index a21a06ff..f1d38ae3 100644 --- a/man5/motd.5 +++ b/man5/motd.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:08:16 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond <esr@thyrsus.com> diff --git a/man5/networks.5 b/man5/networks.5 index 9df80bfc..1d73fd51 100644 --- a/man5/networks.5 +++ b/man5/networks.5 @@ -1,5 +1,6 @@ .\" Copyright (c) 2001 Martin Schulze <joey@infodrom.org> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" 2008-09-04, mtk, taken from Debian downstream, with a few light edits .\" .TH NETWORKS 5 2008-09-04 "GNU/Linux" "Linux System Administration" diff --git a/man5/nologin.5 b/man5/nologin.5 index bd4b2080..0b2b1c87 100644 --- a/man5/nologin.5 +++ b/man5/nologin.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 11:06:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Corrected Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond (esr@thyrsus.com) diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5 index 27476c35..4cfe946b 100644 --- a/man5/nsswitch.conf.5 +++ b/man5/nsswitch.conf.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1998, 1999 Thorsten Kukuk (kukuk@vt.uni-paderborn.de) .\" Copyright (c) 2011, Mark R. Bannister <cambridge@users.sourceforge.net> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH NSSWITCH.CONF 5 2013-02-12 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man5/passwd.5 b/man5/passwd.5 index b2076f3a..69019321 100644 --- a/man5/passwd.5 +++ b/man5/passwd.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 10:46:28 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Aug 21 18:12:27 1994 by Rik Faith (faith@cs.unc.edu) diff --git a/man5/proc.5 b/man5/proc.5 index 4fde1166..97c12f8d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -6,6 +6,7 @@ .\" and System V IPC (as well as various other) additions from .\" Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -24,6 +25,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1995-05-17 by faith@cs.unc.edu .\" Minor changes by aeb and Marty Leisner (leisner@sdsp.mc.xerox.com). diff --git a/man5/protocols.5 b/man5/protocols.5 index c645611f..8687d74a 100644 --- a/man5/protocols.5 +++ b/man5/protocols.5 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995 Martin Schulze <joey@infodrom.north.de> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1995-10-18 Martin Schulze <joey@infodrom.north.de> .\" * first released diff --git a/man5/securetty.5 b/man5/securetty.5 index 99fdc78a..87619ac0 100644 --- a/man5/securetty.5 +++ b/man5/securetty.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu) .TH SECURETTY 5 1992-12-29 "Linux" "Linux Programmer's Manual" diff --git a/man5/shells.5 b/man5/shells.5 index 76b7336a..d976809c 100644 --- a/man5/shells.5 +++ b/man5/shells.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Thu May 20 20:45:48 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:11:07 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Nov 21 10:49:38 1993 by Michael Haardt diff --git a/man5/termcap.5 b/man5/termcap.5 index 0dd039ed..c6ac8d15 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified formatting Sat Jul 24 17:13:38 1993, Rik Faith (faith@cs.unc.edu) .\" Modified (extensions and corrections) diff --git a/man5/ttytype.5 b/man5/ttytype.5 index 64756785..ca6e5391 100644 --- a/man5/ttytype.5 +++ b/man5/ttytype.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:17:50 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Thu Oct 19 21:25:21 MET 1995 by Martin Schulze <joey@infodrom.north.de> diff --git a/man5/utmp.5 b/man5/utmp.5 index 01ef8f51..337c0f3d 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995-02-26 by Michael Haardt diff --git a/man6/intro.6 b/man6/intro.6 index 042fef90..845c69ca 100644 --- a/man6/intro.6 +++ b/man6/intro.6 @@ -1,6 +1,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de), .\" Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:19:57 1993 by Rik Faith (faith@cs.unc.edu) .TH INTRO 6 2007-10-23 "Linux" "Linux Programmer's Manual" diff --git a/man7/armscii-8.7 b/man7/armscii-8.7 index e1a3ddb5..603d6553 100644 --- a/man7/armscii-8.7 +++ b/man7/armscii-8.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ARMSCII-8 -*- .\" Copyright 2009 Lefteris Dimitroulakis <edimitro at tee.gr> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" .TH ARMSCII-8 7 2010-09-20 "Linux" "Linux Programmer's Manual" diff --git a/man7/ascii.7 b/man7/ascii.7 index 6c8408e8..eba41e63 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -2,6 +2,7 @@ .\" Copyright (c) 1993 Michael Haardt (michael@moria.de) .\" Created Fri Apr 2 11:32:09 MET DST 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 1994-05-15 by Daniel Quinlan (quinlan@yggdrasil.com) diff --git a/man7/bootparam.7 b/man7/bootparam.7 index 85a985ca..d26c9d0c 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -1,5 +1,6 @@ .\" Copyright (c) 1995,1997 Paul Gortmaker and Andries Brouwer .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" This man page written 950814 by aeb, based on Paul Gortmaker's HOWTO .\" (dated v1.0.1, 15/08/95). diff --git a/man7/cp1251.7 b/man7/cp1251.7 index 8c6411ec..f0856cb6 100644 --- a/man7/cp1251.7 +++ b/man7/cp1251.7 @@ -1,6 +1,7 @@ '\" t -*- coding: CP1251 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH CP1251 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME cp1251 \- CP\ 1251 character set encoded in octal, decimal, diff --git a/man7/environ.7 b/man7/environ.7 index 9e833269..0c791e45 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -2,6 +2,7 @@ .\" Fri Apr 2 11:32:09 MET DST 1993 .\" and Andries Brouwer (aeb@cwi.nl), Fri Feb 14 21:47:50 1997. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sun Jul 25 10:45:30 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer (aeb@cwi.nl) diff --git a/man7/glob.7 b/man7/glob.7 index 997e245c..0c3997af 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -1,5 +1,6 @@ .\" Copyright (c) 1998 Andries Brouwer .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 2003-08-24 fix for / by John Kristoff + joey .\" diff --git a/man7/intro.7 b/man7/intro.7 index 8140a567..92f1f226 100644 --- a/man7/intro.7 +++ b/man7/intro.7 @@ -2,6 +2,7 @@ .\" (michael@moria.de), Fri Apr 2 11:32:09 MET DST .\" 1993 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified by Thomas Koenig (ig25@rz.uni-karlsruhe.de) 24 Apr 1993 .\" Modified Sat Jul 24 17:28:08 1993 by Rik Faith (faith@cs.unc.edu) diff --git a/man7/iso_8859-1.7 b/man7/iso_8859-1.7 index d823d398..2ce7c8d5 100644 --- a/man7/iso_8859-1.7 +++ b/man7/iso_8859-1.7 @@ -1,6 +1,7 @@ '\" t .\" Copyright 1993-1995 Daniel Quinlan (quinlan@yggdrasil.com) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 diff --git a/man7/iso_8859-10.7 b/man7/iso_8859-10.7 index fbcc3635..e0ca6cec 100644 --- a/man7/iso_8859-10.7 +++ b/man7/iso_8859-10.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-10 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-10 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal, diff --git a/man7/iso_8859-11.7 b/man7/iso_8859-11.7 index 3d311521..9595d432 100644 --- a/man7/iso_8859-11.7 +++ b/man7/iso_8859-11.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-11 -*- .\" Copyright 2009 Lefteris Dimitroulakis <edimitro at tee.gr> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\"Thanomsub Noppaburana <donga.nb@gmail.com> made valuable suggestions. .\" diff --git a/man7/iso_8859-13.7 b/man7/iso_8859-13.7 index 8042c163..bb6892f5 100644 --- a/man7/iso_8859-13.7 +++ b/man7/iso_8859-13.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-7 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-13 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal, diff --git a/man7/iso_8859-14.7 b/man7/iso_8859-14.7 index 2f426993..bb808934 100644 --- a/man7/iso_8859-14.7 +++ b/man7/iso_8859-14.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-14 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-14 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal, diff --git a/man7/iso_8859-15.7 b/man7/iso_8859-15.7 index 0bcf9ff3..ed95e801 100644 --- a/man7/iso_8859-15.7 +++ b/man7/iso_8859-15.7 @@ -2,6 +2,7 @@ .\" Copyright 1993-1995 Daniel Quinlan (quinlan@yggdrasil.com) .\" Copyright 1999 Dimitri Papadopoulos (dpo@club-internet.fr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .TH ISO_8859-15 7 1999-05-31 "Linux" "Linux Programmer's Manual" .nh .SH NAME diff --git a/man7/iso_8859-16.7 b/man7/iso_8859-16.7 index ea28588f..0d31e579 100644 --- a/man7/iso_8859-16.7 +++ b/man7/iso_8859-16.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-16 -*- .\" Copyright 2002 Ionel Mugurel Ciobīcć (IMCiobica@netscape.net) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .TH ISO_8859-16 7 2012-08-05 "Linux" "Linux Programmer's Manual" .nh diff --git a/man7/iso_8859-2.7 b/man7/iso_8859-2.7 index 5bc6c7ce..4a12db18 100644 --- a/man7/iso_8859-2.7 +++ b/man7/iso_8859-2.7 @@ -2,6 +2,7 @@ .\" Copyright 1999 Roman Maurer (roman.maurer@hermes.si) .\" Copyright 1993-1995 Daniel Quinlan (quinlan@yggdrasil.com) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 diff --git a/man7/iso_8859-3.7 b/man7/iso_8859-3.7 index 5a5a5536..41c28db9 100644 --- a/man7/iso_8859-3.7 +++ b/man7/iso_8859-3.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-3 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-3 7 2010-09-20 "Linux" "Linux Programmer's Manual" .nh .SH NAME diff --git a/man7/iso_8859-4.7 b/man7/iso_8859-4.7 index 19115c9b..6540678e 100644 --- a/man7/iso_8859-4.7 +++ b/man7/iso_8859-4.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-4 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-4 7 2009-01-24 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal, diff --git a/man7/iso_8859-5.7 b/man7/iso_8859-5.7 index 34649652..5cba9070 100644 --- a/man7/iso_8859-5.7 +++ b/man7/iso_8859-5.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-5 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-5 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal, diff --git a/man7/iso_8859-6.7 b/man7/iso_8859-6.7 index c9acd4d5..0e0ca348 100644 --- a/man7/iso_8859-6.7 +++ b/man7/iso_8859-6.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-6 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-6 7 2010-09-20 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal, diff --git a/man7/iso_8859-7.7 b/man7/iso_8859-7.7 index b57f7ab5..863a2b07 100644 --- a/man7/iso_8859-7.7 +++ b/man7/iso_8859-7.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-7 -*- .\" Copyright 1999 Dimitri Papadopoulos (dpo@club-internet.fr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-7 7 2008-10-30 "Linux" "Linux Programmer's Manual" .nh .SH NAME diff --git a/man7/iso_8859-8.7 b/man7/iso_8859-8.7 index 91e55c04..5800f599 100644 --- a/man7/iso_8859-8.7 +++ b/man7/iso_8859-8.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-8 -*- .\" Copyright 2009 Lefteris Dimitroulakis (edimitro@tee.gr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" Eli Zaretskii <eliz@gnu.org> made valuable suggestions .\" diff --git a/man7/iso_8859-9.7 b/man7/iso_8859-9.7 index 5d6bab6a..64107037 100644 --- a/man7/iso_8859-9.7 +++ b/man7/iso_8859-9.7 @@ -1,6 +1,7 @@ '\" t -*- coding: ISO-8859-9 -*- .\" Copyright 2002 Dimitri Papadopoulos (dpo@club-internet.fr) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .TH ISO_8859-9 7 2002-09-24 "Linux" "Linux Programmer's Manual" .nh .SH NAME diff --git a/man7/koi8-r.7 b/man7/koi8-r.7 index 9236f280..c223f7da 100644 --- a/man7/koi8-r.7 +++ b/man7/koi8-r.7 @@ -3,6 +3,7 @@ .\" .\" Lots of text ripped from http://koi8.pp.ru/ .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -21,6 +22,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/>. +.\" %%%LICENSE_END .TH KOI8-R 7 2012-08-05 "Linux" "Linux Programmer's Manual" .nh .SH NAME diff --git a/man7/koi8-u.7 b/man7/koi8-u.7 index 056ca1cd..b1784750 100644 --- a/man7/koi8-u.7 +++ b/man7/koi8-u.7 @@ -1,6 +1,7 @@ '\" t -*- coding: KOI8-U -*- .\" Copyright 2009 Lefteris Dimitroulakis <edimitro at tee.gr> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -19,6 +20,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/>. +.\" %%%LICENSE_END .\" .\" 2009-01-15, mtk, Some edits .\" diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index fd6d557e..92adfb26 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .TH POSIXOPTIONS 7 2007-12-21 "" "Linux Programmer's Manual" .SH NAME diff --git a/man7/standards.7 b/man7/standards.7 index 0a35ced9..7c28d2ab 100644 --- a/man7/standards.7 +++ b/man7/standards.7 @@ -2,6 +2,7 @@ .\" includes some material by other authors that was formerly .\" in intro.2. .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .TH STANDARDS 7 2012-08-05 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man7/unicode.7 b/man7/unicode.7 index 76ec6643..de65c695 100644 --- a/man7/unicode.7 +++ b/man7/unicode.7 @@ -1,5 +1,6 @@ .\" Copyright (C) Markus Kuhn, 1995, 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1995-11-26 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" First version written diff --git a/man7/utf-8.7 b/man7/utf-8.7 index d6ed7efd..d582f9dd 100644 --- a/man7/utf-8.7 +++ b/man7/utf-8.7 @@ -1,5 +1,6 @@ .\" Copyright (C) Markus Kuhn, 1996, 2001 .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -18,6 +19,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/>. +.\" %%%LICENSE_END .\" .\" 1995-11-26 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de> .\" First version written diff --git a/man8/intro.8 b/man8/intro.8 index a4951ce6..f97afa95 100644 --- a/man8/intro.8 +++ b/man8/intro.8 @@ -2,6 +2,7 @@ .\" Fri Apr 2 11:32:09 MET DST 1993 .\" and Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(GPLv2+_doc_full) .\" This is free documentation; 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 @@ -20,6 +21,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/>. +.\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:35:48 1993 by Rik Faith (faith@cs.unc.edu) .\" 2007-10-23 mtk: minor rewrites, and added paragraph on exit status |