summaryrefslogtreecommitdiff
path: root/imap
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-06-02 18:13:12 -0600
committerEduardo Chappa <chappa@washington.edu>2022-06-02 18:13:12 -0600
commit9726c098a739edfdca6218bc5dee104c310957e9 (patch)
tree094ce20e1d159a1f45de5b9505eea79a1c203e0c /imap
parentf69131562a08ec43c88e8f88c3ee4d8f25b3dc54 (diff)
downloadalpine-9726c098a739edfdca6218bc5dee104c310957e9.tar.xz
* New version 2.26
Diffstat (limited to 'imap')
-rw-r--r--imap/src/c-client/auth_bea.c2
-rw-r--r--imap/src/c-client/auth_ext.c2
-rw-r--r--imap/src/c-client/auth_gss.c2
-rw-r--r--imap/src/c-client/auth_log.c2
-rw-r--r--imap/src/c-client/auth_md5.c2
-rw-r--r--imap/src/c-client/auth_ntl.c2
-rw-r--r--imap/src/c-client/auth_oa2.c2
-rw-r--r--imap/src/c-client/auth_pla.c2
-rw-r--r--imap/src/c-client/http.c2
-rw-r--r--imap/src/c-client/http.h2
-rw-r--r--imap/src/c-client/imap4r1.c2
-rw-r--r--imap/src/c-client/json.c2
-rw-r--r--imap/src/c-client/json.h2
-rw-r--r--imap/src/c-client/mail.h2
-rw-r--r--imap/src/c-client/newsrc.c2
-rw-r--r--imap/src/c-client/nntp.c2
-rw-r--r--imap/src/c-client/oauth2_aux.c2
-rw-r--r--imap/src/c-client/oauth2_aux.h2
-rw-r--r--imap/src/c-client/pop3.c2
-rw-r--r--imap/src/c-client/rfc822.c2
-rw-r--r--imap/src/c-client/sha.c2
-rw-r--r--imap/src/c-client/smtp.c2
-rw-r--r--imap/src/mailutil/mailutil.c2
-rw-r--r--imap/src/osdep/nt/proc.c2
-rw-r--r--imap/src/osdep/nt/ssl_libressl.c2
-rw-r--r--imap/src/osdep/nt/ssl_nt.c2
-rw-r--r--imap/src/osdep/nt/ssl_win.c2
-rw-r--r--imap/src/osdep/unix/ssl_unix.c2
28 files changed, 28 insertions, 28 deletions
diff --git a/imap/src/c-client/auth_bea.c b/imap/src/c-client/auth_bea.c
index 7848a8fc..2e12f1b6 100644
--- a/imap/src/c-client/auth_bea.c
+++ b/imap/src/c-client/auth_bea.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 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/auth_ext.c b/imap/src/c-client/auth_ext.c
index 6f8cf3af..463237d3 100644
--- a/imap/src/c-client/auth_ext.c
+++ b/imap/src/c-client/auth_ext.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 Eduardo Chappa
* Copyright 1988-2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/imap/src/c-client/auth_gss.c b/imap/src/c-client/auth_gss.c
index 6a339745..0a3cfad4 100644
--- a/imap/src/c-client/auth_gss.c
+++ b/imap/src/c-client/auth_gss.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 Eduardo Chappa
* Copyright 1988-2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/imap/src/c-client/auth_log.c b/imap/src/c-client/auth_log.c
index 618e2a0b..0c75764f 100644
--- a/imap/src/c-client/auth_log.c
+++ b/imap/src/c-client/auth_log.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 Eduardo Chappa
* Copyright 1988-2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/imap/src/c-client/auth_md5.c b/imap/src/c-client/auth_md5.c
index a1c1f5e1..e45218db 100644
--- a/imap/src/c-client/auth_md5.c
+++ b/imap/src/c-client/auth_md5.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 - 2010 Eduardo Chappa
+ * Copyright 2016-2022 Eduardo Chappa
* Last Modified: August 11, 2016
*/
/* ========================================================================
diff --git a/imap/src/c-client/auth_ntl.c b/imap/src/c-client/auth_ntl.c
index 9f885469..e1ba91b6 100644
--- a/imap/src/c-client/auth_ntl.c
+++ b/imap/src/c-client/auth_ntl.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2018-2021 Eduardo Chappa
+ * Copyright 2018-2022 Eduardo Chappa
* Copyright 2015 Imagination Technologies
* Copyright 1988-2008 University of Washington
*
diff --git a/imap/src/c-client/auth_oa2.c b/imap/src/c-client/auth_oa2.c
index 45156e95..bd866917 100644
--- a/imap/src/c-client/auth_oa2.c
+++ b/imap/src/c-client/auth_oa2.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2018 - 2020 Eduardo Chappa
+ * Copyright 2018-2022 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/auth_pla.c b/imap/src/c-client/auth_pla.c
index 0725d90b..54302e9c 100644
--- a/imap/src/c-client/auth_pla.c
+++ b/imap/src/c-client/auth_pla.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 Eduardo Chappa
* Copyright 1988-2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/imap/src/c-client/http.c b/imap/src/c-client/http.c
index b02f027e..f1602621 100644
--- a/imap/src/c-client/http.c
+++ b/imap/src/c-client/http.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2021 Eduardo Chappa
+ * Copyright 2018-2022 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/http.h b/imap/src/c-client/http.h
index 4e1f55b1..79feceba 100644
--- a/imap/src/c-client/http.h
+++ b/imap/src/c-client/http.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Eduardo Chappa
+ * Copyright 2018-2022 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/imap4r1.c b/imap/src/c-client/imap4r1.c
index 9ee4b62e..85145817 100644
--- a/imap/src/c-client/imap4r1.c
+++ b/imap/src/c-client/imap4r1.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2020 Eduardo Chappa
+ * Copyright 2016-2022 Eduardo Chappa
*
* Last Edited: Jun 18, 2020 Eduardo Chappa <alpine.chappa@yandex.com>
*
diff --git a/imap/src/c-client/json.c b/imap/src/c-client/json.c
index 1dd9c999..23446e87 100644
--- a/imap/src/c-client/json.c
+++ b/imap/src/c-client/json.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Eduardo Chappa
+ * Copyright 2018-2022 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/json.h b/imap/src/c-client/json.h
index 6060ed78..ed7800f5 100644
--- a/imap/src/c-client/json.h
+++ b/imap/src/c-client/json.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2021 Eduardo Chappa
+ * Copyright 2018-2022 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/mail.h b/imap/src/c-client/mail.h
index 7d1bae1d..a294afd2 100644
--- a/imap/src/c-client/mail.h
+++ b/imap/src/c-client/mail.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2020 Eduardo Chappa
+ * Copyright 2016-2022 Eduardo Chappa
*
* Last Edited: January 26, 2020 Eduardo Chappa <chappa@washington.edu>
*
diff --git a/imap/src/c-client/newsrc.c b/imap/src/c-client/newsrc.c
index c3d31ca0..af8d0c52 100644
--- a/imap/src/c-client/newsrc.c
+++ b/imap/src/c-client/newsrc.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 - Eduardo Chappa
+ * Copyright 2016-2022 Eduardo Chappa
* Last Modified: August 11, 2016
*/
/* ========================================================================
diff --git a/imap/src/c-client/nntp.c b/imap/src/c-client/nntp.c
index b44087ca..cc949118 100644
--- a/imap/src/c-client/nntp.c
+++ b/imap/src/c-client/nntp.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2019 - 2020 Eduardo Chappa
+ * Copyright 2019-2022 Eduardo Chappa
* Copyright 2008-2011 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/c-client/oauth2_aux.c b/imap/src/c-client/oauth2_aux.c
index e92330ff..7c53f023 100644
--- a/imap/src/c-client/oauth2_aux.c
+++ b/imap/src/c-client/oauth2_aux.c
@@ -1,6 +1,6 @@
/*
* ========================================================================
- * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2013-2022 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 882ddb42..dd41e4d8 100644
--- a/imap/src/c-client/oauth2_aux.h
+++ b/imap/src/c-client/oauth2_aux.h
@@ -1,6 +1,6 @@
/*
* ========================================================================
- * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2013-2022 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/pop3.c b/imap/src/c-client/pop3.c
index d982744c..6f4cf186 100644
--- a/imap/src/c-client/pop3.c
+++ b/imap/src/c-client/pop3.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2020 Eduardo Chappa
+ * Copyright 2020-2022 Eduardo Chappa
* Copyright 2008-2011 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/c-client/rfc822.c b/imap/src/c-client/rfc822.c
index b69debcc..c94ccb24 100644
--- a/imap/src/c-client/rfc822.c
+++ b/imap/src/c-client/rfc822.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2013-2022 Eduardo Chappa
* Copyright 2008-2010 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/c-client/sha.c b/imap/src/c-client/sha.c
index 8942299e..a1f959a8 100644
--- a/imap/src/c-client/sha.c
+++ b/imap/src/c-client/sha.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2021 Eduardo Chappa
+ * Copyright 2021-2022 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/smtp.c b/imap/src/c-client/smtp.c
index ee225477..3abe13f2 100644
--- a/imap/src/c-client/smtp.c
+++ b/imap/src/c-client/smtp.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2015-2020 Eduardo Chappa
+ * Copyright 2015-2022 Eduardo Chappa
* Copyright 2008 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/mailutil/mailutil.c b/imap/src/mailutil/mailutil.c
index 979416bd..ab161bcf 100644
--- a/imap/src/mailutil/mailutil.c
+++ b/imap/src/mailutil/mailutil.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2018 Eduardo Chappa
+ * Copyright 2016-2022 Eduardo Chappa
*/
/* ========================================================================
diff --git a/imap/src/osdep/nt/proc.c b/imap/src/osdep/nt/proc.c
index 0c137122..9f5e802b 100644
--- a/imap/src/osdep/nt/proc.c
+++ b/imap/src/osdep/nt/proc.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Eduardo Chappa
+ * Copyright 2018-2022 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/osdep/nt/ssl_libressl.c b/imap/src/osdep/nt/ssl_libressl.c
index da466821..2acc263e 100644
--- a/imap/src/osdep/nt/ssl_libressl.c
+++ b/imap/src/osdep/nt/ssl_libressl.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2018-2020 Eduardo Chappa
+ * Copyright 2018-2022 Eduardo Chappa
* ========================================================================
*/
diff --git a/imap/src/osdep/nt/ssl_nt.c b/imap/src/osdep/nt/ssl_nt.c
index 02fe7329..5c9e26de 100644
--- a/imap/src/osdep/nt/ssl_nt.c
+++ b/imap/src/osdep/nt/ssl_nt.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2018 Eduardo Chappa
+ * Copyright 2018-2022 Eduardo Chappa
* Copyright 2008-2009 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/osdep/nt/ssl_win.c b/imap/src/osdep/nt/ssl_win.c
index cd8aaf83..278adaf3 100644
--- a/imap/src/osdep/nt/ssl_win.c
+++ b/imap/src/osdep/nt/ssl_win.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2018-2020 Eduardo Chappa
+ * Copyright 2018-2022 Eduardo Chappa
* Copyright 2008-2009 Mark Crispin
* ========================================================================
*/
diff --git a/imap/src/osdep/unix/ssl_unix.c b/imap/src/osdep/unix/ssl_unix.c
index 601888ec..0fd93a7e 100644
--- a/imap/src/osdep/unix/ssl_unix.c
+++ b/imap/src/osdep/unix/ssl_unix.c
@@ -1,5 +1,5 @@
/* ========================================================================
- * Copyright 2019-2021 Eduardo Chappa
+ * Copyright 2019-2022 Eduardo Chappa
* Copyright 2008-2009 Mark Crispin
* ========================================================================
*/