From: Jim Meyering Date: Tue, 31 Mar 1998 12:09:55 +0000 (+0000) Subject: add descriptive first-line comment X-Git-Tag: TEXTUTILS-1_22f~132 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=85b39cb5897e513054e1dd210f4c172abd61d7db;p=thirdparty%2Fcoreutils.git 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.