Remove NTT copyright notice.
authorHeikki Linnakangas <[email protected]>
Thu, 8 Jan 2015 08:56:40 +0000 (10:56 +0200)
committerHeikki Linnakangas <[email protected]>
Fri, 16 Jan 2015 11:37:07 +0000 (13:37 +0200)
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

index bc8ad10c0adfc1e6ce23e0c836e47495f45ec228..383e6c71fe20be8a5362e9ba0c1133a2379423cf 100644 (file)
@@ -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
  *
  *-------------------------------------------------------------------------