Mercurial > hg > octave-kai > gnulib-hg
comparison lib/stpcpy.c @ 16201:8250f2777afc
maint: update all copyright year number ranges
Run "make update-copyright".
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sun, 01 Jan 2012 10:04:58 +0100 |
parents | 97fc9a21a8fb |
children | e542fd46ad6f |
comparison
equal
deleted
inserted
replaced
16200:146843414cf0 | 16201:8250f2777afc |
---|---|
1 /* stpcpy.c -- copy a string and return pointer to end of new string | 1 /* stpcpy.c -- copy a string and return pointer to end of new string |
2 Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2011 Free Software | 2 Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2012 Free Software |
3 Foundation, Inc. | 3 Foundation, Inc. |
4 | 4 |
5 NOTE: The canonical source of this file is maintained with the GNU C Library. | 5 NOTE: The canonical source of this file is maintained with the GNU C Library. |
6 Bugs can be reported to bug-glibc@prep.ai.mit.edu. | 6 Bugs can be reported to bug-glibc@prep.ai.mit.edu. |
7 | 7 |