summaryrefslogtreecommitdiff
path: root/hashtable.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2019-03-16 09:15:49 -0700
committerWayne Davison <wayned@samba.org>2019-03-16 09:15:49 -0700
commit3e2e4b5a33c72ef428ff40989a1ba03b4d24c9fb (patch)
treeaee83979eef6eb9805b0e5d20bcff65d711a21d7 /hashtable.c
parent79332c0d66d933369a28c63b096addb67514cb38 (diff)
downloadrsync-3e2e4b5a33c72ef428ff40989a1ba03b4d24c9fb.tar.gz
Tweak the copyright year.
Diffstat (limited to 'hashtable.c')
-rw-r--r--hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashtable.c b/hashtable.c
index 2fc2310a..00c057db 100644
--- a/hashtable.c
+++ b/hashtable.c
@@ -1,7 +1,7 @@
/*
* Routines to provide a memory-efficient hashtable.
*
- * Copyright (C) 2007-2018 Wayne Davison
+ * Copyright (C) 2007-2019 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by