Update copyright in genericdesc.c

Started by Amit Langotealmost 10 years ago2 messages
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
1 attachment(s)

Hi,

Attached fixes copyright in file mentioned in $subject.

Thanks,
Amit

Attachments:

genericdesc-copyright-fix.patchtext/x-diff; name=genericdesc-copyright-fix.patchDownload
diff --git a/src/backend/access/rmgrdesc/genericdesc.c b/src/backend/access/rmgrdesc/genericdesc.c
index caa9a03..0796bb8 100644
--- a/src/backend/access/rmgrdesc/genericdesc.c
+++ b/src/backend/access/rmgrdesc/genericdesc.c
@@ -4,7 +4,7 @@
  *	  rmgr descriptor routines for access/transam/generic_xlog.c
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/rmgrdesc/genericdesc.c
#2Stephen Frost
sfrost@snowman.net
In reply to: Amit Langote (#1)
Re: Update copyright in genericdesc.c

* Amit Langote (Langote_Amit_f8@lab.ntt.co.jp) wrote:

Attached fixes copyright in file mentioned in $subject.

Fixed.

Thanks!

Stephen