diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-04-10 09:20:54 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-04-10 09:20:54 -0600 |
commit | 2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a (patch) | |
tree | b1922755e69ccba0c6afafe955fb46db13bc3dc1 /imap | |
parent | cf15bc933e2db0ac3400ef5e5b23aea8d16c3b2e (diff) | |
download | alpine-2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a.tar.xz |
* New alpha version 2.24.1
Diffstat (limited to 'imap')
-rw-r--r-- | imap/src/c-client/oauth2_aux.c | 2 | ||||
-rw-r--r-- | imap/src/c-client/oauth2_aux.h | 2 | ||||
-rw-r--r-- | imap/src/c-client/rfc822.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/imap/src/c-client/oauth2_aux.c b/imap/src/c-client/oauth2_aux.c index b1af30b1..3a584279 100644 --- a/imap/src/c-client/oauth2_aux.c +++ b/imap/src/c-client/oauth2_aux.c @@ -1,6 +1,6 @@ /* * ======================================================================== - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/imap/src/c-client/oauth2_aux.h b/imap/src/c-client/oauth2_aux.h index 7882a3c0..882ddb42 100644 --- a/imap/src/c-client/oauth2_aux.h +++ b/imap/src/c-client/oauth2_aux.h @@ -1,6 +1,6 @@ /* * ======================================================================== - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/imap/src/c-client/rfc822.c b/imap/src/c-client/rfc822.c index 9a26af7f..b69debcc 100644 --- a/imap/src/c-client/rfc822.c +++ b/imap/src/c-client/rfc822.c @@ -1,5 +1,5 @@ /* ======================================================================== - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * Copyright 2008-2010 Mark Crispin * ======================================================================== */ |