diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-01-30 08:37:23 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-01-30 08:37:23 +0000 |
commit | 4524013cd3ca6337f1c7ed57594ebb70fa4ab399 (patch) | |
tree | 3f607b8592dc6369575c1b15f283f40668e0df85 | |
parent | 4f7ab58ee65f0525390478dea6beb0c50f2c96bb (diff) |
Notes
-rw-r--r-- | lib/libfetch/common.c | 2 | ||||
-rw-r--r-- | lib/libfetch/common.h | 2 | ||||
-rw-r--r-- | lib/libfetch/http.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 94ebfa21edaeb..5cc7e263b0c5b 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2011 Dag-Erling Smørgrav + * Copyright (c) 1998-2014 Dag-Erling Smørgrav * Copyright (c) 2013 Michael Gmelin <freebsd@grem.de> * All rights reserved. * diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index ba45534b66b20..875eef196e986 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998-2011 Dag-Erling Smørgrav + * Copyright (c) 1998-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index 676cbb76d9602..b2feedbcd0bf1 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000-2013 Dag-Erling Smørgrav + * Copyright (c) 2000-2014 Dag-Erling Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without |