diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-01-03 13:48:53 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-01-03 13:48:53 -0500 |
commit | 1d25779284fe1ba08ecd57e647292a9deb241376 (patch) | |
tree | 1a288c7d8fb0a9232bc848be08cc03555804b05f /src/backend/storage/file/copydir.c | |
parent | 60f1e514ad0db017bc583b0e15d056b777bd9626 (diff) | |
download | postgresql-1d25779284fe1ba08ecd57e647292a9deb241376.tar.gz postgresql-1d25779284fe1ba08ecd57e647292a9deb241376.zip |
Update copyright via script for 2017
Diffstat (limited to 'src/backend/storage/file/copydir.c')
-rw-r--r-- | src/backend/storage/file/copydir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/file/copydir.c b/src/backend/storage/file/copydir.c index a51ee815662..101da47dac3 100644 --- a/src/backend/storage/file/copydir.c +++ b/src/backend/storage/file/copydir.c @@ -3,7 +3,7 @@ * copydir.c * copies a directory * - * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * While "xcopy /e /i /q" works fine for copying directories, on Windows XP |