summaryrefslogtreecommitdiff
path: root/lib/dup2.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-01-01 02:45:51 -0500
committerEli Zaretskii <eliz@gnu.org>2022-01-01 02:45:51 -0500
commit19dcb237b5b02b36580294ab309124f346a66024 (patch)
treed08a98347336f10265f20c46e3908dc74ef406d3 /lib/dup2.c
parent8a08af20a8081f3dd419809122d82352633cc87d (diff)
downloademacs-19dcb237b5b02b36580294ab309124f346a66024.tar.gz
; Add 2022 to copyright years.
Diffstat (limited to 'lib/dup2.c')
-rw-r--r--lib/dup2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dup2.c b/lib/dup2.c
index 53e5552132c..87d828727a1 100644
--- a/lib/dup2.c
+++ b/lib/dup2.c
@@ -1,6 +1,7 @@
/* Duplicate an open file descriptor to a specified file descriptor.
- Copyright (C) 1999, 2004-2007, 2009-2021 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2004-2007, 2009-2022 Free Software Foundation,
+ Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as