diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/libfetch/files/common.c | 3 | ||||
-rw-r--r-- | net/libfetch/files/ftp.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/libfetch/files/common.c b/net/libfetch/files/common.c index b333bf04898..730e53fd036 100644 --- a/net/libfetch/files/common.c +++ b/net/libfetch/files/common.c @@ -1,6 +1,7 @@ -/* $NetBSD: common.c,v 1.6 2008/04/05 02:51:14 joerg Exp $ */ +/* $NetBSD: common.c,v 1.7 2008/04/17 19:04:12 joerg Exp $ */ /*- * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/net/libfetch/files/ftp.c b/net/libfetch/files/ftp.c index b62b184d4b5..15ba3906400 100644 --- a/net/libfetch/files/ftp.c +++ b/net/libfetch/files/ftp.c @@ -1,6 +1,7 @@ -/* $NetBSD: ftp.c,v 1.16 2008/04/17 08:35:20 joerg Exp $ */ +/* $NetBSD: ftp.c,v 1.17 2008/04/17 19:04:12 joerg Exp $ */ /*- * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |