summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2021-01-23 15:24:44 +0000
committerJoe Orton <joe@manyfish.uk>2021-01-23 15:24:44 +0000
commitf831e2ebdecb73e0b3dabf811e425131737fd36c (patch)
tree158ad7b8ca73f8c7feb6d025b587304fedc5dcf6
parentdac1a6b26e1060e7171754e03e53c371b798a687 (diff)
downloadneon-git-f831e2ebdecb73e0b3dabf811e425131737fd36c.tar.gz
Update copyright years.
-rw-r--r--README.md2
-rw-r--r--src/memleak.h2
-rw-r--r--src/ne_207.c2
-rw-r--r--src/ne_207.h2
-rw-r--r--src/ne_acl.h2
-rw-r--r--src/ne_acl3744.c2
-rw-r--r--src/ne_acl3744.h2
-rw-r--r--src/ne_alloc.c2
-rw-r--r--src/ne_alloc.h2
-rw-r--r--src/ne_auth.c2
-rw-r--r--src/ne_auth.h2
-rw-r--r--src/ne_basic.c2
-rw-r--r--src/ne_basic.h2
-rw-r--r--src/ne_compress.c2
-rw-r--r--src/ne_compress.h2
-rw-r--r--src/ne_dates.c2
-rw-r--r--src/ne_dates.h2
-rw-r--r--src/ne_defs.h2
-rw-r--r--src/ne_gnutls.c2
-rw-r--r--src/ne_i18n.c2
-rw-r--r--src/ne_i18n.h2
-rw-r--r--src/ne_internal.h2
-rw-r--r--src/ne_locks.c2
-rw-r--r--src/ne_locks.h2
-rw-r--r--src/ne_md5.h2
-rw-r--r--src/ne_oldacl.c2
-rw-r--r--src/ne_openssl.c2
-rw-r--r--src/ne_pkcs11.c2
-rw-r--r--src/ne_pkcs11.h2
-rw-r--r--src/ne_private.h2
-rw-r--r--src/ne_privssl.h2
-rw-r--r--src/ne_props.c2
-rw-r--r--src/ne_props.h2
-rw-r--r--src/ne_redirect.c2
-rw-r--r--src/ne_redirect.h2
-rw-r--r--src/ne_request.c2
-rw-r--r--src/ne_request.h2
-rw-r--r--src/ne_session.c2
-rw-r--r--src/ne_session.h2
-rw-r--r--src/ne_socket.c2
-rw-r--r--src/ne_socket.h2
-rw-r--r--src/ne_socks.c2
-rw-r--r--src/ne_ssl.h2
-rw-r--r--src/ne_string.c2
-rw-r--r--src/ne_string.h2
-rw-r--r--src/ne_stubssl.c2
-rw-r--r--src/ne_uri.c2
-rw-r--r--src/ne_uri.h2
-rw-r--r--src/ne_utils.c2
-rw-r--r--src/ne_utils.h2
-rw-r--r--src/ne_xml.c2
-rw-r--r--src/ne_xml.h2
-rw-r--r--src/ne_xmlreq.c2
-rw-r--r--src/ne_xmlreq.h2
54 files changed, 54 insertions, 54 deletions
diff --git a/README.md b/README.md
index a33cb97..6e36ca3 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ The autoconf macros in the "macros" directory are under a less
restrictive license, see each file for details.
~~~
-neon is Copyright (C) 1999-2008 Joe Orton
+neon is Copyright (C) 1999-2021 Joe Orton
Portions are:
Copyright (C) Aleix Conchillo Flaque
Copyright (C) Arfrever Frehtes Taifersar Arahesis
diff --git a/src/memleak.h b/src/memleak.h
index 8d77dcb..f4749c7 100644
--- a/src/memleak.h
+++ b/src/memleak.h
@@ -1,6 +1,6 @@
/*
Memory leak wrappers
- Copyright (C) 2003, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2003-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_207.c b/src/ne_207.c
index d3df45e..8c984b5 100644
--- a/src/ne_207.c
+++ b/src/ne_207.c
@@ -1,6 +1,6 @@
/*
WebDAV 207 multi-status response handling
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_207.h b/src/ne_207.h
index d4d46d6..81d9a04 100644
--- a/src/ne_207.h
+++ b/src/ne_207.h
@@ -1,6 +1,6 @@
/*
WebDAV 207 multi-status response handling
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_acl.h b/src/ne_acl.h
index a473981..df7295a 100644
--- a/src/ne_acl.h
+++ b/src/ne_acl.h
@@ -1,6 +1,6 @@
/*
Access control
- Copyright (C) 2001-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_acl3744.c b/src/ne_acl3744.c
index 3ad7e1d..8b92b9e 100644
--- a/src/ne_acl3744.c
+++ b/src/ne_acl3744.c
@@ -1,6 +1,6 @@
/*
Access control
- Copyright (C) 2001-2006, 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2001, Arun Garg <arung@pspl.co.in>
Copyright (C) 2007 Henrik Holst <henrik.holst2@gmail.com>
diff --git a/src/ne_acl3744.h b/src/ne_acl3744.h
index dc8835c..61d9125 100644
--- a/src/ne_acl3744.h
+++ b/src/ne_acl3744.h
@@ -1,6 +1,6 @@
/*
Access control
- Copyright (C) 2001-2007, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2001, Arun Garg <arung@pspl.co.in>
Copyright (C) 2007 Henrik Holst <henrik.holst2@gmail.com>
diff --git a/src/ne_alloc.c b/src/ne_alloc.c
index 7d98bf2..9590bc7 100644
--- a/src/ne_alloc.c
+++ b/src/ne_alloc.c
@@ -1,6 +1,6 @@
/*
Replacement memory allocation handling etc.
- Copyright (C) 1999-2005, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_alloc.h b/src/ne_alloc.h
index 6c81df7..6800830 100644
--- a/src/ne_alloc.h
+++ b/src/ne_alloc.h
@@ -1,6 +1,6 @@
/*
Replacement memory allocation handling etc.
- Copyright (C) 1999-2005, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_auth.c b/src/ne_auth.c
index 0947697..73a11bc 100644
--- a/src/ne_auth.c
+++ b/src/ne_auth.c
@@ -1,6 +1,6 @@
/*
HTTP Authentication routines
- Copyright (C) 1999-2020, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_auth.h b/src/ne_auth.h
index 487ac0b..f21a57a 100644
--- a/src/ne_auth.h
+++ b/src/ne_auth.h
@@ -1,6 +1,6 @@
/*
HTTP authentication routines
- Copyright (C) 1999-2020, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_basic.c b/src/ne_basic.c
index 7b7190e..cfb19f7 100644
--- a/src/ne_basic.c
+++ b/src/ne_basic.c
@@ -1,6 +1,6 @@
/*
Basic HTTP and WebDAV methods
- Copyright (C) 1999-2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_basic.h b/src/ne_basic.h
index 257f033..fd508a3 100644
--- a/src/ne_basic.h
+++ b/src/ne_basic.h
@@ -1,6 +1,6 @@
/*
HTTP/1.1 methods
- Copyright (C) 1999-2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_compress.c b/src/ne_compress.c
index 19ff553..252dc97 100644
--- a/src/ne_compress.c
+++ b/src/ne_compress.c
@@ -1,6 +1,6 @@
/*
Handling of compressed HTTP responses
- Copyright (C) 2001-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_compress.h b/src/ne_compress.h
index 039cebd..77a68c3 100644
--- a/src/ne_compress.h
+++ b/src/ne_compress.h
@@ -1,6 +1,6 @@
/*
Compressed HTTP response handling
- Copyright (C) 2001-2004, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_dates.c b/src/ne_dates.c
index 097c711..d1afe60 100644
--- a/src/ne_dates.c
+++ b/src/ne_dates.c
@@ -1,6 +1,6 @@
/*
Date manipulation routines
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2004 Jiang Lei <tristone@deluxe.ocn.ne.jp>
This library is free software; you can redistribute it and/or
diff --git a/src/ne_dates.h b/src/ne_dates.h
index 7be69b1..484dfdf 100644
--- a/src/ne_dates.h
+++ b/src/ne_dates.h
@@ -1,6 +1,6 @@
/*
Date manipulation routines
- Copyright (C) 1999-2002, 2005, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_defs.h b/src/ne_defs.h
index bd31257..dc08b64 100644
--- a/src/ne_defs.h
+++ b/src/ne_defs.h
@@ -1,6 +1,6 @@
/*
Standard definitions for neon headers
- Copyright (C) 2003-2008, 2010, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2003-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_gnutls.c b/src/ne_gnutls.c
index df11785..12f01b2 100644
--- a/src/ne_gnutls.c
+++ b/src/ne_gnutls.c
@@ -1,6 +1,6 @@
/*
neon SSL/TLS support using GNU TLS
- Copyright (C) 2002-2011, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2002-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2004, Aleix Conchillo Flaque <aleix@member.fsf.org>
This library is free software; you can redistribute it and/or
diff --git a/src/ne_i18n.c b/src/ne_i18n.c
index 0fb4a3b..c74f5b2 100644
--- a/src/ne_i18n.c
+++ b/src/ne_i18n.c
@@ -1,6 +1,6 @@
/*
Internationalization of neon
- Copyright (C) 1999-2005, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_i18n.h b/src/ne_i18n.h
index b6dd219..52f688a 100644
--- a/src/ne_i18n.h
+++ b/src/ne_i18n.h
@@ -1,6 +1,6 @@
/*
Internationalization of neon
- Copyright (C) 2005-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2005-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_internal.h b/src/ne_internal.h
index e9fc455..7abde47 100644
--- a/src/ne_internal.h
+++ b/src/ne_internal.h
@@ -1,6 +1,6 @@
/*
Global interfaces private to neon.
- Copyright (C) 2005-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2005-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_locks.c b/src/ne_locks.c
index 825d49b..cbad19a 100644
--- a/src/ne_locks.c
+++ b/src/ne_locks.c
@@ -1,6 +1,6 @@
/*
WebDAV Class 2 locking operations
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_locks.h b/src/ne_locks.h
index 9274419..c95380a 100644
--- a/src/ne_locks.h
+++ b/src/ne_locks.h
@@ -1,6 +1,6 @@
/*
WebDAV Class 2 locking operations
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_md5.h b/src/ne_md5.h
index cb850bf..17eb25c 100644
--- a/src/ne_md5.h
+++ b/src/ne_md5.h
@@ -1,6 +1,6 @@
/* Declaration of functions and data types used for MD5 sum computing
library functions.
- Copyright (C) 2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/src/ne_oldacl.c b/src/ne_oldacl.c
index 80a6838..1f61daf 100644
--- a/src/ne_oldacl.c
+++ b/src/ne_oldacl.c
@@ -1,6 +1,6 @@
/*
Access control
- Copyright (C) 2001-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_openssl.c b/src/ne_openssl.c
index 0ba868c..7901778 100644
--- a/src/ne_openssl.c
+++ b/src/ne_openssl.c
@@ -1,6 +1,6 @@
/*
neon SSL/TLS support using OpenSSL
- Copyright (C) 2002-2011, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2002-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_pkcs11.c b/src/ne_pkcs11.c
index 29b6542..6563086 100644
--- a/src/ne_pkcs11.c
+++ b/src/ne_pkcs11.c
@@ -1,6 +1,6 @@
/*
neon PKCS#11 support
- Copyright (C) 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_pkcs11.h b/src/ne_pkcs11.h
index 4cefeb0..4d7a778 100644
--- a/src/ne_pkcs11.h
+++ b/src/ne_pkcs11.h
@@ -1,6 +1,6 @@
/*
PKCS#11 support for neon
- Copyright (C) 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2008-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_private.h b/src/ne_private.h
index a2c5fcf..5e814c3 100644
--- a/src/ne_private.h
+++ b/src/ne_private.h
@@ -1,6 +1,6 @@
/*
HTTP Request Handling
- Copyright (C) 1999-2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_privssl.h b/src/ne_privssl.h
index 8597805..2e188a7 100644
--- a/src/ne_privssl.h
+++ b/src/ne_privssl.h
@@ -1,6 +1,6 @@
/*
SSL interface definitions internal to neon.
- Copyright (C) 2003-2005, 2008, 2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2003-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2004, Aleix Conchillo Flaque <aleix@member.fsf.org>
This library is free software; you can redistribute it and/or
diff --git a/src/ne_props.c b/src/ne_props.c
index 93824e4..d89514a 100644
--- a/src/ne_props.c
+++ b/src/ne_props.c
@@ -1,6 +1,6 @@
/*
WebDAV property manipulation
- Copyright (C) 2000-2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2000-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_props.h b/src/ne_props.h
index fdeb8ff..effbea6 100644
--- a/src/ne_props.h
+++ b/src/ne_props.h
@@ -1,6 +1,6 @@
/*
WebDAV Properties manipulation
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_redirect.c b/src/ne_redirect.c
index 171795b..046a62f 100644
--- a/src/ne_redirect.c
+++ b/src/ne_redirect.c
@@ -1,6 +1,6 @@
/*
HTTP-redirect support
- Copyright (C) 1999-2007, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_redirect.h b/src/ne_redirect.h
index f9b437a..3f865ba 100644
--- a/src/ne_redirect.h
+++ b/src/ne_redirect.h
@@ -1,6 +1,6 @@
/*
HTTP-redirect support
- Copyright (C) 1999-2002, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_request.c b/src/ne_request.c
index 72a6b85..6b4e62f 100644
--- a/src/ne_request.c
+++ b/src/ne_request.c
@@ -1,6 +1,6 @@
/*
HTTP request/response handling
- Copyright (C) 1999-2010, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_request.h b/src/ne_request.h
index 67eb817..f65f29e 100644
--- a/src/ne_request.h
+++ b/src/ne_request.h
@@ -1,6 +1,6 @@
/*
HTTP Request Handling
- Copyright (C) 1999-2006, 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_session.c b/src/ne_session.c
index f883585..ec42611 100644
--- a/src/ne_session.c
+++ b/src/ne_session.c
@@ -1,6 +1,6 @@
/*
HTTP session handling
- Copyright (C) 1999-2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_session.h b/src/ne_session.h
index 86cfc1f..c4c4f6e 100644
--- a/src/ne_session.h
+++ b/src/ne_session.h
@@ -1,6 +1,6 @@
/*
HTTP session handling
- Copyright (C) 1999-2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_socket.c b/src/ne_socket.c
index a6bc635..fe69b8f 100644
--- a/src/ne_socket.c
+++ b/src/ne_socket.c
@@ -1,6 +1,6 @@
/*
Socket handling routines
- Copyright (C) 1998-2011, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1998-2021, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2004 Aleix Conchillo Flaque <aleix@member.fsf.org>
This library is free software; you can redistribute it and/or
diff --git a/src/ne_socket.h b/src/ne_socket.h
index dd60dfc..23846bd 100644
--- a/src/ne_socket.h
+++ b/src/ne_socket.h
@@ -1,6 +1,6 @@
/*
socket handling interface
- Copyright (C) 1999-2010, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_socks.c b/src/ne_socks.c
index 73d9f04..c1b0d22 100644
--- a/src/ne_socks.c
+++ b/src/ne_socks.c
@@ -1,6 +1,6 @@
/*
SOCKS proxy support for neon
- Copyright (C) 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_ssl.h b/src/ne_ssl.h
index 685b2c9..c443ff1 100644
--- a/src/ne_ssl.h
+++ b/src/ne_ssl.h
@@ -1,6 +1,6 @@
/*
SSL/TLS abstraction layer for neon
- Copyright (C) 2003-2006, 2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2003-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_string.c b/src/ne_string.c
index 89b89ca..37ad4a1 100644
--- a/src/ne_string.c
+++ b/src/ne_string.c
@@ -1,6 +1,6 @@
/*
String utility functions
- Copyright (C) 1999-2007, 2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
strcasecmp/strncasecmp implementations are:
Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/src/ne_string.h b/src/ne_string.h
index c96536b..995cd26 100644
--- a/src/ne_string.h
+++ b/src/ne_string.h
@@ -1,6 +1,6 @@
/*
String utility functions
- Copyright (C) 1999-2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_stubssl.c b/src/ne_stubssl.c
index 77f9055..70d809c 100644
--- a/src/ne_stubssl.c
+++ b/src/ne_stubssl.c
@@ -1,6 +1,6 @@
/*
Stubs for SSL support when no SSL library has been configured
- Copyright (C) 2002-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2002-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_uri.c b/src/ne_uri.c
index 622e2b1..5503325 100644
--- a/src/ne_uri.c
+++ b/src/ne_uri.c
@@ -1,6 +1,6 @@
/*
URI manipulation routines.
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_uri.h b/src/ne_uri.h
index da60dae..df2db16 100644
--- a/src/ne_uri.h
+++ b/src/ne_uri.h
@@ -1,6 +1,6 @@
/*
URI manipulation routines.
- Copyright (C) 1999-2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_utils.c b/src/ne_utils.c
index 9d6555a..6d5382d 100644
--- a/src/ne_utils.c
+++ b/src/ne_utils.c
@@ -1,6 +1,6 @@
/*
HTTP utility functions
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_utils.h b/src/ne_utils.h
index a1e6518..dbeefa9 100644
--- a/src/ne_utils.h
+++ b/src/ne_utils.h
@@ -1,6 +1,6 @@
/*
HTTP utility functions
- Copyright (C) 1999-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_xml.c b/src/ne_xml.c
index 7dd823b..30ae5bc 100644
--- a/src/ne_xml.c
+++ b/src/ne_xml.c
@@ -1,6 +1,6 @@
/*
Wrapper interface to XML parser
- Copyright (C) 1999-2007, 2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_xml.h b/src/ne_xml.h
index 7fcd477..09e87a0 100644
--- a/src/ne_xml.h
+++ b/src/ne_xml.h
@@ -1,6 +1,6 @@
/*
neon XML parser interface
- Copyright (C) 1999-2007, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_xmlreq.c b/src/ne_xmlreq.c
index c4fbf5a..d2a1238 100644
--- a/src/ne_xmlreq.c
+++ b/src/ne_xmlreq.c
@@ -1,6 +1,6 @@
/*
XML/HTTP response handling
- Copyright (C) 2004-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2004-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/src/ne_xmlreq.h b/src/ne_xmlreq.h
index 1bf667d..a01151b 100644
--- a/src/ne_xmlreq.h
+++ b/src/ne_xmlreq.h
@@ -1,6 +1,6 @@
/*
XML/HTTP response handling
- Copyright (C) 2004-2006, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2004-2021, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public