aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-06-22 10:37:10 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-05 13:08:43 +0200
commitc58fae843fbcbd3c1040a7fbc2196fbc758cc186 (patch)
treef49c73f467dc7143c241b82013e0c6797ecec2c7
parent53f7f27693dc5b3ac606a1ca3a7225467e15e162 (diff)
downloadfetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.gz
fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.bz2
fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.zip
Bump copyrights, and bump version to beta6.
-rw-r--r--COPYING2
-rw-r--r--configure.ac2
-rw-r--r--socket.c5
3 files changed, 6 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index 9597f544..ac3dea41 100644
--- a/COPYING
+++ b/COPYING
@@ -3,7 +3,7 @@ Copyright (C) 2002, 2003 Eric S. Raymond
Copyright (C) 2004 Matthias Andree, Eric S. Raymond,
Robert M. Funk, Graham Wilson
Copyright (C) 2005 - 2012 Sunil Shetye
-Copyright (C) 2005 - 2013 Matthias Andree
+Copyright (C) 2005 - 2019 Matthias Andree
If enabled at configure/compile time, the following clause applies:
| This product includes software developed by the OpenSSL Project
diff --git a/configure.ac b/configure.ac
index b39c70b3..f492df26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
dnl XXX - if bumping version here, check fetchmail.man, too!
-AC_INIT([fetchmail],[6.4.0.beta5],[fetchmail-users@lists.sourceforge.net])
+AC_INIT([fetchmail],[6.4.0.beta6],[fetchmail-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
diff --git a/socket.c b/socket.c
index 123000ed..b3eaaecc 100644
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,10 @@
/*
* socket.c -- socket library functions
*
- * Copyright 1998 by Eric S. Raymond.
+ * Copyright 1998 - 2004 by Eric S. Raymond.
+ * Copyright 2004 - 2019 by Matthias Andree.
+ * Contributions by Alexander Bluhm, Earl Chew, John Beck.
+
* For license terms, see the file COPYING in this directory.
*/