From 2e74ede4115df5f05eb7aeee4e6e7a3838e29f12 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 28 Jan 2014 23:27:37 +0100 Subject: [PATCH] update copyright years --- src/backend/replication/slot.c | 2 +- src/backend/replication/slotfuncs.c | 2 +- src/include/replication/slot.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index e6f2183e9b..93a44f0560 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -4,7 +4,7 @@ * Replication slot management. * * - * Copyright (c) 2012-2013, PostgreSQL Global Development Group + * Copyright (c) 2012-2014, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/slotfuncs.c index 1fb79f41d9..dba06a1061 100644 --- a/src/backend/replication/slotfuncs.c +++ b/src/backend/replication/slotfuncs.c @@ -3,7 +3,7 @@ * slotfuncs.c * Support functions for replication slots * - * Copyright (c) 2012-2013, PostgreSQL Global Development Group + * Copyright (c) 2012-2014, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/replication/slotfuncs.c diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h index 68c3a8019e..a0cc56b9c5 100644 --- a/src/include/replication/slot.h +++ b/src/include/replication/slot.h @@ -2,7 +2,7 @@ * slot.h * Replication slot management. * - * Copyright (c) 2012-2013, PostgreSQL Global Development Group + * Copyright (c) 2012-2014, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ -- 2.39.5