Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2018 21:26:08 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333895 - head/lib/libc/stdio
Message-ID:  <201805192126.w4JLQ8CS056321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat May 19 21:26:07 2018
New Revision: 333895
URL: https://svnweb.freebsd.org/changeset/base/333895

Log:
  Conform to Berne Convention.
  
  Prompted by:	Recent discussion
  MFC after:	3 days

Modified:
  head/lib/libc/stdio/gets_s.c

Modified: head/lib/libc/stdio/gets_s.c
==============================================================================
--- head/lib/libc/stdio/gets_s.c	Sat May 19 20:57:22 2018	(r333894)
+++ head/lib/libc/stdio/gets_s.c	Sat May 19 21:26:07 2018	(r333895)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805192126.w4JLQ8CS056321>