diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-06-22 10:37:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-05 13:08:43 +0200 |
commit | c58fae843fbcbd3c1040a7fbc2196fbc758cc186 (patch) | |
tree | f49c73f467dc7143c241b82013e0c6797ecec2c7 /socket.c | |
parent | 53f7f27693dc5b3ac606a1ca3a7225467e15e162 (diff) | |
download | fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.gz fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.bz2 fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.zip |
Bump copyrights, and bump version to beta6.
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. */ |