diff options
author | scrappy <scrappy@FreeBSD.org> | 1996-05-27 04:10:28 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1996-05-27 04:10:28 +0000 |
commit | 9ec60f586a5d0dd87cbb47a24f13f7d24b3046d6 (patch) | |
tree | 1ac6c983d5e8e6f1b8cc49b2fbe5b25c2a944788 /lib/libc/stdtime/strftime.c | |
parent | 0cb6381c942676ac26ecfa2bc3f6303302079b58 (diff) | |
download | FreeBSD-src-9ec60f586a5d0dd87cbb47a24f13f7d24b3046d6.zip FreeBSD-src-9ec60f586a5d0dd87cbb47a24f13f7d24b3046d6.tar.gz |
Added in appropriate Berkeley copyright and RCS Id: string
Closes PR#doc/536
Diffstat (limited to 'lib/libc/stdtime/strftime.c')
-rw-r--r-- | lib/libc/stdtime/strftime.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 0ad723e..8d950af 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -13,11 +13,13 @@ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * $Id:$ */ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: strftime.c,v 1.5 1995/08/07 23:35:41 ache Exp $"; + "$Id: strftime.c,v 1.6 1995/10/23 19:52:43 ache Exp $"; #endif #ifndef lint |