Skip to content

Commit 3ba4db7

Browse files
committed
Two more spelling fixes and some year updates.
1 parent d297021 commit 3ba4db7

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

acls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2006-2019 Wayne Davison
6+
* Copyright (C) 2006-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

case_N.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Allow an arbitrary sequence of case labels.
33
*
4-
* Copyright (C) 2006-2019 Wayne Davison
4+
* Copyright (C) 2006-2020 Wayne Davison
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

chmod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Implement the core of the --chmod option.
33
*
44
* Copyright (C) 2002 Scott Howard
5-
* Copyright (C) 2005-2019 Wayne Davison
5+
* Copyright (C) 2005-2020 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

fileio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1998 Andrew Tridgell
55
* Copyright (C) 2002 Martin Pool
6-
* Copyright (C) 2004-2019 Wayne Davison
6+
* Copyright (C) 2004-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

lib/compat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1998 Andrew Tridgell
55
* Copyright (C) 2002 Martin Pool
6-
* Copyright (C) 2004-2019 Wayne Davison
6+
* Copyright (C) 2004-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

lib/sysacls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Unix SMB/CIFS implementation.
33
* Based on the Samba ACL support code.
44
* Copyright (C) Jeremy Allison 2000.
5-
* Copyright (C) 2007-2019 Wayne Davison
5+
* Copyright (C) 2007-2020 Wayne Davison
66
*
77
* The permission functions have been changed to get/set all bits via
88
* one call. Some functions that rsync doesn't need were also removed.

socket.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1992-2001 Andrew Tridgell <tridge@samba.org>
55
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2003-2019 Wayne Davison
6+
* Copyright (C) 2003-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -195,7 +195,7 @@ int open_socket_out(char *host, int port, const char *bind_addr,
195195
char *proxy_user = NULL, *proxy_pass = NULL;
196196

197197
/* if we have a RSYNC_PROXY env variable then redirect our
198-
* connetcion via a web proxy at the given address. */
198+
* connection via a web proxy at the given address. */
199199
h = getenv("RSYNC_PROXY");
200200
proxied = h != NULL && *h != '\0';
201201

@@ -820,7 +820,7 @@ static int socketpair_tcp(int fd[2])
820820
* stdout. This is used to fake a connection to a daemon for testing -- not
821821
* for the normal case of running SSH.
822822
*
823-
* Retruns a socket which is attached to a subprocess running "prog". stdin and
823+
* Returns a socket which is attached to a subprocess running "prog". stdin and
824824
* stdout are attached. stderr is left attached to the original stderr. */
825825
static int sock_exec(const char *prog)
826826
{

token.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2003-2019 Wayne Davison
6+
* Copyright (C) 2003-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

xattrs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Written by Jay Fenlason, vaguely based on the ACLs patch.
44
*
55
* Copyright (C) 2004 Red Hat, Inc.
6-
* Copyright (C) 2006-2019 Wayne Davison
6+
* Copyright (C) 2006-2020 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)