From: Brendan Cully Date: Sun, 4 Jan 2009 22:28:39 +0000 (-0800) Subject: IMAP copyright header updates X-Git-Tag: neomutt-20160307~811 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=185594b22388b741e8063f58d5e08554d35f5cce;p=neomutt IMAP copyright header updates --- diff --git a/imap/auth_anon.c b/imap/auth_anon.c index 4152ad308..ba2c01fba 100644 --- a/imap/auth_anon.c +++ b/imap/auth_anon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Brendan Cully + * Copyright (C) 1999-2001,2005 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/auth_cram.c b/imap/auth_cram.c index e7e9ea4a4..9b6db9af6 100644 --- a/imap/auth_cram.c +++ b/imap/auth_cram.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Brendan Cully + * Copyright (C) 1999-2001,2005 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/auth_login.c b/imap/auth_login.c index 4dda0a851..3bd5d5fc9 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001 Brendan Cully + * Copyright (C) 1999-2001,2005 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 99ea3edef..ed7cf921f 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-5 Brendan Cully + * Copyright (C) 2000-6 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/browse.c b/imap/browse.c index 373dd6727..0262e2fca 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-9 Brandon Long - * Copyright (C) 1999-2007 Brendan Cully + * Copyright (C) 1999-2008 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/imap.h b/imap/imap.h index d9883dcb0..74d7e13d5 100644 --- a/imap/imap.h +++ b/imap/imap.h @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-8 Michael R. Elkins - * Copyright (C) 2000-6 Brendan Cully + * Copyright (C) 2000-7 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/message.h b/imap/message.h index 6f45d9e8d..b2f7e5196 100644 --- a/imap/message.h +++ b/imap/message.h @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-9 Brandon Long - * Copyright (C) 1999-2000 Brendan Cully + * Copyright (C) 1999-2000,2005 Brendan Cully * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/utf7.c b/imap/utf7.c index 4ad1db777..cf2ecb4ed 100644 --- a/imap/utf7.c +++ b/imap/utf7.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Edmund Grimley Evans + * Copyright (C) 2000,2003 Edmund Grimley Evans * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by