aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-09-16 13:36:10 +0200
committerMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-11-04 15:32:34 +0100
commit11218db813c07d0687148fc4e22d6065231943bf (patch)
tree3148a4e87da7b7c0d53d2c52d84e00f23abbdd6d
parent1bac4def072144ce140b5bf11846a1925d1a8e9e (diff)
downloadman-pages-posix-11218db813c07d0687148fc4e22d6065231943bf.tar.gz
posix.py: Tweak copyright notice after errors spotted by Geoff Clare
Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
-rwxr-xr-xposix.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix.py b/posix.py
index b4bbb0f..55e401a 100755
--- a/posix.py
+++ b/posix.py
@@ -332,7 +332,8 @@ for file in sys.argv[2:]:
"Portions of this text are reprinted and reproduced in electronic form\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) 2001-2017 by the Institute of\n"
+ "Specifications Issue 7, 2018 Edition,\n"
+ "Copyright (C) 2018 by the Institute of\n"
"Electrical and Electronics Engineers, Inc and The Open Group.\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"