From: Heikki Linnakangas Date: Thu, 8 Jan 2015 08:56:40 +0000 (+0200) Subject: Remove NTT copyright notice. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6d78e3ab2173d6521942ee158ada26c8a7afa8b4;p=users%2Fheikki%2Fpostgres.git 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. --- 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 * *-------------------------------------------------------------------------