aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-08-06 16:09:02 +0200
committerMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-11-04 15:32:34 +0100
commitf43815e173b8a5f351d6460e995bed720bdb4dcd (patch)
tree1d10b3269fa35d59cf5f22c27b14d496b6a62b4d
parent32cdd91afcda870ff68248a6e4d560b016b18cdc (diff)
downloadman-pages-posix-f43815e173b8a5f351d6460e995bed720bdb4dcd.tar.gz
posix.py: Update the copyright notice to correspond to POSIX.1-2017
The first part of the text in the COPYRIGHT section comes from the grant letter provided IEEE/TOG. Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
-rwxr-xr-xposix.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/posix.py b/posix.py
index a20bc69..979944d 100755
--- a/posix.py
+++ b/posix.py
@@ -316,7 +316,7 @@ for file in sys.argv[2:]:
else: NAME = name
lines.insert(0,
"'\\\" et\n"
- ".TH {} \"{}\" 2013 \"IEEE/The Open Group\" \"POSIX Programmer's Manual\"\n"
+ ".TH {} \"{}\" 2017 \"IEEE/The Open Group\" \"POSIX Programmer's Manual\"\n"
".SH PROLOG\n"
"This manual page is part of the POSIX Programmer's Manual.\n"
"The Linux implementation of this interface may differ (consult\n"
@@ -327,16 +327,15 @@ for file in sys.argv[2:]:
lines.append(
".SH COPYRIGHT\n"
"Portions of this text are reprinted and reproduced in electronic form\n"
- "from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology\n"
+ "from IEEE Std 1003.1-2017, Standard for Information Technology\n"
"-- Portable Operating System Interface (POSIX), The Open Group Base\n"
- "Specifications Issue 7, Copyright (C) 2013 by the Institute of\n"
+ "Specifications Issue 7, Copyright (C) 2001-2017 by the Institute of\n"
"Electrical and Electronics Engineers, Inc and The Open Group.\n"
- "(This is POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.) In the\n"
- "event of any discrepancy between this version and the original IEEE and\n"
+ "In the event of any discrepancy between this version and the original IEEE and\n"
"The Open Group Standard, the original IEEE and The Open Group Standard\n"
"is the referee document. The original Standard can be obtained online at\n"
- "http://www.unix.org/online.html .\n"
- "\n"
+ "http://www.opengroup.org/unix/online.html .\n"
+ ".PP\n"
"Any typographical or formatting errors that appear\n"
"in this page are most likely\n"
"to have been introduced during the conversion of the source files to\n"