aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-05-19 21:26:07 +0000
committerCy Schubert <cy@FreeBSD.org>2018-05-19 21:26:07 +0000
commitb97c07ccc1b9220dbbc0e01b03edff6420230372 (patch)
tree62ec2d28a95897fd228f9d4649cc2f29a592f470 /lib/libc/stdio
parentd67c790d710721df7373e3c4de8be099ac96efbf (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/gets_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/gets_s.c b/lib/libc/stdio/gets_s.c
index ad81349587347..fc5774937821d 100644
--- a/lib/libc/stdio/gets_s.c
+++ b/lib/libc/stdio/gets_s.c
@@ -4,7 +4,7 @@
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2017, 2018
- * Cyril S. E. Schubert. All rights reserved.
+ * Cyril S. E. Schubert
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.