From: Jim Meyering Date: Tue, 31 Mar 1998 12:09:55 +0000 (+0000) Subject: add descriptive first-line comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84101579151497b775371eb56e5ce7a8d76e9b74;p=pspp add descriptive first-line comment --- diff --git a/lib/stpcpy.c b/lib/stpcpy.c index 0ad8863cd0..380e65f7dc 100644 --- a/lib/stpcpy.c +++ b/lib/stpcpy.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc. +/* stpcpy.c -- copy a string and return pointer to end of new string + Copyright (C) 1992, 1995, 1997, 1998 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu.