From 6d78e3ab2173d6521942ee158ada26c8a7afa8b4 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 8 Jan 2015 10:56:40 +0200 Subject: [PATCH] Remove NTT copyright notice. The code to scan parse different XLOG record types was originally copied from pg_lesslog, hence the NTT copyright notice. However, none of that code remains anymore. --- contrib/pg_rewind/parsexlog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/pg_rewind/parsexlog.c b/contrib/pg_rewind/parsexlog.c index bc8ad10c0a..383e6c71fe 100644 --- a/contrib/pg_rewind/parsexlog.c +++ b/contrib/pg_rewind/parsexlog.c @@ -4,7 +4,6 @@ * Functions for reading Write-Ahead-Log * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group - * Portions Copyright (c) 1996-2008, Nippon Telegraph and Telephone Corporation * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- -- 2.39.5