Re: Updating copyright notices to 2015 for PGDG - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Updating copyright notices to 2015 for PGDG
Date
Msg-id 20150106151917.GB13684@momjian.us
Whole thread Raw
In response to Re: Updating copyright notices to 2015 for PGDG  (David Fetter <david@fetter.org>)
Responses Re: Updating copyright notices to 2015 for PGDG
List pgsql-hackers
On Sat, Jan  3, 2015 at 01:45:37PM -0800, David Fetter wrote:
> On Sat, Jan 03, 2015 at 09:54:16PM +0900, Michael Paquier wrote:
> > Hi all,
> > 
> > Shouldn't we update the copyright notices to 2015 for PGDG like in
> > 7e04792? I mean those things mainly:
> > Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
> > Regards,
> 
> I just ran this:
> 
>     ./src/tools/copyright.pl 
>     Using current year:  2015
>     Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too.
>     Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in all back branches.
> 
> and did what it said on the current branch.
> 
> Please find patch attached.

I will run the script today.  I didn't do it earlier because I want to
be current on reading community email before doing it.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: add modulo (%) operator to pgbench
Next
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: [RFC] Incremental backup v3: incremental PoC