diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfetch/common.c | 2 | ||||
-rw-r--r-- | lib/libfetch/common.h | 2 | ||||
-rw-r--r-- | lib/libfetch/fetch.3 | 3 | ||||
-rw-r--r-- | lib/libfetch/fetch.c | 2 | ||||
-rw-r--r-- | lib/libfetch/fetch.h | 2 | ||||
-rw-r--r-- | lib/libfetch/file.c | 2 | ||||
-rw-r--r-- | lib/libfetch/ftp.c | 2 | ||||
-rw-r--r-- | lib/libfetch/http.c | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 4a169ae..f7700cf 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index 6f65259..62e0846 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index da965a8..3e15132 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1998 Dag-Erling Coïdan Smørgrav +.\"- +.\" Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index 59ee8a8..403a2dba 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 1c627d3..10d911a 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/file.c b/lib/libfetch/file.c index d73159a..42ce68d 100644 --- a/lib/libfetch/file.c +++ b/lib/libfetch/file.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c index 6d7a81c..f59b2f4 100644 --- a/lib/libfetch/ftp.c +++ b/lib/libfetch/ftp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav + * Copyright (c) 1998-2004 Dag-Erling Coïdan 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 1d723d1..3808507 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without |